/gps_tracker

GPS Tracker and data logger

Primary LanguageC++MIT LicenseMIT

gps_tracker

GPS Tracker and data logger

The files here include hardware, case, PCB, Python and C++ code, documentation, and reference files.

Bill of Materials (BOM)

Log File

The GPS Log Files are named with the format of YYYYMMDD.txt, where the letters are the following:

  • YYYY: 4-digit Year
  • MM: 2-digit Month
  • DD: 2-digit Day

The data is comma separated, with the following columns.

  • ISO 8601 formatted time-stamp (UTC) e.g. 2009-10-17T18:37:26Z
  • Latitude in Degrees
  • Longitude in Degrees
  • Elevation in Meters
  • Heading in Degrees
  • Speed in Kpm