GithubHelp home page GithubHelp logo

gsshch / libnmea-esp32 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from igrr/libnmea-esp32

0.0 1.0 0.0 3 KB

ESP-IDF component for libnmea, NMEA parser

License: MIT License

Makefile 18.28% C 81.72%

libnmea-esp32's Introduction

NMEA parser component for ESP32 ESP-IDF

This is a wrapper around libnmea, in the form of an ESP-IDF component.

To use, clone the component into the components directory of your project, or add it as a submodule. See libnmea documentation for more details.

Example

Example project is provided inside example directory. It works the same way as parse_stdin.c example from libnmea, except that it reads NMEA sentences from UART. Connect TXD pin of GPS receiver to GPIO21 of ESP32, build and flash the example. Decoded NMEA messages will be displayed in the console.

Known issues

strptime function in newlib is less smart than the one in Glibc, and can not parse format strings such as '%H%M%S' (i.e. when there are no separators between numeric fields). Therefore date and time fields of NMEA messages are not parsed.

License

libnmea, this component, and the example project are licensed under MIT License.

libnmea-esp32's People

Contributors

igrr avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.