Skip to content

htotoo/MiniNMEAParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MiniNMEAParser

Parses NMEA $GPGLL command, with minimal footprint, or processing requirement. Simply pass the NMEA communication to it char by char, then query for the result at any time. Also parset the $GPVTG command.

Can get:

  • Is there currently a valid GPS coordinate?
  • Last got coordinates (Lat, Lon)
  • When was the coordinates got? (last valid time)
  • What is my speed in Kmph?

About

A mini NMEA parser. For microcontrollers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages