Skip to content

Arduino based GPS datalogger for creating GPX files which can be used in Google MyMaps and other GPS Software.

License

Notifications You must be signed in to change notification settings

giacy86/ES-Arduino-GPX-datalogger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino GPX datalogger

'GPXlogger.ino' is a small GPS logger for Arduino using the TinyGPS++ library. The GPX-files are stored on a SD card using a card modul. GPX is an open standard exchange format which is used by many GPS programs like Google My Maps. The Logger is designed with low power consumtion (< 90 mA) to be used in outdoor activities with a battery. Therefore it does not use a display or smartphone connection. To start logging just press the button which is indicated with the LED turning on. To stop recording just press the button again.

Hardware

Alt text

Hint: Button1 (Pin 5) is used to start logging. Button2 (Pin 7) will be used to mark special points of interest as waypoints on the current track (not implemented yet).

The following hardware was used in this project:

License

MIT License

Copyright (c) 2020 Philipp Biedenkopf

About

Arduino based GPS datalogger for creating GPX files which can be used in Google MyMaps and other GPS Software.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%