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: 5 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 (over 7 years ago)
- Default Branch: main
- Last Pushed: 2022-04-28T08:42:54.000Z (about 3 years ago)
- Last Synced: 2024-12-31T22:13:56.386Z (7 months ago)
- Topics: arduino, arduino-library, arduino-sketch, checksum, nmea, nmea-library, nmea-parser
- Language: JavaScript
- Homepage:
- Size: 74.2 KB
- Stars: 3
- Watchers: 3
- 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.