ESP32-Arduino-CAN icon indicating copy to clipboard operation
ESP32-Arduino-CAN copied to clipboard

Working with Lilygo T-CAN485

Open antoineTK opened this issue 3 years ago • 0 comments

Hi guys,

Trying to use the library with the Lilygo board. https://github.com/Xinyuan-LilyGO/T-CAN485

So I changed rx pin to gpio26 and tx pin to gpio27

Also changed 0xff to 0xef in CAN.c file at line //enable interrupts MODULE_CAN->IER.U = 0xef

I also did what was described in issue #27

However if I connect a USB to CAN adapter to the board I am not seeing any traffic and sending data from my computer just puts the bus in error mode. (I am using the example code from the library)

Any idea?

antoineTK avatar Feb 22 '22 19:02 antoineTK