Hi, I am strugling to get the power comsumption down to the number I have been reading on this forum. I followed the instruction of the dev kit manual. When measuring the current, the switch is in NRF only position.
Now, this blog post claims 7µA. The best I have achieved to this day is ~500µA using the sample here.
As far as I understand, the power on the 9160 is automatically handled by the ship (PMU?). That means very little is needed to lower current appart from not making the CPU active.
I did try to load a firmware that does nothing; A while loop with k_cpu_idle() with NRF_UARTE0_NS->TASKS_STOPRX = 1 to disable the UARTE rx and I am still seeing a lot of power drawn (order of mA). I also suspect that the cpu get awaken every 5 seconds by something.
Are you able to measure such a low power consumption internally with the latest firmware (the modem fw and dk are outdated)?
If so, do you have any recommendation as to how to pinpoint where the power is used (gdb, probing pins.. etc)?