Thingy91x absolute minimum power consumption

I have been testing the thingy91x and measuring power consumption trying to reduce it to the absolute minimum.

Using a test program that moslty sleeps ( using k_sleep() ) , i'm unable to get power consumption under ~200 uA. Is this to be expected?

I'm not using the board supplied with the Thingy91x kit to measure power consumption, because it provides me relevant but separate SOC power consumption data, as I want to know the total value on the battery side. The setup is shown in the image below.

How can I proceed to further reduce, if possible, this number? i'm using a very basic code, disabling GPIO's, I2C, SPI, PWM, ADC, LTE, Logging, .....

I'm using VSCode and nordic SDK 3.0.1

Thanks in advance.

  

Related