CAN_Library
CAN_Library copied to clipboard
Multiplatform Arduino library for supporting the native CAN controller on Due (SAM3X) and Teensy 3.1 (K2X) as well as MCP2515 through SPI
Hello. I tried to compile the "Recieve CAN Messages" example for AT90CAN board and got errors ``` C:\Users\VADIM\AppData\Local\Temp\arduino_build_445438\sketch\ReceiveCANMessages.ino.cpp.o: In function `CAN_AT90CAN::begin(unsigned long)': C:\Users\VADIM\Documents\Arduino\libraries\CAN_Library-master/CAN_AT90CAN.h:180: undefined reference to `CAN_AT90CAN::begin(unsigned long, unsigned char)'...
MCP2515 runs @8Mhz with Arduino Uno with no problem using another CAN lib. With Arduino Due, @16 Mhz default in your program, I couldn't receive any CAN Data from Vehicle...
I have installed the library and am trying to compile the SendCANMessages example. I'm getting the following errors: ``` Arduino: 1.8.5 (Windows 10), TD: 1.41, Board: "Arduino Due (Native USB...
does this library work on stm32 with arduino ide?
Does this library support J1939 multi-frame messages?
I'd like use two MCP2515 controllers for filtering/gateway a midspeed CAN-Bus (125kbs). All your examples, and even the documentation did not mention this setup. All the examples did not explicit...
Hi, are you including these can driver for the atmegaXXM1 cpus family? https://github.com/thomasonw/avr_can
Hi, I've found an little bug in the filter code of CAN_MCP2515.cpp. Pls. look at line 697 at https://github.com/McNeight/CAN_Library/blob/master/CAN_MCP2515.cpp for the variable `filterID` - IMHO it should be `filterAddress`. Bye,...
In CAN_MCP2515.h the label MCP2515_RXM0 is defined twice. Once at line 158 and again at line 281. Nasty. CAN Filters will not work in the prepared manor if setMask, setFilter...
Hi, I have a problem with losing 1 frame, on SAM3X8E I get packets of 256 frames. problem is the loss of 1 frame (eventually). receive file ex: read(256)...ok read(256)...ok...