NMEA2000
NMEA2000 copied to clipboard
NMEA2000 library for Arduino
I'm working on an N2k project that has to respond to these. I notice that the ISO Request PGN isn't in N2kMessages - I'm happy to add it and raise...
Hi to everyone, I am starting to develop an engine monitor box with an arduino due. I would like to know if someone has an experience about the measurement of...
hello Timo, since I have three individual compartments in my boat and three float switches and pumps with three controls on the lower helm (that I'm often not using...) I'm...
good morning, trying to get my DSM250 display to "communicate" with a teensy3.5 as far as switching relays is concerned. Teensy sending PGN127501 sent every 15secs (as per the Maretron...
the following code ` #include #include #include using namespace std; int main() { tNMEA2000_SocketCAN *t=new tNMEA2000_SocketCAN((char *)"can0"); delete (t); // causes illigal instruction in N2kStream... so live with the memory...
Hi, firstly I appreciate so much your NMEA libraries. I was quickly figuring all out, so I can manipulate messages with ease. Nevertheless I'm working on transmitting Engine Dynamic parameters...
Hi Timo I just want to let you know that your library is used in a product that recently passed NMEA Certification Testing. Thanks very much for making the library...
> Good. So if you accept MIT, I'll send CANBOAT guys information of those PGN data structure. > > _Originally posted by @ttlappalainen in https://github.com/ttlappalainen/NMEA2000/issues/137#issuecomment-544108491_ > good evening Timo, started...
Hi, I want to read, as a start position, course, speed on my boat running NMEA2000. I have a on the boat pc running Linux. Would this library be able...
Hello Timo, First of all thank you very much for all the hard work you did on the NMEA2000 library! I coupled 2 ESP32 devices to the bus with different...