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

Low-power for nrf52

Hi,

I am trying to develop low power beacon on nrf52.

Which example should I base on?

I am trying example ble_app_blinky on PCA10040, and I am getting close to 1 mA, but I need something closer to 10uA.

In this example in main loop there is sd_app_evt_wait() so shouldnt it work?

Regards,

Artur

Parents Reply
  • Hi,

    I may not measure exactly like in documentation but I have two PCBs to check.

    I am testing softwares also on my beacon, and when I run my low power nrf51 code on nrf51 beacon I get 5uA between advertising, on beacon with nrf52 and nrf52 code I get 500uA.  

    Should I change #define NRF_LOG_BACKEND_UART_ENABLED 1?

    Should I do something with FPU unit?

    Regards

Children
Related