2021-12-15 05:28 AM
Hello,
I'm trying to understand how to get simple information with the GNSS library and the example.
I think I can find the time inside "pGNSSParser_Data->gpgga_data.utc" and position with "pGNSSParser_Data->gpgga_data.xyz" but is there an easy way to get the date (year, month, day)?
Regards
2021-12-15 06:16 AM
In NMEA data streams the date (DDMMYY) code would typically be present in the RMC and ZDA sentences.
2021-12-15 06:44 AM
Great, thank you for the hint!
RMC messages effectively contains everything I'm looking for.