Hello
I am using nRF9160 to synchronise date and time of an RTC in another module using nRF GPS and 1PPS outputs.
My desired accuracy is within 10 milliseconds.
I have observed that PVT event date and time is not provided until a valid fix is achieved with 4x satellites which can take some time.
I have observed that NMEA string provides time as soon as the module detects a single satellite which is generally faster however I have been unable to find a way to get date at this point.
Is there a way to get date from NMEA or when only a single satellite is available?
I would prefer to use only GPS for this rather than involve LTE.
Thanks for any guidance in advance.