Releases: adafruit/Adafruit_CircuitPython_GPS
Un-block Waiting For UART Data & Added NMEA Info
- 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.
To use in CPython, pip3 install adafruit-circuitpython-gps
.
Read the docs for info on how to use it.
Updated Example Timeouts
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.
To use in CPython, pip3 install adafruit-circuitpython-gps
.
Read the docs for info on how to use it.
Example Fix
Updated an error in examples/gps_simpletest.py
.
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.
Update Travis Badge In Readme
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.
Added datetime property, example name updates.
Added example for using GPS as a RTC.
Added datetime
property.
Updated example names to match convention.
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.
Change strings to bytes for 'pyserial' cross compatibility
This library now works with 'pyserial', includes some example code and CPython compatibility changes. Also added an optional debug flag.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-gps
.
Read the docs for info on how to use it.
Now on PyPi!
- Added
setup.py
- Added PyPI release info to
.travis.yml
- Updated
requirements.txt
- Added a more comprehensive
.gitignore
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-gps
.
Read the docs for info on how to use it.
Time tweaks
- Make time_struct have int values rather than float. Thanks to @cefn !
To use in CircuitPython, download the .zip file and copy its contents to the lib folder on the CIRCUITPY drive. Or, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
Improved reference documentation.
Thanks to @sommersoft for the great work!
Updated with lint and autobundling!
Thanks to @mrmcwethy for the great work!