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

Low Power Mode not that low power

Hi,

I want to enter the NRF52 into a standby low power mode.

I am running sdk17.0.2, with FreeRTOS and softdevice (7.2)

The steps I take are:

1) stop all my threads

2) Setup interrupt to bring out of sleep mode

3) sd_power_system_off();

I can see the current being drawn dip to around 2.5mA to 3mA, but I was hoping for less current.

Is there something else I got to do?

Parents Reply
  • That is strange, It is hard to see what is consuming so much power without knowing what your application is doing.

    Is it possible to get your application so that i can get an idea of what it could be? 

    Riaan said:
    I also do notice that if I don't run FreeRTOS with the RTC I get a bit lower power usage in deep sleep mode.

    So without FreeRTOS,which sleep function are you using (WFE or sd_app_evt_wait)?  Are you using BLE (softdevice)?

Children
Related