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: 4 months ago
JSON representation
An algorithm for the NMEA checksum calculation for Arduino
- Host: GitHub
- URL: https://github.com/tomashubelbauer/arduino-nmea
- Owner: TomasHubelbauer
- License: mit
- Created: 2018-01-02T22:56:47.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2022-04-28T08:42:54.000Z (over 3 years ago)
- Last Synced: 2025-07-30T03:03:30.662Z (5 months ago)
- Topics: arduino, arduino-library, arduino-sketch, checksum, nmea, nmea-library, nmea-parser
- Language: JavaScript
- Homepage:
- Size: 74.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arduino NMEA Checksum

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.