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?

Related