Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.29 KB

README.md

File metadata and controls

24 lines (19 loc) · 1.29 KB

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