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 Reply Children
  • Thanks for the answer.

    I have that PPK2, it's really useful.

    Yes, such values will then be in vain, if the usage of the sensors is too different.

    As it would be also for the nRf9160-DK in vain, if the usage is too different.

    The point is, that you could just define the "operation mode for the sensors", provide an example (maybe just a small update for the UDP sample) and then publish that numbers. That's more the idea to have a "calibrated starting point", similar as that mentioned in the link. With that it will be easier to explore, what could be achieved for a specific application.

    But, if there are no numbers, there are no number.

    I would appreciate, if such number will be added in the future.

Related