Hello,
I am running the SimpleBroadcaster sample on the CC2541 EV Board.
Everything is working ok apart from the fact that we cannot control the TX power during advertizing process.
I tried to include the followinf data:
0x02, // length of this data
GAP_ADTYPE_POWER_LEVEL,
0 // 0dBm
In the advertData structure but it did not change anything.
After investigation we saw that the POWER_PA register is controlling the power level at the PHY layer.
How can I controller that register from the application.
A sample code would be appreciated.
Thanks,
Fabrice.