"

I often see the following warning when requesting a GNSS location: "<wrn> location: PSM is configured, but modem did not enter PSM in 2 minutes. Starting GNSS anyway." - what is this warning? Is this a setup issue or expected behavior?

Parents Reply
  • Hi,

    From the perspective of application and network behavior, everything is working as it should. The warning you see comes from Location library. The requesting of PSM active time works such that device requests a value and network decides and reports the given value. Now that device requests too small value of 8s, network gives something that is a lot more, in this case 180s (3min). Can you try to request bigger value, for example 60 seconds and see if this helps? This could potentially help in getting rid of the warning and more importantly, let the modem go to PSM quicker.
    You should subscribe to notifications using AT+CEREG=5 and AT%MDMEV=1 before AT+CFUN=1.
    This might be intentional, but you can double check if you want your application to connect to udp-echo.nordicsemi.academy.

    Best regards,
    Dejan


Children
Related