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

Is this where the buffers are supposed to be cleared ? void CANControllerClass::flush() { }

This works in conjunction with the upcoming Adafruit M4 CAN Feather.

Is it possible using for J1939, CAN2.0B standard and Arduino MKR CAN shield?

Hello :-) Would it be possible to implement some standard signals concerning CAN bus fault detection? E.g. Transmit Error Counter (TEC), Receive Error Counter (REC) and the typical CAN bus...

Hello. I am working on a project which reads data from an attached GPS module, calculates various date/time values, displays this on a local display (4x20 LCD) and also transmits...

Dear all, In my application, the ESP32 completely gets stuck after about 1sec. if I short the CAN wires (CAN-J and CAN-L connected). Unfortunately I couldn't manage to reset the...

I am working on an Arduino MKR Zero based project that combines an MKR CAN Shield as well as a touch screen (2.4” 240x320 using the Adafruit ILI9341 library). When...

Hi, thank you very much for your work. How can I transmit the potentiometer data from a sender ESP32 to receiver one? Thank you in advance for your help! Filippo

Optimize MCP2515Class::endPacket() 1) Use LOAD TX BUFFER instruction to set TXBn* registers sequentially, as well as to write into the TX data registers. This is done with a single CS...

Hi! I bought a few MCP2515 from Amazon and they all came with 8 MHz quartz crystal. Whenever I called `CAN.begin()`, it would return 0. I was sure I set...