NMEA2000
NMEA2000 copied to clipboard
Adding NMEA0183 Sentences, and some other questions
I have been working on a solution based on the ESP32, using your code. The solution receives a N2K Source and translates to NMEA0183 through a wired connection, and also transmits the NMEA0183 over Wifi. There are several things though that I have been trying to add,
- How to add support for the following sentences, RMB, VLW, VWR, GLL, HDM, MTW, I don't understand the routines enough to add them, so any additional documentation would be helpful.
- I want to have an 115K output and a 4,800 output. However when I enable the 4,800 the rapid update N2K messages are converted but it never updates the slower ones such as DPT, or if it does every few minutes
- My ultimate solution is to send NMEA0183, 4800 through one serial port, Activsense Protocol through a USB connection and then a NMEA0183 Wifi Server for Ipads, etc. so if anyone has done this please let me know.