Vassilis Bourdakis
Vassilis Bourdakis
Antoni, which plotter is this? 7** ? curious if that will work on my GPSMAP 4008 and 5008 or they are too old! cheers V
+1 on what Timo says, using teensy 3.5 and v.happy. re RPM have a look at the code of this guy: https://www.youtube.com/watch?v=u2uJMJWsfsg&ab_channel=InterlinkKnight maybe complicated but works absolutely fine on my...
I've decided to stick with teensy 3.5 mainly due to the fact that analog pins are 5V tolerant. OK, will only measure 3V3, but wont destroy the chip with a...
GMI10 happily showing 127489 engine dynamic alarms, so that's fine. Using it now since last season. and no, I'm not buying yet another screen, not much space to put them!...
BTW, I could use the Maretron DSM250 I own, but it's on the lower helm and no use when you're helming from the f/b...
ah, sorry, yes, haven't checked for alert pgns in DSM250, but it does have an Indicator Status page where you can configure colours for different binary status on different devices....
hm, in the meantime I updated my NMEA Reader at home PC to latest version and now PGN126208 is analysed a bit more: so when I try to toggle a...
Timo, thanks for the pointers but unless I enrol in an Open University course on programming (now at 57), I wont be able to apply most of your suggestions... To...
Timo, yes, noticed that by studying the [N2K 126208 PDF](https://www.nmea.org/Assets/20140109%20nmea-2000-corrigendum-tc201401031%20pgn%20126208.pdf) However, things are not quite right, bear with me. I've come up with the following .ccp: ``` //***************************************************************************** bool ParseN2kPGN126208(const...
struggling a bit here Timo, so new ver of .cpp ``` bool ParseN2kPGN126208(const tN2kMsg &N2kMsg ,uint8_t &GroupFunctionCode ,int &PGN ,int &PrioritySetting ,uint8_t &NumberofPairs ,uint8_t &var1 ,unsigned char &DeviceInstance ,uint8_t &DeviceChannel...