simonebusoe
Results
2
issues of
simonebusoe
Hi Timo, I'm trying to send with a Due over N2k bus Apparent wind Angle and speed infos by using PGN130306. ` void SendN2kWindSpeed(){ tN2kMsg N2kMsg; SetN2kWindSpeed(N2kMsg,1,mwsDampedms,mwaDamped,N2kWind_Apparent); NMEA2000.SendMsg(N2kMsg); } `...
Hi, i found this library very useful and very well done. I am trying to get notification from one or two BLE server that are capable to notify at 64Hz....