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

nRF9160 PSM and eDRX Modes

I am using the 9160DK (0.9.0) and testing the PSM and eDRX modes with ncs V1.3.0.  if I program the Asset_tracker without any changes I can connect to the nRFCloud.

from the LTE Link Monitor window i type

AT+CPSMS?

And I get

+CPSMS: 1,,,"00000110","00000010"

                This suggests that I am already in PSM??  The prj.conf has CONFIG_POWER_OPTIMIZATION_ENABLE=n

if I change the prj.conf with CONFIG_POWER_OPTIMIZATION_ENABLE=y and do the same thing i get the same result.

I guess my question is, when using the nRF cloud and LTE link Monitor, how can i tell what mode i am in?

i have used the 

AT+CPSMC?  and AT+CEDRXS?  and get the same answer with and without CONFIG_POWER_OPTIMIZATION_ENABLE = y or n

thanks

Related