ttlappalainen / NMEA0183

Library for handling NMEA0183 messages
69 stars 44 forks source link

Add a GSV parser #29

Closed sailingfree closed 2 years ago

sailingfree commented 2 years ago

Add a GSV parser for the satellites in view message. Each satellite is represented in the tGSV structure. The satellite ID is now SVID rather than PRN as per the 2019 corrections from NMEA.

Compiled and tested on an ESP32 using the Visual Studio Code IDE together with a Blox serial GPS module.