arduino-mcp2515 icon indicating copy to clipboard operation
arduino-mcp2515 copied to clipboard

Arduino MCP2515 CAN interface library

Results 61 arduino-mcp2515 issues
Sort by recently updated
recently updated
newest added
trafficstars

In an (old) update datasheet for the MCP2515, Microchip states that setting the RXB[1:0] bits to a value other than '00' or '11' is not recommended. It seems as though...

I'm using mcp2515 with Arduino due and after I uploaded the example code it didn't print anything in the serial.

can you implement the sample code in C for Nuvoton M032KIAAE and MCP2515 CAN Module TJA1050 Receiver SPI 51.

I think the **can_frame** structure needs alignment added. This is necessary for cases when CAN commands are sent streaming (Serial, for example). ``` #pragma pack(push,1) struct can_frame { canid_t can_id;...

I am using the MCP2515 CAN module to receive data from a BMS battery bank using Arduino. However, I am only receiving data with the CAN ID 70. Below is...

Hello, this may be a general CAN question, but I want to send requests to my heatpump in order to obtain data : like outside temperature for example. 1st try...

Hi, I'm using the struct `struct can_frame { canid_t can_id; /* 32 bit CAN_ID + EFF/RTR/ERR flags */ __u8 can_dlc; /* frame payload length in byte (0 .. CAN_MAX_DLEN) */...

Please add more exemples and informations aout acceptance filters Thank you

Just a version working for me with ATMEGA, MCP2515, isolated CAN Bus (Cf. https://github.com/autowp/arduino-mcp2515/issues/119#issuecomment-2929246983) - PR #46 opened on Sep 12, 2020 by jxltom - add method "clearReceiveBufferFull"

Cool to see someone developing a very practical MCP use case... How many requests is this handling today? Any idea?