How to set Transmit Power of my Advertisement Packet in nRF Connect SDK 2.5.1

Hello,

I want to set the transmitting power of the advertising packet. How can I set the TX power?

I am using nRF Connect SDK 2.5.1 in Visual Studio Code.

Regards,

Sri

Parents Reply
  • if I add "CONFIG_BOARD_ENABLE_DCDC=y" to the proj.cofig it is showing below error:

    warning: attempt to assign the value 'y' to the undefined symbol BOARD_ENABLE_DCDC

    I have created a new board in NRF Connect for the board I am using. Do I need to do anything different because it has a different device tree file?

    Regarding the power modes I want to measure current consumption in "ION_RAMON_RTC", "ION_RAMOFF_RTC", "ION_RAMOFF_EVENT". Since my application is beacon I don't need to remember anything so I can turn off the RAM. I want to try all the three modes. Can you suggest a reference code to put the device in the before mentioned states?

Children
Related