adafruit / Adafruit_CircuitPython_GPS

GPS parsing module for CircuitPython. Meant to parse NMEA data from serial GPS modules.
MIT License
75 stars 58 forks source link

Please add support for a wider range of talkers. #52

Closed lesamouraipourpre closed 3 years ago

lesamouraipourpre commented 3 years ago

The current implementation only recognises two talker codes - GP and GN. Please support a wider range of talkers, for example: GA - Galileo GB - BeiDou GI - NavIC GL - GLONASS GP - GPS GQ - QZSS GN - GNSS / More than one of the above

Ref: https://www.nmea.org/Assets/20190303%20nmea%200183%20talker%20identifier%20mnemonics.pdf

lesamouraipourpre commented 3 years ago

This was closed by PR #54 . I mustn't have listed it correctly in the commit.