This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How do I put the NRF51422 into +4dBm mode?

I have attempted to put the radio into +4dBm mode using the command: sd_ant_channel_radio_tx_power_set(CHANNEL_0, RADIO_TX_POWER_LVL_3);

When I look at the RADIO TXPOWER register is is set to 0. This indicated it is in 0dBm mode.

If I try using RADIO_TX_POWER_LVL_0 the lowest power, then the TXPOWER indicates 0xEC which is the -20dBm. So, it looks like it is changing with this command.

The only valid levels in the header file are 0, 1, 2, 3. Therefore, I do not see a method to get the radio into +4dBm mode. Can someone shed some light on this?

Related