-
`Compilation error: 'MCP2515Class' does not name a type; did you mean 'MCP2515_INT'?`
Trying to compile [SineWaveCAN](https://github.com/odriverobotics/ODriveArduino/tree/master/examples/SineWaveCA…
-
I am trying to enable SPI on the CM3. The software image I am using has rsetup, so the overlays are managed there. I can imagine it is not really built for the rk3566 but rather the ones that are in t…
-
Hi, i wanted to know if it was possible to use this library with a raspberry pi pico with some tweaks. I've used it with arduino uno so far, and i'd like to use it on a raspberry pi pico aswell, obvio…
-
I replaced the mcp251x driver with this one and saw that the can_id (extended frame) no more are the same as they were with the stock driver that comes with the linux kernel sources (3.12.35 - raspber…
-
Hello Pierre,
I'm trying to connect two 2515 boards to my Arduino (Mega2560).
I defined 2 different chip selects and interrupts (10/3 & 11/2) and taken separately they work.
When I try to instanti…
-
### The problem
Hello,
esphome on 1st gen dual core ESP 32 (board: esp32dev)
component mcp2515 is not receiving any can messages with extended id.
Transmitted can messages with extended id a…
-
I am trying to get filters to work. I have read up on the special handling that the mcp2515 needs. Here is a simple sketch that should filter out ALL can messages that don't have an id of 0x0000 (whic…
-
I use the Arduino MKR Zero (SAMD21 Cortex-M0+ based) and the MKR Can shield (MCP2515 based) with your librarys.
The hardware works, I can read NMEA2000 packets interpreted as standard can extended pa…
ghost updated
4 months ago
-
I am using two identical boards. The only difference is the mcp2515 driver on the Arduino.
The sniffer tool receives the data from any source (CAR or the second board), after saving the session or …
-
I've come across a solution for utilizing the Masks and Filters in the MCP2515 Library. This was through the help of Dr. Dogan Ibahim as I have his book on CAN bus projects. It appears that all the Ma…