Skip to content

modular-CAT/python_uart_gps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python UART GPS

Python library for using the Grove GPS module, or any UART GPS module using standaed NMEA strings. As a more fully featured alternative to this library, look into gpsd and python-gps.

To install, execute the following commands:

git clone https://github.com/modular-CAT/python_uart_gps # or download as a zip and extract it somewhere handy
cd python_uart_gps
sudo python setup.py install

Ensure you have internet access so that you can install any required dependencies.

See usage examples in the examples folder.

Sensors may be purchased as Grove modules from Seeed studio:

www.seeedstudio.com/depot/Grove-GPS-p-959.html

See the seeed wiki for more info:

www.seeedstudio.com/wiki/Grove_-_GPS

For more on the this sensor and NMEA serial messages, see also: http://www.seeedstudio.com/wiki/images/a/a0/SIM28_DATA_File.zip

Written by Daniel Smith for UNSW Australia and LaTrobe University. MIT license and all text above must be included in any redistribution

About

Alternate library for serial gps sensors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages