ESP32-Arduino-CAN
ESP32-Arduino-CAN copied to clipboard
using 2 CAN on the same ESP32
I would like to know if there is any way to use 2 different cans in the same ESP32, I would like to be able to add another Tja1050 module with other pins and configure different programs for each CAN, I know there is a way to do this using the Mcp2515 but I don't really like this module because use SPI and be too big
I'm also interested this question
It isn't possible as the chip has only one CAN controller. You need an external one like the MCP2515 as you mentioned if you would like to have a dual-CAN setup.