matztam / raymarine-evo-pilot-remote

Arduino based remote for raymarine evolution autopilots
18 stars 4 forks source link

Documentation #3

Closed InnovativeIdeas closed 1 year ago

InnovativeIdeas commented 2 years ago

I was wondering if the evo control pgns are documented anywhere

Thanks

Dave

matztam commented 1 year ago

Unfortunately there is no documentation as these are proprietary NMEA commands. They have been reverse engineered based on the logs of Actisense Reader and by reading the code of sbender9/signalk-raymarine-autopilot. There are a lot of bytes added, whose function/meaning I do not know, as you can see in my code: https://github.com/matztam/raymarine-evo-pilot-remote/blob/e8c536a0071045d61ae60944285aadb40e9b5139/RaymarinePilot.cpp#L15-L29

Duplicate of #1