arduino-CAN
arduino-CAN copied to clipboard
An Arduino library for sending and receiving data using CAN bus.
Originally reported by @RudolfAtHome on https://github.com/sandeepmistry/arduino-CAN/issues/42#issuecomment-892905787 Here we're implicitly casting a bunch of `uint16_t` variables to `uint8_t` when we put them into an array: https://github.com/timurrrr/arduino-CAN/blob/9823a1143c2bfc55ce97326b7e31e0e425ffdaf6/src/MCP2515.cpp#L420-L421 This was not intended, and...
When trying to compile for ESP32-S3 got compilation error for several missing declarations in file src\ESP32SJA1000.cpp missing declarations are : DPORT_CAN_RST DPORT_CAN_CLK_EN CAN_RX_IDX CAN_RX_IDX ETS_CAN_INTR_SOURCE DPORT_CAN_CLK_EN It is posibble that...
Hi @timurrrr, I came here as suggested by jojo-A. In fact, https://github.com/sandeepmistry/arduino-CAN/issues/116 seems dead. I have an issue with the repo. Probably you have suggestion on how to fix or...
Hi, I was wondering if it is possible for the master and slave to have bidirectional communication? As in, for example, the master sends a packet that is requesting some...
A device that I am working with (Digilent 410-353 PMOD CAN CONTROLLER) uses a 20 MHz oscillator. The Arduino-CAN driver is working fine on this device (which uses a register...
I am getting an error for the depricated esp_intr.h Do you have a solution in the works? Thanks