dotnet / iot

This repo includes .NET Core implementations for various IoT boards, chips, displays and PCBs.
MIT License
2.17k stars 583 forks source link

Add GPS (NEO-M8 / NMEA 0183 protocol) #677

Closed krwq closed 1 year ago

krwq commented 5 years ago

I'm currently working on GPS module bindings and just wanted to make sure no one duplicates the work. I already got basic functionality working but there is a lot of clean up left and support for some functionality is missing.

Multiple GPS/navigation devices use NMEA0183 protocol to communicate with the sensor. NEO-M8 supports multiple sentence types:

NMEA supports lots more than that though but will leave it out of scope

Ellerbach commented 3 years ago

@dotMorten, please don't hesitate to contact me. My email: laurelle@microsoft.com, my discord: Ellerbach#6489 I had a great discussion with Patrick and I'm sure there are very few things that can be added thru contribution to make NmeaParser even better :-)

krwq commented 1 year ago

[Triage] It's already done and extension for this is in the PR