arduino-CAN icon indicating copy to clipboard operation
arduino-CAN copied to clipboard

An Arduino library for sending and receiving data using CAN bus.

Results 108 arduino-CAN issues
Sort by recently updated
recently updated
newest added

I have been trying to get the can library to work with and esp32c3, but when i try to upload it i get this error: fatal error: `soc/dport_reg.h: No such...

### Summary This pull request fixes a bug where the CAN baud rate was unintentionally reduced to half of the configured value. ### Details I originally intended to use a...

Resolving CAN driver issue for ESP32S3 variant as it doesn't have dport register available.

The library no longer compiles using Arduino_esp32 v 3.1.0 probably internal api names have changed but not sure. ``` .../libraries/CAN/src/ESP32SJA1000.cpp: In member function 'virtual int ESP32SJA1000Class::begin(long int)': .../libraries/CAN/src/ESP32SJA1000.cpp:61:3: error: 'gpio_matrix_in'...

Good day @sandeepmistry 🙂 I take this module, I replaced `CAN` transceiver microcircuit with `SN65HVD230` Now the board is powered by 3`.3 volts`. ![371743157-365de5d0-316b-4fdb-95be-c90e3fd538c6](https://github.com/user-attachments/assets/2195a32f-bc2e-4026-9a0c-59e33bdd45f1) I connect it via the `SPI`...

Sempre utilizei ESP32 com esta biblioteca para comunicação CAN, utilizando 125kbps de velocidade. Porém recentemente migrei para o STM32, e configurando a rede do STM em 125kbps, nada funcionou. O...

I see there are a few mentions of this condition and some pull requests to fix. If the is a problem with the CAN transceiver (or there isn't one) this...