ESP32-Arduino-CAN icon indicating copy to clipboard operation
ESP32-Arduino-CAN copied to clipboard

An Arduino CAN-Bus library for ESP32

Results 34 ESP32-Arduino-CAN issues
Sort by recently updated
recently updated
newest added

I try to send frame with delay, like this : SendFrame(0x630, 0x2F, 0x00, 0x50, 0x02, 0x01, 0x00, 0x00, 0x00); delay(10); SendFrame(0x603, 0x2F, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00); delay(4);...

Hey Guys I have a "Server" with 5 "Clients". Everything works fine, but after a half Day, the Clients don't receive no packets any more. In Serial i see the...

The CAN configuration is passed as an argument to the constructor. The examples are only changed at that line but github somehow fails to detect it (maybe because of the...

Hello, I tried the library with a circuit with a transceiver and it is working perfectly, but I have a non-invasive circuit, without a transceiver that works without ACK so...

Hi Author, Kindly update the filterExtended function then only it will read 29bit CAN bus (like Honda cars). As my observation, Apart from everything working well. Thanks for your wonderful...

We successfully tested ESP32-Arduino-CAN with 1 Mbit/s on an ESP32D0WDQ6 (Wroom, revision 1, WiFi, BT, Dual Core, Coding Scheme None, Auto-detected Flash size: 4MB). But on a ESP32D0WDQ5 (Wrover, revision...

save time when each frame is received so that processing queue knows exactly when each frame was received

I'm realizing tests of a car's can bus, by reading OBD2 informations. At the beggining I recieve diferent data but then they stuck on the same values. Someone knows what's...

Hello, how can I read out the error registers in order to react to incorrect CAN transmission? Example: A CAN message is not transmitted because the bus is not connected....

**You shouldn't use this library** as it was written in the early days when the ESP-IDF was different. Since then the Arduino core for ESP32 has a very good AND...