Hi,
I am trying to test PSM settings on the nRF9160 using a custom PCB. I have set the active time to 3 minutes with a periodic TAU time of 10 minutes.
When the device enables PSM, I see the following response:
Activating PSM Mode Opening AT Command Socket Socket ID: 1 Sending AT command: AT+CPSMS=1,,,"10101010","10100011" Modem response: OK Socket status: 5:11, No more processes Sending AT command: AT+CPSMS? Modem response: +CPSMS: 1,,,"10101010","10100011" OK Socket status: 40:11, No more processes
I set the PSM timers and then read them back to check if they have been set. Both the set and read AT commands are the same values so the device should be operating under these timers but after 20 minutes I have yet to see the modem reactivate.
Am I missing something? (I would post an image of the current consumption but the forum isn't letting me do that at this time)
MJD093