Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tomashubelbauer/arduino-nmea
- Owner: TomasHubelbauer
- License: mit
- Created: 2018-01-02T22:56:47.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2022-04-28T08:42:54.000Z (over 2 years ago)
- Last Synced: 2024-05-02T03:54:22.044Z (9 months ago)
- Topics: arduino, arduino-library, arduino-sketch, checksum, nmea, nmea-library, nmea-parser
- Language: JavaScript
- Homepage:
- Size: 74.2 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.