Replies: 2 comments 4 replies
-
|
Hello! For ESP32, we currently support PlatformIO with the ESP-IDF framework using the main repo and the CMake build system. That version of the CAN stack supports the MCP2515 as well as the ESP32 two wire automotive interface (TWAI) built-in controller, among other things such as SocketCAN for Linux based controllers. We have some discussion on how to do that, and will be soon publishing a full step-by-step guide for it as well, so keep an eye out for that. For the Arduino version, we currently only support the Teensy 4/4.1 built-in CAN controller. It's our intention to expand this to work on ESP32 with Arduino as the framework in the future, including the ESP32 TWAI controller and possibly the MCP2515 serial CAN controller, though I do not have a timeline on that at the moment. |
Beta Was this translation helpful? Give feedback.
-
|
@ad3154 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, thank you very much for the new library to be used in Arduino.
A query, can be used with CAN MCP 2515 with TJA 1050. or what is the Can.
In any case, wanting to adapt the library to use this type of Canbus adaptor, which file should edit to do the communication.
Beta Was this translation helpful? Give feedback.
All reactions