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

GPS Navigation mode vs Power Save Mode

Hi,

reading through the gnss socket configuration parameters it came a question to my mind regarding the Power Save Modes.

Is the PSM configuration applied when the GPS is configured for Periodic Navigation (Fix interval set to 60)?

In other words, if I measure the current while keeping the fix interval to 60 sec and rerunning the test for PSM settings 0,1,2,

will the PSM setting, make any difference to the current measurement?

Thanks in advanced,

Panagiotis.

Parents Reply
  • Hi Panagiotis

    So when you select the fix interval of 120sec (single shot, one fix every 120sec), that means the socket option, NRF_SO_GNSS_POWER_SAVE_MODE is using the default NRF_GNSS_PSM_DISABLED value.

    Since:

    • NRF_GNSS_PSM_DUTY_CYCLING_PERFORMANCE is continuous tracking, the received GNSS signal has no gaps. Best performance is achieved with continuous tracking.
    • NRF_GNSS_PSM_DUTY_CYCLING_POWER is duty-cycled tracking, the GNSS receiver operates in on-and-off cycles consisting of tracking and sleeping. The received GNSS signal has therefore short gaps during the sleep periods. This type of tracking reduces the power consumption at the expense of performance.
    • NRF_GNSS_PSM_DISABLED is Single shot
Children
Related