Tool/software:
Hello, I have a question.
Is it possible to set the TXPOWER DBM settings to -13 and -14 in the CC2640R2F EddyStone example?
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.
Hello,
May I ask how have you configured the TX power or if you are using the example without modifications? I would suggest as well to take a look at this HCI function to set the TX power: HCI_EXT_SetTxPowerCmd() - https://dev.ti.com/tirex/explore/node?devtools=LAUNCHXL-CC2640R2&node=A__AN3OyNV10Rfg5oxk..xQEQ__com.ti.SIMPLELINK_CC2640R2_SDK__krol.2c__LATEST
The 'txPower' input parameter should be an index from TX Power Index. (TX_POWER_MINUS_12_DBM, TX_POWER_MINUS_15_DBM, etc).
BR,
David.