cancel
Showing results for 
Search instead for 
Did you mean: 

Date with 5.2.0 library

Argail
Associate

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

2 REPLIES 2

In NMEA data streams the date (DDMMYY) code would typically be present in the RMC and ZDA sentences.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Argail
Associate

Great, thank you for the hint!

RMC messages effectively contains everything I'm looking for.