Hi,
I am working with nRF51822 and softdevice.
I am trying to modify the radio output power without success. How can I do that?
I have found a softdevice function for nRF51422 sd_ant_channel_radio_tx_power_set, but this function or similar doesn't exist for nRF51822.
Do I need to modifiy the register directly with command like this :
NRF_RADIO->TXPOWER = (RADIO_TXPOWER_TXPOWER_Pos4dBm << RADIO_TXPOWER_TXPOWER_Pos);
If yes, when can I play this command? All my tries are not working.
Please, help.