News

The extendable Arduino GPS data logger consists of a shield that is fitted with the GPS receiver, SD card reader, and accelerometer, together with an Arduino UNO board.
This project uses an Arduino to interface with a GPS module to collect and display GPS data including latitude, longitude, altitude, speed, and time. The code reads data from the GPS module, processes ...
Arduino GPS Logger. Fetch GPS data over serial and log it to an SD card. This uses TinyGPS to decode NMEA (RMS and GGA) sentences from a LS20031 GPS module, and then uses the the SD library to write ...