arduino-mcp2515
arduino-mcp2515 copied to clipboard
Arduino MCP2515 CAN interface library
I'm quite new to Arduino and even newer to CANBUS, I've uploaded the code and got everything to work perfectly after a few tweeks (setting clock speed, can speed, etc)....
Hello, I have two Arduino with a MCP2515 module on each. I installed your library and ran your CAN_write code on one, and your CAN_read code on the other. I...
Just added the support for One-Shot Mode. Simple usage is to call the `"enableOSM"` or `"disableOSM"` member function before configuring the mode of operation. Let me know if any optimization...
Hi, I am able to read raw CAN bus data in my car (listen-only mode)but I couldn't get anything on trucks which is using J1939 protocol. did anyone have a...
Hi, when I put the MCP2515 in sleep mode - setSleepMode() - it don't wake up when the CAN bus is back active. Do I have to add something in...
Please add function mcp2515 tx mode OneShot and example use new function.
The fastest possible SPI clock on Arduino UNO R3, and NANO/PRO MINI clones (ATMega328P@16MHz) is 8MHz, so you can't set it to 10MHz.
Hello, i have two vehicules one communicate with 250kbps and the second with 500kbps, how can i test in begin CAN if the speed is right or false so i...
I use your library and it works fine at 500 and 1000KBPS. It sends and reads CAN data. But as soon as I drive it in lower speeds as 500...
Hey, I run in an issue with a custom board I made (uses an Atmega328PB), but it feels like this is a general issue. If I send a message adding...