Skip to main content

All Questions

Tagged with
0 votes
1 answer
65 views

What component should I use to protect reverse signal for another CAN device?

I am doing some can bus communication using WCMCU-230 and ESP32, I connect two CAN BUS devices with different CAN BUS addresses, so I join the cable directly, and it's working fine with CAN BUS Device-...
HumbleBee's user avatar
-1 votes
1 answer
797 views

ESP32 TWAI/CANBus bus errors cause bus off state

I have multiple devices using ESP32-WROOM-32E and TWAI (CAN). There was an issue where they would have bus errors and then fail to recover via twai_initiate_recovery(). I solved the recovery issue by ...
CraftyMyner's user avatar