-
hey there,
in ESPHome 2023.10 I contributed some patches to support the internal CAN controller (our heatpumps need 20kbits) of newer ESP32 chips (see https://esphome.io/components/canbus.html?hig…
-
### The problem
Hallo,
esphome mit esp32 und MCP2515 kann keine extended_id empfangen
Senden geht und Standard_id funktioniert auch.
Wo ist das Problem?
### Which version of ESPHome has the i…
-
I'm trying to use your library with Arduino Due and it won`t work.
I spent some time to make it working and I found solution.
Two line were commented in the file mcp2515.cpp
MCP2515::MCP2515(cons…
-
Hi, as the SleepMode is not entered most of the times with the current setMode void i suggest the following changes:
put the modifyRegister: https://github.com/autowp/arduino-mcp2515/blob/master/…
-
### Describe the solution you'd like
there's a new - potentially simpler and safer - option for adding a CAN-bus with
this [ extension for the Fusion board](https://github.com/markusdd/OpenDTUFusi…
-
I used a module with MCP2515 + TJA1050 on Arduino UNO, I tried 2 modules on 2 UNO with sender and receiver example, and I have changed parameters for MCP2515, but it just prompted: Starting CAN failed…
-
Hello,
I have two Arduino with a MCP2515 module on each. I installed your library and ran your CAN_write code on one, and your CAN_read code on the other. I did these changes in the code, to send …
-
hello, did you tested ESP32 with mcp 2515 , i tried but can1 with mcp2515 was not worked, con0 worked,
what i am doing wrong.
-
Hi man. Very nice and impressive work. BRAVOOOO!
Please i need your advice and answer. Please tell me why you use a mcp2515 and not used directly can port of esp32?
Many many Thanks in advance.
-
Hello!
The library worked perfectly with my ESP32 S3.
Can you share with me how to create the second CAN BUS on an ESP32 S3?
Example:
I created the first CAN BUS 1 at pin 4, 5, data rate 500 kps…