CANBUS library and T Display S3
-
Hi,
I am trying to use the board to show on display can messages from car using a SN65HVD230 transceiver using the Arduino enviromentI can't find a library that works with this board that uses internal CAN controller, the compilation is ok but it seems that device reboots at the very beginning, I have no output on serial port (cdc on boot enabled).
Currently I am trying to use this one https://github.com/collin80/esp32_can that should let us to use the internal twai module.
Did someone experienced the same with this board and Arduino enviroment?