nRF9160, mfw 1.3.2 - power consumption in eDRX - realistic value / demonstration?

Reading The adhoc smart waste solution uses the nRF9160 SiP I tried to reproduce the mention 6 µA with LTE-M in eDRX with an interval of 655 s.

I use

CONFIG_LTE_EDRX_REQ_VALUE_LTE_M="1011"
CONFIG_LTE_PTW_VALUE_LTE_M="1111"

and these values are reported in LTE_LC_EVT_EDRX_UPDATE, "eDRX: LTE-M 655.36 [s], page 20.48 [s]".

Using a nRF9160-DK, v1.1.0, with NCS 2.1.2, mfw1.3.2  (suspended UART, wakeup on io level interrupt), my PPK II shows 31 µA.

Using PSM with the same device and application goes down to 3.7µA (UART suspended, wakeup on io level interrupt), so for me it seems to be the modem part, which consumes more. That's not too bad, but what is required or what is the precondition for 6 µA ?

I already searched the forum and others seems also to stick to larger values  nrf9160 psm and edrx mode power consumption test (117µA) and I failed to find the hint, how to get it down to the 6 µA.

Related