News

Data Logging and Processing As the Arduino GPS data logger saves the periodic samples containing data on recorded positions to a microSD memory card, this data can then be imported into a computer ...
Arduino GPS Data Logger Description 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 ...
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 GPX formatted data to ...