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 80 arduino-CAN issues
Sort by recently updated
recently updated
newest added

1) Use the RX STATUS command instead of READ(CANINTF) to check availability of data to read. This reduces SPI usage for a simple "is data available" check from 3 bytes...

Hello, I want to convert raw data into CAN messages of the type [can_msgs/Frame](http://docs.ros.org/melodic/api/can_msgs/html/msg/Frame.html) These are the data of a moving car in a driving simulator(for eg. speed of the...

Hey, Im not sure about the SJA1000 but the MCP2515 supports multiple filters, however the api of this library does not support multiple filters. Maybe a macro constant like `MAX_FILTERS`...

Hi! I have wired an sn65hvd230 to the ESP32s standard CAN RX and TX pins and I'm using the standard library with standard receive example where I change only the...

Hi, I try with all examples and can't pass form the "**CAN.begin(500E3)**", always get false. I have a Toyota highlander 2010 and test with **250E3** and also changed the **CAN.setClockFrequency(8E6)**....

i tried to keep the interface simple for the user, you simply specify a list of CAN ids you are interrested in and the library handles when the hardware does...

This library is working for me. I can see PID and its data. Now I need any CAN analyzer software which can be used to find PIDs of vehicle or...

The Sleep Mode (10.2 Sleep Mode) does not work. Mainly it is because of a wrong procedure. The datasheet states to write bits 5-7 (Sleep Mode 001) to the control...

There's a method called `MCP2515::observe`, which writes `100`, which is however configuration mode (). The method is not documented in `API.md`, however I'd think that it means to enable listen-only...

Hello. I tried to modify to make work the ESP32 with the MCP2515 by ARDUINO_ARCH_ESP32 ifdef conditionals to make it use the MCP2515 lib, but there are some functions like...