Thingy:91 - Power Consumption in "system OFF mode"

Following Getting started with current measurements on the nRF9160 I applied the

#include <modem/lte_lc.h>
void main(void)
{
 lte_lc_power_off();
 k_sleep(K_MSEC(1000));
 NRF_REGULATORS->SYSTEMOFF = 1;
}



to a Thingy:91 (disabled SERIAL, NCS-2.0.0). 

With that I get about 0,190 mA. That value is also very close to the value I get with the UDP sample (0,200mA).

So, is that the right one?

(The values for the nRF9160-DK are much lower, therefore I'm interested in the expected value.)
Parents
  • I've implemented to disable the 3.3 V (I decided to couple that to PSM, so the LEDs are available to indicate operations, when the modem is active).

    My results (Thingy HW 1.0.0) are:

    - 0.03 mA as ground for the quiescent current

    - some peaks so that average quiescent current is about 0.08 mA

    I would appreciate, if there are also some "official values" to compare to.

Reply
  • I've implemented to disable the 3.3 V (I decided to couple that to PSM, so the LEDs are available to indicate operations, when the modem is active).

    My results (Thingy HW 1.0.0) are:

    - 0.03 mA as ground for the quiescent current

    - some peaks so that average quiescent current is about 0.08 mA

    I would appreciate, if there are also some "official values" to compare to.

Children
Related