TinyGPSPlus Arduino Library

repository·master·Indexed 23 days ago

https://github.com/mikalhart/tinygpsplus

A customizable NMEA parsing library for Arduino and other platforms used to extract location, time, speed, altitude, date, and course data from GPS module data streams.

Tokens
113
Snippets
0
Records
1
Agent score
29%

What's inside TinyGPSPlus

  1. Overview of TinyGPSPlus

    master
    TinyGPSPlus is a full-featured NMEA parsing library designed for Arduino and other platforms. It is used to parse NMEA data streams provided by GPS modules, allowing developers to extract critical information such as position, date, time, altitude, speed, and course. Compared to the original TinyGPS, TinyGPSPlus offers a simpler programmer interface and the ability to extract arbitrary data from various NMEA sentences, including proprietary ones.