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

Minimizing power consumption in system on

Hello,
I am trying to use as least energy as possible.
I run the ble_app_blinky example.
The only change I did was commenting out: advertising_start();
such that no advertising will take place.
In the main loop of this example, there is a call to idle_state_handle which should enter the chip to system_on sleep.
According to the nrf52840 specification under: Power and clock management > Current consumption > Electrical specification I expect to see power consumption of about 0.97uA.
But Using the power profiler kit I see that the actual current is about 630uA.
Can I lower this consumption somehow?
Related