arduino-CAN
arduino-CAN copied to clipboard
An Arduino library for sending and receiving data using CAN bus.
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. 
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.  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....