This repository implements a NMEA 0183 parser library for SensESP. It reads and parses NMEA 0183 formatted data and creates SensESP Producers for the different data.
To use the library in your own projects, you have to include it in your platformio.ini
lib_deps
section:
lib_deps =
SignalK/SensESP@>=3.0.0-beta.1,<4.0.0-alpha.1
SensESP/NMEA0183@^3.0.0
See also the example main file.
For more information on using SensESP and external add-on libraries, see the SensESP documentation.