nRF9160 PSM active time problem

Hi Nordic,

Using nrf-connect 1.9.99 and Zephyr 2.7.99 (*** Booting Zephyr OS build v2.7.99-ncs1-1 ***)

I am using then nRF9160-DK and everything is fine. Getting 40uA in LTE-M PSM mode when sleeping. However, am trying to control the active time and no matter what I do to the CONFIG_LTE_PSM_REQ_RAT, it seems to be be active in about 7 seconds. RPTAU is responding as expected.

# Config (90 secs / 2 secs)
CONFIG_LTE_PSM_REQ_RPTAU="10000011"
CONFIG_LTE_PSM_REQ_RAT="00000001"

Power consumption with active:

As you can see, the modem is active in 6.88 seconds, I would have expected it to be online in 2 seconds (RPTAU). The code running during in active mode has long finished at this point.

I would have hoped that the modem falls asleep again after 2 seconds (RPTAU).

Is there any way to get it to sleep after 2 seconds?

Kind regards

Anders
https://DataHamster.io

Parents Reply Children
Related