Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomashubelbauer/arduino-nmea

An algorithm for the NMEA checksum calculation for Arduino
https://github.com/tomashubelbauer/arduino-nmea

arduino arduino-library arduino-sketch checksum nmea nmea-library nmea-parser

Last synced: 18 days ago
JSON representation

An algorithm for the NMEA checksum calculation for Arduino

Awesome Lists containing this project

README

        

# Arduino NMEA Checksum

![](https://github.com/tomashubelbauer/arduino-nmea-checksum/workflows/ci/badge.svg)

NMEA implementation for Arduino.

Example output:

```
$POV,P,1018.35*39..
$test*16..
$POV,P,951.78*05..
$POV,P,951.84*06..
```

Check out [`.github/workflows/main.yml`](.github/workflows/main.yml) to see how
the NMEA values are tested for correctness by running this sketch in an emulator
using the [avr8js Arduino emulator library](https://github.com/wokwi/avr8js) by
Wokwi.