esp32_can icon indicating copy to clipboard operation
esp32_can copied to clipboard

Arduino ESP32 library supporting the on-chip CAN module

Results 32 esp32_can issues
Sort by recently updated
recently updated
newest added

Been having a difficult time getting auto speed to work.. When I run it and it encounters the speed of the data, it crashes citing a core 1 panic. Below...

## Changes - Runs `xTaskCreate` instead of `xTaskCreatePinnedToCore` if used on a device with `CONFIG_FREERTOS_UNICORE` enabled (e.g. on single core ESP32s) - Uses a secondary internal TWAI controller if `SOC_TWAI_CONTROLLER_NUM...

Hi I get a whole load of "error: 'debuggingMode' was not declared in this scope" errors when I try to build this project using PlatformIO. I have no problems using...

Well there is table and says no of esp32 version can support TWAI APİ in Arduino ide? is that true? https://docs.espressif.com/projects/arduino-esp32/en/latest/libraries.html

@collin80 I've ported the OBD2 library from Sandeep so it instead works with esp32_can. It would be much better if you hosted it here on your github page so it...

I checked with No ACK, which works. but if I use the function setListenOnlyMode to true then the callback fires only once, and then nothing. Using Olimex ESP32-EVB board, rx...

This PR allows you to set the operation mode of the TWAI driver to `NO_ACK` the same way you can set it to listen only: `CAN0.setNoACKMode(true);`

I comment out everything regarding MCP2517FD and MCP2515 in both esp32_can.cpp and esp32_can.h (mainly so no to bother with the GPIOs and an open floating INT pin) I change the...

I've been using this library on one of those Fusion CAN32 boards EVTV used to sell, quite successfully. I had been using Arduino IDE 1.8.13. Two days ago I upgraded...