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

SparkFun Thing Plus has the same chip as the EVTV board the ESP32-D0WDQ6. I tried the examples (altpins) and but the the board will not even make it to the...

Add feature: Can specify the time to wait for the write to complete

ESP32SJA1000.cpp:7:10: fatal error: soc/dport_reg.h: The ESP32-C3 is becoming increasingly popular, and modifying this CAN/TWAI library to support it would be a HUGE help to the community.

I would like to know if there is any way to use 2 different cans in the same ESP32, I would like to be able to add another Tja1050 module...

Would it be possible to modify this library to support the ESP32-C3 microcontroller? It has the same CAN controller (SJA1000) as the other ESP32s, but a different, RISC-V based microcontroller....

n file included from d:\Users\Ealary\Documents\Arduino\libraries\ESP32-Arduino-CAN-master\src\CAN.c:37: C:\Users\Ealary\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.3/tools/sdk/esp32s3/include/esp_hw_support/include/esp_intr.h:8:2: warning: #warning esp_intr.h is deprecated, please include esp_intr_alloc.h instead [-Wcpp] #warning esp_intr.h is deprecated, please include esp_intr_alloc.h instead ^~~~~~~ In file included from C:\Users\Ealary\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.3/tools/sdk/esp32s3/include/soc/esp32s3/include/soc/dport_reg.h:21,...

Hello guys, My device send to esp32: 0x10 0x0C 0x71 0x01 0x01 0x80 0x04 0x00 esp32 send follow control to device :30 00 14 Sometimes esp catch tx message after...

Hello guys, I'm trying to use a custom board https://www.tindie.com/products/fusion/can32-an-esp32-dev-board-with-can-bus-v21/ It has an official ESP32-Wroom-32UE and a MAX3051 CAN transceiver. I would like to use it with my Daikin heater,...

Hi, I am using this library on an ESP32 project where other peripherals are used. In particular I use the ADC and the two UARTs with modbus protocol. If in...

I am trying to implement 33.33kbps CAN mode for single-wire GMLAN low speed communication. To do this, I need to use a baud rate prescaler value of 74. According to...