arduino-CAN
arduino-CAN copied to clipboard
An Arduino library for sending and receiving data using CAN bus.
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'...
small mistake with extra &
Good day @sandeepmistry 🙂 I take this module, I replaced `CAN` transceiver microcircuit with `SN65HVD230` Now the board is powered by 3`.3 volts`.  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...