Other Parts Discussed in Thread: SYSCONFIG
Hello
I use the RF_scheduleCmd function in my project and noticed that this function resets the RF TX POWER to 0 dBm
How can I set the RF TX POWER value other than 0dBm using RF_scheduleCmd
Thanks
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I have assigned an expert to comment.
In the meantime, I would advice you to have a look to the radio configuration. I know you can modify the TX Power there. The radio configuration can be modified using SysConfig or using SmartRF Studio.
Regards,
Hi
Please provide info on what SDK you are using and which code example you are running.
the best thing would be if you can take one of our very simple examples (rfPacketRx or rfPacketTX) and modify it to show what you are trying to do and how it fails.
this way we can recreate what you are seeing and try to explain/figure out what is going on.
BR
Siri
Hi Siri
Thanks for reply
I'm using simplelink_cc2640r2_sdk_2_30_00_28 SDK and trying aoa_sender_cc2640r2lp project
I chenge DEFAULT_TX_POWER in ble_user_config.c and use HCI_EXT_SetTxPowerCmd(HCI_EXT_TX_POWER_5_DBM) but it cause no effect in this project .
this thread resolved my issue https://e2e.ti.com/support/wireless-connectivity/bluetooth/f/538/p/813128/3012334#3012334
Hi,
Good to see you resolved your issue. Thanks a lot for sharing!
Regards,