Hi there!
I just switched from the GPS Library to the GNSS API.
The problem is, that we never get the timeout event NRF_MODEM_GNSS_EVT_SLEEP_AFTER_TIMEOUT. Basically the same problem as described here:
- https://devzone.nordicsemi.com/f/nordic-q-a/67853/nrf_so_gnss_fix_retry-seems-to-have-no-effect-for-first-fix?pifragment-684=2
- https://devzone.nordicsemi.com/f/nordic-q-a/78657/gps-timeout-and-interval-with-supl-a-gps
GNSS Settings
-
fix interval = 0
-
fix retry = 120
- everything else are default values
Software Versions
- nRF SDK 1.6.1
- nrfxlib 1.6.1
- Modem FW 1.3.0
- Zephyr 2.6.0
After reading the above mentioned tickets I would have expected the issue was solved with Modem 1.3.0, or did I get it wrong?
Best regards,
Markus