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

Low Power NRF52 Beacon

Hi,

We are facing an issue related to battery life. We are using sdk 15 and SD S132(7.0.1) and we are able to archived 30uA current consumption, but we want it near to 5uA. We have already set NRF_LOG_ENABLED to 0 and use nrf_pwr_mgmt_run() in main loop. How to reduce more current consumption? Is there anything we can do to reduce the current consumption?

Thanks

Parents Reply
  • Hi,

    Thanks for your response.

    Yes, I have used beacon example from sdk as a template and running application on custom board. I have also tested same application on nrf52 dk, but getting same current consumption.

    I have set the advertisement interval to 1000 ms and Tx power set to -12.

    How to set the clock in sdkconfig.h for minimum power consumption for beacon application?

    Or anything else that I have to change in sdkconfig.h ?

Children
Related