Skip to content

This file reads the serial GPS connected to Raspberry Pi Zero and display the info in a user-friendly manner. Every 10 seconds writes the last lat/lon to a HTML file, to be displayed at Apache

License

Notifications You must be signed in to change notification settings

btminzon/RaspPiZeroGPS

Repository files navigation

RaspPiZeroGPS

This project reads the serial GPS connected to Raspberry Pi Zero and store Latitude, Longitude, Altitude and Speed in a local database, using pymsql. It also features a tool to generate KML from each route.

It uses the following packages: pymysql, geopy and simplekml

This is a port of Lauszus's gps.py. Original source code can be found at https://gist.github.com/Lauszus/5785023#file-gps-py

About

This file reads the serial GPS connected to Raspberry Pi Zero and display the info in a user-friendly manner. Every 10 seconds writes the last lat/lon to a HTML file, to be displayed at Apache

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published