Skip to main content
Argail
Associate
December 15, 2021
Question

Date with 5.2.0 library

  • December 15, 2021
  • 2 replies
  • 914 views

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

    This topic has been closed for replies.

    2 replies

    Tesla DeLorean
    Guru
    December 15, 2021

    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 VenmoUp vote any posts that you find helpful, it shows what's working..
    Argail
    ArgailAuthor
    Associate
    December 15, 2021

    Great, thank you for the hint!

    RMC messages effectively contains everything I'm looking for.