-
Notifications
You must be signed in to change notification settings - Fork 2
Documentation
Hardware
To realize this project i chose arduino DUE because he have the right power to manage the amount of the GPS data and the LCD at the same time.
http://arduino.cc/en/Main/arduinoBoardDue
For the GPS sensor i chose the Adafruit ultimate GPS v3 because this breakout have the right precision for a track use (10hz).
https://www.adafruit.com/product/746
For the LCD module, the Adafruit resistive touch screen was good, because we can use it with the gloves without any problem.
http://www.adafruit.com/product/1770
Software
To mix all this harware together the project use the Arduino ide (tested with 1.6.0 version) and the Adafruit library.
GPS
https://github.com/adafruit/Adafruit-GPS-Library
LCD (ILI9341_due) version 0.94
https://github.com/marekburiak/ILI9341_due
SD-Card (SdFat)
https://github.com/greiman/SdFat
TouchScreen (adafruit Due version) To use this library on Due in my project we need to set Precision to 3 or more sample.
https://github.com/adafruit/Touch-Screen-Library/tree/Due
ArduinoJson