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
  • Hi Anders, 

    Is there a reason for using latest/main nRF Connect SDK branch? Can you please retry with tag v1.9.1 to verify with stable release?

    akofoed said:
    +CEREG: 0,4
    OK

    No, the response from CEREG? (read command) is

    +CEREG: <n>,<stat>[,[<tac>],[<ci>],[<AcT>][,<cause_type>],[<reject_cause>][,[<Active-Time>],[<Periodic-TAU>]]]]

    in your case <n> and <stat>

    0 – Unsubscribe unsolicited result codes

    4 – Unknown (for example, out of Evolved Terrestrial Radio Access Network (E-UTRAN) coverage)

    What application are you running? Can you connect to your device using the LTE Link Monitor and issue AT+CFUN? command, if CFUN=0, issue AT+CFUN=1 first and then AT+CFUN?

    This should print more information. We might also need a modem trace of when you are seeing this issue.

Children
Related