craigpeacock / NMEA-GPS

A basic NMEA GPS parser designed and tested with the u-Blox MAX-8 series of GPS receiver connected to a Raspberry Pi.

Home Page:https://www.beyondlogic.org/ansi-c-basic-lightweight-nmea-parser-for-gps/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NMEA-GPS

A basic NMEA GPS parser designed and tested with the u-Blox MAX-8 series of GPS receiver.

https://www.beyondlogic.org/ansi-c-basic-lightweight-nmea-parser-for-gps/

MAX-8 / MAX-M8 FW3 Hardware Integration Manual: https://www.u-blox.com/en/docs/UBX-13003221

Works on a PC with ubuntu or a Raspberry PI.

On the Raspberry PI:

Alternatives

If you are looking for a more compatible solution tested with an extensive range of GPS, consider gpsd - a GPS service daemon. https://gpsd.gitlab.io/gpsd/index.html

It can be used with NTPd to set the time on embedded systems without a Real Time Clock (RTC) like the Raspberry PI.

About

A basic NMEA GPS parser designed and tested with the u-Blox MAX-8 series of GPS receiver connected to a Raspberry Pi.

https://www.beyondlogic.org/ansi-c-basic-lightweight-nmea-parser-for-gps/

License:GNU General Public License v3.0


Languages

Language:C 100.0%