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 can't find the MKR can shield in my country so is there any alternatives i can try and should i exactly do

in VSCODE there's this error of the code lacking a setup() and loop() function . are they supposed to be missing or what am misssing ?

Added std::function callback next to callback pointer to support lambda functions. This way, non-static functions can be used.

In ESP32SJA1000Class::filterExtended, the mask calculation should be `mask = ~(mask & 0x1FFFFFFF);` not `mask &= ~(mask & 0x1FFFFFFF);`.

Hi, when I upload a sample sketch CANreceiverCallback my cpu reads some id and restart. Even if I set filter to one or two id. ![image](https://github.com/sandeepmistry/arduino-CAN/assets/113210366/3023f808-9be3-416e-8546-9b974f335522)

I have tried everything before resorting to reporting my issue here. I have an 8Mhz MCP2515 board wired to an ESP32 dev board (Already configured the correct frequency in the...

I have problem to filter to couple ID's for one ID I use this but this work only for one id. ![IMG_1607](https://github.com/sandeepmistry/arduino-CAN/assets/113210366/19cdc84a-db76-4665-875e-ad0200c58a82) CAN.filter(0x612,0x1FFFFFFF);

Hello I am using your library with my [TI SN65HVD230](http://www.ti.com/product/SN65HVD230) with an ESP32, does your code support listen only mode? I did not find this on the APIs

esp_intr.h in esp32 idf version > 3 is deprecated. we need to use esp_intr_alloc.h instead.

I haven't taken a dig into why, but curious if someone can shed some light on this. **Hardware**: ESP32 using the built in CAN transceiver. Using external can PHY chip....