GPS NMEA Sentence Parser

Discuss development of drivers for external hardware and components, such as LCD screens, sensors, motor drivers, etc.
Target audience: Users and developers of drivers.
Post Reply
inmcm
Posts: 7
Joined: Tue Dec 16, 2014 12:27 am

GPS NMEA Sentence Parser

Post by inmcm » Mon Jun 01, 2015 11:39 pm

https://github.com/inmcm/micropyGPS

This is small and easy to use parser for NMEA navigation sentences used on many GPS receivers modules. The github page has a much more extensive explanation and usage examples.

This was developed in conjunction my MTK33X9 chip set command generator: https://github.com/inmcm/MTK_commands

The original discussion (with some development notes) is here: http://forum.micropython.org/viewtopic.php?f=5&t=452

Post Reply