Now, i 'd like to change RF power from 0dBm to -6dBm.
But i don't know how to do?
Also i'd like to know which dBm is accept by CC2540, such as 0, -6 or ?
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.
Now, i 'd like to change RF power from 0dBm to -6dBm.
But i don't know how to do?
Also i'd like to know which dBm is accept by CC2540, such as 0, -6 or ?
Hello Jun,
In all the sample projects you can find a xxxapp_HandleKeys routine. This is used to turn advertising on and off and also to toggle the Tx power level from 0 to -6 dBm.
The functions are provided so that you can also change the power levels anywhere else in your code.
Thanks,