Power consumption nRF9151

When loading empty software (zephyr based) into the nRF9151, the nRF9151 uses roughly 4mA and when erasing the IC, it uses 5.8mA. 

Does zephyr not include a power down mode when running 'empty software'? What could be the cause of this relatively high power consumption when doing nothing?

Parents Reply
  • I'm also seeing similar results to that of the OP. When I run the above code (or the Blinky sample, for example) as-is, I'm seeing around 3.7mA average consumption. If I disable serial as per optimization guide, it drops to 3.17mA on average. I still see the spikes every 10 (or 1, in Blinky) seconds when the CPU starts executing instructions.

    What am I missing? Using brand new nRF9151-DK and PPK2. 

Children
Related