Integrating GPS into this example code #6
jfstockton
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm interested in adding a GPS receiver onto the AIS port and adding the appropriate handler to create N2k PGNs that would be sent onto the WiFi interface. I assume that this code example is a good one to start with. I would use the TinyGPS++ parser library to get the individual GPS data fields.
To integrate the data, should I populate the Boat.h data structure and then call the 129029 PGN handler to make a GPS message?
I'm new to C++, so this is a little confusing to me. Thanks for the great code examples and the workshop content. This is a great place to learn and start to build on the code.
John Stockton (john@jstockton.com)
Beta Was this translation helpful? Give feedback.
All reactions