Hi,
I am using nRF connect sdk1.9.0 and modem firmware 1.3.1.
I have configured GPS to single fix mode.
err = nrf_modem_gnss_fix_interval_set(0); err = nrf_modem_gnss_fix_retry_set(180)
as per documnetation
"To enable single fix navigation, set the fix interval to 0. If the fix retry parameter is non-zero, GNSS stops after the fix retry time is up if a valid PVT estimate has not been produced. If the fix retry parameter is set to zero, GNSS is allowed to run indefinitely until a valid PVT estimate is produced"
I have set the retry parameter to no zero like 180.if the GPS got fix it stopped ,but if GPS not got the fix in retry time it is still searching for indefinite period.
please guide us in this regard.
Thanks