Hello Devzone,
My name is Ted. Recently I posted here and received some good help on low power sample code for the nRF9160DK board. This code helped me prove in real life that it is possible for the nRF9160 draw just single microamps of current, in a proper deep sleep configuration.
I've returned to a custom board design on which I am working, and I adapted that hello_world application for our board. On this custom hardware my finding is that I can achieve a floor current of about 25uA.
Everything outside the 9160 SiP is turned off, save for a single switching regulator which provides VDD and VDD_GPIO to the SiP. The SiP application core enters Zephyr's idle thread, and hence the particular processor's deep sleep mode. The Nordic Power Profiler Kit II in source meter mode gives these measurements.
Our DK board draws ~4.5uA with the low power hello_world code. Our custom board draws about 25uA. I suspect the switcher is drawing the extra current, but I cannot turn that off as nRF9160 requires a continuous supply at VDD and VDD_GPIO.
A key difference I understand is that the nRF9160DK measurement set up captures only the current to the nRF9160 SiP. Measuring current on my custom board I am capturing total board current. I need to measure total board current, as the overall design is powered by battery. Given a desired battery life I must bring average total board current down to single microamps, in order to justify using the nRF9160 in our design.
This brings me to my question: does Nordic Semi have reference designs which account for keeping an external regulating part or circuit to very low current consumption? I know this question may be a long shot. I know component availability is ever changing and Nordic's estimating power profiler cannot account for arbitrary circuit designs. Nonetheless there seems to be a catch here. According to various datasheets and documents, the nRF9160 itself can draw as little as 1.4uA in deep sleep. In a practical circuit however, there is normally a regulated supply to provide a steady power rail to the SiP. In a battery based circuit, any regulator circuitry must be able to draw comparably low current, else the super low current draw possible with the nRF9160 does not mean much, when to keep the nRF9160 powered another circuit element must use multiple times the current draw of the SiP.
Is my understanding here accurate? Would all bets for stable nRF9160 operation be off, if I power the SiP directly from a high impedance battery, one whose discharge curve is relatively flat among different battery type discharge curves?
- Ted