ESP32-Arduino-CAN
ESP32-Arduino-CAN copied to clipboard
An Arduino CAN-Bus library for ESP32
Hello guys, I am trying this with Copperhilltech's ESP CAN module (https://copperhilltech.com/esp32-wifi-bluetooth-classic-ble-can-bus-module) and my issue is that every packet I receive is always of a size of 8 bytes which...
It looks like the module is much more stable when reset bit is first set and then cleared. Fixes #36
Hi guys, Trying to use the library with the Lilygo board. https://github.com/Xinyuan-LilyGO/T-CAN485 So I changed rx pin to gpio26 and tx pin to gpio27 Also changed 0xff to 0xef in...
ESP32 ECO3 added a configurable bit that will cause CAN bus speeds to be halved in new V3 core 32E module. This bit is in `TWAI_INT_ENA_REG`, bit4 which was previously...
Hi had wroom32D module with me and the library works like a charm... But I got new wroom32E module board but this can library is not working. I tested the...
Sorry, this is not an issue, this is a question. ---- I intended to install this library with arduino-cli and I got this error: ``` > arduino-cli lib install ESP32CAN...
Hi, I just tried the esp32_can basic example and it worked right-away; thanks! BUT: when I disconnect the tx line temporarily communication doesn't resume, even after resetting via the 'EN'...
ESP32 ECO3 added a configurable bit that will cause CAN bus speeds to be halved. https://www.esp32.com/viewtopic.php?t=15581 https://github.com/espressif/esp-idf/commit/03d5742e110d2d5a8fbdf60ad9fcf894d3f98eb5
Hello. Is it possible to connect to the vehicle via CAN Bus or OBD and send the immobilizer key? Keyless entry of an RFID module and trying to start the...
This library is great, but it really needs callback functionality in order to not miss frames. I've done extensive work with this library and in a modern car it actually...