ttlappalainen / NMEA2000_esp32

Inherited object for use NMEA2000 with ESP32 boards
63 stars 39 forks source link

Redirect ublox data to NMEA2000 bus #29

Open thknx opened 1 month ago

thknx commented 1 month ago

Mr. Lappalainen

I have a Garmin GPSMAP 923 which requires GarminGPS module over NMEA2000. But I don't want to buy new device anymore.

Can I redirect my ublox data to GPSMAP 923?

Best regards.

unxs0 commented 1 month ago

Let me jump in to save work and time... Should be straightforward, see example, that uses T's great library, here:

https://github.com/usauerbrey/N2k-NMEA0183-N2k/blob/master/N2k-NMEA0183-N2k.ino

thknx commented 1 month ago

Thank you so much. I hope to figure out how to use it :sweat_smile: