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.)