-
This was killing me to debug.
I started in this configuration:
[No Pican installed on CAN bus](https://i.imgur.com/6oegs8l.jpg)
This is the code for the two feathers:
SENDING
```python
# S…
-
Hi Pierre
I am trying to use your library for an MCP2515 connected to a Raspberry Pi Pico. Using your LoopBackDemo sketch (among others), it seems that the configuration of the MCP2515 runs fine.
…
-
### Describe the bug
Hello,
I work with the CAN bus (simple write and reads works fine) I wanted to prepare automatic detection of the baud rate. The problem occurs when we changing interface se…
-
Test configuration is :
- 1 CAN node with CAN2040 (receiver)
- 1 CAN node with MCP2515 CAN controller, used as a transmitter (Linux machine with socketcan driver)
- speed = 1 Mbps
After a rando…
-
I have tried everything before resorting to reporting my issue here.
I have an 8Mhz MCP2515 board wired to an ESP32 dev board (Already configured the correct frequency in the MCP2515.h) that just s…
-
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 inst…
-
CAN-Bus module using MCP2515 and TJA1050 cost 7mA_5v, when in sleep mode, it's about 5mA_5v. That's not enough.
![44](https://cloud.githubusercontent.com/assets/667061/2616122/8ae9d800-bc02-11e3-94ee-…
-
so I am using the following method to filter messages between 2 controllers,but the issue with this method is that I can only filter up to 5
can_ids, so I was wondering if there is a better meth…
-
HELLO, i tried esp32 with mcp2515 bun not working, did you tested with esp32, what i can i doing wrong,
CS 5
INT 27
CLK 18
SI 19
SO 23
-
Hey, anyone tried to interface the busmaster with CAN module like mcp2515 and arduino or anything similar?
If so what is the procedure?