CAN-Bus_Shield icon indicating copy to clipboard operation
CAN-Bus_Shield copied to clipboard

Results 5 CAN-Bus_Shield issues
Sort by recently updated
recently updated
newest added

Hi, I just got my Shield delivered, and am trying to hook it up to an esp32, but with no success, aside from the obvious software meddling I need to...

Hi, I'm trying to connect this shield to an Arduino Mega. Unfortunately it always result in a "Can't init CAN" message in the Serial monitor. I tried bending the SPI...

` // load CNF1..3 Register RESET(MCP2515_CS); spi_putc(SPI_WRITE); spi_putc(CNF3); /* spi_putc((1

I"ve been trying to hook it up to my car it is giving me random weird values like 1 or 255 for Engine RPM and 191 or 255 for Vehicle...

Delay in mpc2515_init() in mpc2515.c increased to 50us to fix init failure error on some setups. This fix was reported by [Wesley thomas](https://arduino.stackexchange.com/users/28683/wesley-thomas) via arduino.stackexchange [answer](https://arduino.stackexchange.com/a/31769).