This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF9160 DK's LTE not waking up from PSM

Hi!

I'm currently in the process of evaluating the nRF9160 DK. I'm trying to measure the current of the LTE when the PSM mode it's set. I'm using the at_client application and I am setting the PSM mode (using the LTE Link Monitor) like this:

AT+CPSMS=1,,,"00000001","00100001"

I can see the first active time just right after sending the at command, and it goes to PSM after a minute(like it should according to the parameters in the at command), but after 10 minutes it doesn't go back to active time.

Is there anything I'm missing?

thanks,

Ainara

Parents
  • Hi Ainara,

     

    The PSM TAU can be checked by sending the read command for CPSMS (see the AT commands pdf for more details):

    AT+CPSMS?

     

    This should then return the state and values set by the network.

    Note that the network might provide you with another timeout value, as the device does not have the "final say" in this matter, it is the base station that sets this.

     

    *edit*:

    You should use "AT+CEREG?" to read the current state for PSM. AT+CPSMS? reads your requested PSM settings, while CEREG returns what the network has set.

     

    Kind regards,

    Håkon

Reply
  • Hi Ainara,

     

    The PSM TAU can be checked by sending the read command for CPSMS (see the AT commands pdf for more details):

    AT+CPSMS?

     

    This should then return the state and values set by the network.

    Note that the network might provide you with another timeout value, as the device does not have the "final say" in this matter, it is the base station that sets this.

     

    *edit*:

    You should use "AT+CEREG?" to read the current state for PSM. AT+CPSMS? reads your requested PSM settings, while CEREG returns what the network has set.

     

    Kind regards,

    Håkon

Children
Related