arduino-CAN
arduino-CAN copied to clipboard
An Arduino library for sending and receiving data using CAN bus.
I made a few optimizations to improve the performance of the interface for the MCP2515. There are a couple of commands to reduce the overhead of the SPI to increase...
The mode for 83.333 kbps is missing. I added the following line for the 16MHz clock: { (long)16E6, (long)83E3, { 0x03, 0xfe, 0x87 } }, in MCP2515.cpp These settings work...
Hii! I used changepins (32/33) M5core2 does "see" the canbus module, but does not communicate with the car.. If i try the same on m5stack grey (pins 16/17) It works...
I have no transceiver attached and when sending a packet, the ESP32 hangs upon executing CAN.endPacket(); Also when configured for loopback mode. Which ESP32 Version do you use?
I am using this library with an ESP32 and MCP2551. On my test bench, everything seems to work fine. I am trying to detect when a steering wheel button is...
I'm trying to send packets every 10ms but I get this on the serial monitor, few packets are sent in a row, then it stops few ms 12:38:27.527 -> Sending...
Thanks, Sandeep Mistry for the Library! I need a little help with my Code. I am working with an ESP32 and a TCAN334. We are facing issue with Filtering Ids....
Leading 0 are not printed, for instance I should receive this data : 6000220100000000, instead I receive this : 6002210000. I've modified the code as follows: ........ ........ ........ //...
First of all thank you for this awesome library. I am getting the following error while trying to run CANSender example on a Firebeetle board with an ESP32-WROOM: ``` The...