Skip to content

Added Full Support For 4 More NMEA Sentences & Changed Waiting For UART Data

Compare
Choose a tag to compare
@evaherrada evaherrada released this 16 May 16:49
e52d41c
  • Added support in adafruit_gps.py for GPGLL, GPVTG, GPGSA, and GPGSV NMEA sentences.
    • GPGLL - Geographic Position – Latitude/Longitude
    • GPVTG - Track Made Good and Ground Speed
    • GPGSA - GPS Dilution of Precision and active satellites
    • GPGSV - Satellites in view
  • Changed the input buffer check 64 bytes in the input buffer to 32 bytes in the input buffer since some sentences aren't 64 bytes.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-gps.

Read the docs for info on how to use it.