arduino-CAN
arduino-CAN copied to clipboard
An Arduino library for sending and receiving data using CAN bus.
Hi I've using your code for my wroom32D module which is working very fine. But I got a new esp wroom32E module but the can is not working there at...
Hi, I connected to Arduino Nano two MKR CAN SHIELD. I would like to use the interrupt for receive the data. On the source code ("MCP2515.cpp") I saw that for...
I used a module with MCP2515 + TJA1050 on Arduino UNO, I tried 2 modules on 2 UNO with sender and receiver example, and I have changed parameters for MCP2515,...
I could not get the shield to work above a CAN bit rate of 50kbs until I read this https://forum.arduino.cc/t/arduino-mkr-can-shield-spi-bus-clock-speed-issue-solved/682730 This resolved the issue and now it operates no problem...
Hi I set 8MHZ ( MCP2515 crystal) and 500KBPS for my car ( Maruti Baleno) and read RPM perfectly, but I do not receive any data if I run CANREceiver...
Add MCP2515::setFilterRegisters() to allow setting mask and filter registers directly, as well as control rollover This provides a much greater flexibility than just one mask and filter pair. While at...
Tested with MCP2515 + arduino Tested with TJA1050 + ESP32, Tested with MPC2515 + ESP32 all work fine..
Greetings, all. This is a nice library but I am tearing my hair out because I can't get the CAN filter to work. If I don't set the filter, all...
A big sorry!! It was my mistake. Phease delete or ignore this unnecessary post. The CAN.filter (...) function for MCP2515 definitely does not work! It is not filtered, all messages...
Hi, recently i bought an SN65HVD230 (WCMCU-230) from amazon but looking around it seems there are plenty of non-working/fake-devices. Currently with the standard receiver example i can't read any data...