A complete motorcycle GPS tracking system built around the LilyGO T-SIM7000G — a compact board combining an ESP32 microcontroller with a SIM7000G cellular/GPS modem, an SD card slot, and an 18650 battery holder. The tracker sends GPS coordinates, speed, temperature, and battery voltage to a self-hosted server over 2G/NB-IoT/CAT-M cellular.
The MotoTracker web dashboard runs on a Raspberry Pi (Apache + PHP + MySQL) and displays the day's route on an interactive Leaflet map, color-coded by speed. Rides can be replayed in real time or exported as GPX files for use in Strava, Garmin Connect, or other apps.
Custom enclosure designed for the LilyGO T-SIM7000G board. Available on Thingiverse.
Source code: github.com/ArturKos/MotoTracker
Back to Portfolio