Nrf9160 not setting requested active time

Good day I am wondering if you can help me.

For background information.

Network - NB-iot

Firmware -  1.3.1

Software - Serial LTE Modem

Hardware - nrf9160dk

I am trying to set the requested active time down so that when I go into idle to save power and keep my IP connection that the modem doesn't stay active for 60 seconds there after.

The device is going into low power mode but only after 60 seconds. 

I will attach a screen shot of the AT-commands that I take to get to the point where I'd like to go into low power but the Requested Active Time does not change.

I came across this following link while attempting to get my power consumption down.

(+) turn off active time and go directly to power save mode - Nordic Q&A - Nordic DevZone - Nordic DevZone (nordicsemi.com)

I tried the command AT+CPSMS=1,"","","10101010","00000000" to set the periodic TAU to 10 minutes and the requested active time to 0 and to 2 (00000001) seconds.

But they had no influence on the 60 seconds of high power consumption after issuing the AT#XSLEEP=2 to put the system into idle.

If anyone has any input as to where I am going wrong I will greatly appreciate it.

Parents
  • Hello Pieter,

    PieterK said:

    My main concern is that in these 60 seconds before going to low power we are consuming weeks worth of power. The nrf9160 modem consumes 20ma for these 60 seconds.

    Can we cut down the 60 seconds as we have battery powered applications and we cannot afford that most of our power consumption is used by the modem after we are already finished. 

    Our MQTT cycles last about 15 seconds. 

    I’m not sure if I can follow you here. Since the modem goes to PSM immediately, those 60s your are mentioning can not have anything to do with <Active Time> or PSM, unless the modem remains in RRC connected state (e.g. because of active MQTT transmission).

    Otherwise, we are probably talking about Power Management of the application core or specifically Power saving for the SLM, which is a different thing as the modem is operating on a separate core.

    Regards,

    Markus

Reply
  • Hello Pieter,

    PieterK said:

    My main concern is that in these 60 seconds before going to low power we are consuming weeks worth of power. The nrf9160 modem consumes 20ma for these 60 seconds.

    Can we cut down the 60 seconds as we have battery powered applications and we cannot afford that most of our power consumption is used by the modem after we are already finished. 

    Our MQTT cycles last about 15 seconds. 

    I’m not sure if I can follow you here. Since the modem goes to PSM immediately, those 60s your are mentioning can not have anything to do with <Active Time> or PSM, unless the modem remains in RRC connected state (e.g. because of active MQTT transmission).

    Otherwise, we are probably talking about Power Management of the application core or specifically Power saving for the SLM, which is a different thing as the modem is operating on a separate core.

    Regards,

    Markus

Children
Related