'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.
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:
- Arduino Nano
- GPS Modul
- SD Card Modul
- Buttons, wires, LED, resistors, breadboard
MIT License
Copyright (c) 2020 Philipp Biedenkopf