Arduino_CAN_BUS_MCP2515
Arduino_CAN_BUS_MCP2515 copied to clipboard
Arduino CAN Bus library, MCP2515/MCP2551
I have a motor with a "can-H can-L" connection. I want to drive(control) this engine with MCP2515 (step by step if possible). How can I do it? Do you know...
Hello, I do not know how to recieve only messages with the ID 522 (dec). Can you help me, how to set filter and mask? 255 = 0xFF = 11111111...
I have been playing around with setting Masks and Filters. It took me a while to work out how to make it work correctly, but there is an omission in...
Hi there! I'm trying to get this CAN bus shield working: https://robotdyn.com/can-bus-shield-for-arduino.html I tried the Arduino library from here, burned it onto an Uno and mounted the shield. In the...
Hi. error: 'AA' was not declared in this scope byte txBuf0[] = {AA,55,AA,55,AA,55,AA,55}; byte txBuf1[] = {55,AA,55,AA,55,AA,55,AA}; changed to: byte txBuf0[] = {0xAA,0x55,0xAA,0x55,0xAA,0x55,0xAA,0x55}; byte txBuf1[] = {0x55,0xAA,0x55,0xAA,0x55,0xAA,0x55,0xAA}; error: 'tx0Buf' was...
added begin() overload for SPI pin config in order to use the library on ESP32 running arduino framework
Hello there I am working on this project to read car data and sending it to cloud ,and found this library to read car data via OBD. I was wondering...
Hi, first of all thank you for your work! I've been researching and trying to make both Sd and MCP2515 work fine. The issue is that I must call function...
return sendMsg result to sendMsgbuf