Hi All,
Working on a project, Boat Computer. A Arduino Mega Pro and Nextion Display. I want to be able to send NMEA2000 data via MCP2515.
To try it I have setup the Folowing
AT Mega 2560 with MCP2515 Module (Int 21) with ActisenseListener -> AT Mega 2560 Pro with MCP2515 Module (Int 3). WindMonitor. Se attched picture and programs.
It seems like the WindMonitor transmit messages.
CAN device ready
Start address claim for device 0
241 : Pri:6 PGN:60928 Source:23 Dest:255 Len:8 Data:1,0,C0,FF,0,82,AA,C0
495 : Pri:7 PGN:126993 Source:23 Dest:255 Len:8 Data:60,EA,0,FF,FF,FF,FF,FF
1245 : Pri:2 PGN:130306 Source:23 Dest:255 Len:8 Data:1,6,4,17,22,2,FF,FF
2246 : Pri:2 PGN:130306 Source:23 Dest:255 Len:8 Data:1,6,4,17,22,2,FF,FF
3247 : Pri:2 PGN:130306 Source:23 Dest:255 Len:8 Data:1,6,4,17,22,2,FF,FF
ยจ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
But Nothing is received by ActisenseListener???
CAN device ready
I have read and tried to get the most out of this forum.
All tips for troubleshooting and help are very welcome.
PS Dowloaded and used all "fresh" Librarys from Timo.
The goal of my project will be to send and receive data from my NMEA network, which today only includes a Raymarine Element 7s. :)
THX Henrik
[WindMonitor.ino|attachment](upload://mngjaY4wfxGdSP9OdoNpQX7zFsf.ino) (3.35 KB)
[ActisenseListener.ino|attachment](upload://4LYtk44E5Cg4zuWsimBn8ShiWHo.ino) (2.75 KB)
