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.

Tx power level

Other Parts Discussed in Thread: CC2541

Hi,

How can i change the TXPOWER from 0dBm to -23dBm on CC2541 ?

I working with TI Sensor TAG application and BLE stack.

i tried to chnage a array : scanRspData[]  = {.....

// Tx power level
0x02, // length of this data
GAP_ADTYPE_POWER_LEVEL,
0xE9 // -23dBm

}

but nothing changed