The repository contains a library developed for ESP32 to parse GPS data, based on NMEA-0183 standard. The function can currently parse GPGGA string from the packet and returns the data in a data structure that contains the following GPS Parameters.
- UTC Time (HHMMSS.SS)
- Latitude
- Longitude
- Number of Satelites
- Fix Quality
- Altitude
- Altitude Units
- Undulation
- Undulation Units
- Horizontal Dilution of Precision
- Differential Age
- Station ID
- Validity (based on checksum)