Adafruit-circuitpython-gps

Latest version: v3.10.14

Safety actively analyzes 629723 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 8 of 10

3.4.1

This release includes a bugfix that was preventing the `nmea_sentence` property from being populated correctly

Thanks to forum users *rstocks* and *BigBalou* for reporting the issue.

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://circuitpython.org/libraries).

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

Read the [docs](http://circuitpython.readthedocs.io/projects/gps/en/latest/) for info on how to use it.

3.4.0

Thanks to dherrada and billxinli for the update!

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://circuitpython.org/libraries).

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

Read the [docs](http://circuitpython.readthedocs.io/projects/gps/en/latest/) for info on how to use it.

3.3.0

* 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](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

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

Read the [docs](http://circuitpython.readthedocs.io/projects/gps/en/latest/) for info on how to use it.

3.2.4

- Added a check to make sure the number of bytes in the input buffer was at least 64, so the module doesn't block while waiting for bytes in the buffer.
- Added an explanation of NMEA 0183 and the different formats in which the data is transmitted to the microcontroller from the GPS.

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

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

Read the [docs](http://circuitpython.readthedocs.io/projects/gps/en/latest/) for info on how to use it.

3.2.3

Updated Example Timeouts for busio.UART function since it now takes seconds instead of milliseconds and updated associated documentation. Thanks dherrada.

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

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

Read the [docs](http://circuitpython.readthedocs.io/projects/gps/en/latest/) for info on how to use it.

3.2.2

Updated an error in `examples/gps_simpletest.py`.

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

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

Read the [docs](http://circuitpython.readthedocs.io/projects/gps/en/latest/) for info on how to use it.

Page 8 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.