The layout for the design described in http://www.ti.com/lit/an/swra465/swra465.pdf will not be available since some modifications are required to improve the radiated performance.
I would strongly recommend starting from http://www.ti.com/tool/cc2538…
If you want to have a Bluetooth certified product, you cannot have more than 10 dBm output power (BLE requirement). So if this is the case, I would recommend the CC2590 and follow the CC2541- CC2590 reference design. www.ti.com/.../cc2541-cc2590em-rd…
Hi Edan,
For software, MAC_MlmeSetReq(MAC_PHY_TRANSMIT_POWER_SIGNED, txPower); or macRadioSetTxPower(txPower); where txPower is the target value in dBm.
For hardware, consider an external PA like the https://www.ti.com/tool/CC2530-CC2592EM-RD
Regards…
Part Number: CC2592EMK-RD Other Parts Discussed in Thread: CC2592 , CC2520 Hello
I have two questions about CC2592 application.
1. My project needs to use CC2520+CC2592. When I refer to the reference design of CC2538-CC2592EM and CC2592EM, I find…
Part Number: CC2538 Other Parts Discussed in Thread: CC2592 , Z-STACK , I have the CC2538-CC2592EM add-on module and CC2538EMK add-on module that I use with the SmartRF06EB boards I flashed one of the examples in RIOT-OS that reads the signal strength…
Hi,
Gavin Hu said: the PA output impedance is internally matched to 50 ohm, right?
Yes.
Gavin Hu said: If it is, from the below picture, those components on the CC2592 output are not used for impedance matching, right?
In the CC2592 datasheet…
Other Parts Discussed in Thread: CC2538 , Z-STACK , CC2531 , SMARTRF06EBK , CC2531EMK , CC2538EMK , CC2538EM-RD Hi team, I already opened this forum for cc2538 OTA operation. I am still in that issue. For your reference, I given link below of previous…
Since CC2538 and CC2592 connection schematics of this board is the same to TI CC2538-CC2592EM, you only need to define HAL_PA_LNA_CC2592 in your Z-Stack project to enable and use CC2592.
Hi Usman,
The CC2592EMK-RD is a Reference Design which is not sold by TI, however the Design Files are available if you would like to build these boards yourself or investigate the layout. You should otherwise purchase a CC2538-CC2592EMK or review…