You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to send and receive a package between two Arduino Nanos. I am using the SeedStudio CAN_BUS_Shield library (your fork is marked as deprecated). Sending and receiving is no problem with send_Blink and receive_Blink from SeedStudios library. But with your library i am only able to send packages...
The text was updated successfully, but these errors were encountered:
The problem is in the CAN_BUS_Shield library. If in the example send_Blink.ino set CAN.sendMsgBuf (0x70, 1, 8, stmp); RX is missing. The solution is to change mcp2515_initCANBuffers. I used the code from the library MCP_CAN coryjfowler.
I am trying to send and receive a package between two Arduino Nanos. I am using the SeedStudio CAN_BUS_Shield library (your fork is marked as deprecated). Sending and receiving is no problem with send_Blink and receive_Blink from SeedStudios library. But with your library i am only able to send packages...
The text was updated successfully, but these errors were encountered: