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 am seeing some strange behaviour when trying to send frames to a Linux machine with [SocketCAN](https://www.kernel.org/doc/html/latest/networking/can.html). This is the setup: Arduino MKR Zero with Arduino MKR CAN Shield (terminating...

**Background** When compiling for board `esp32doit-devkit-v1`, the following deprecation warning is generated. ``` In file included from .pio/libdeps/esp32doit-devkit-v1/CAN/src/ESP32SJA1000.cpp:6: /Users/xxx/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/include/esp_hw_support/include/esp_intr.h:8:2: warning: #warning esp_intr.h is deprecated, please include esp_intr_alloc.h instead [-Wcpp] #warning...

怎么知道数据有没有发送成功

Hey there, i have an esp32 with can transceiver and i like to listen to multiple packages at the same time. My code works like this: ``` void decode() {...

it gives error (esp_intr.h no such file) if esp32 modul select after updating espressif to 3.0 ( no problem at 2.x version of espressif)

Please add esp32 s3 support

When sending CAN messages with the libary. The logic analyser cannot analyse it it only finds CAN errors speeds are set correctly.

Hi, I need to filter two ID's. I use CAN.filter(id); but this give me only one ID. In mcp2515 I can filter a couple ID's.

I have two of these boards: https://nl.aliexpress.com/item/1005002844175352.html they communicate together like normal, using this code: ``` // Copyright (c) Sandeep Mistry. All rights reserved. // Licensed under the MIT license....

First of, thank you very much for that useful library. Now: CAN.filterExtended(0x04394000); CAN.filterExtended(0x06214000); No matter how many filters I set it only reads the last one, is it the library...