Overview
- Object ID : 2589 (2019-05-20)
- Author : Chris Gadd | added by Archiver
- Content : Code
- Microcontroller : Propeller 1
- Languages : PASM, SPIN
- Category : Protocol
- Licence : Other
Content
Uses a single cog to read NMEA messages from a GPS receiver (GGA and RMC messages currently supported), parses the messages to extract time, date, latitude, longitude, altitude, course, and speed and reformats into readable ASCII strings. Also presents latitude, longitude, altitude, course, and speed as binary values.
Includes demo routine with a GPS message generator.