Arksine / katapult

Configurable bootloader for Klipper
GNU General Public License v3.0
390 stars 67 forks source link

RPI - UART - SKR 3 - CAN - EBB36 (UART to CAN Bridge) #122

Open Drury13 opened 1 month ago

Drury13 commented 1 month ago

would it be possible to implement a UART to CAN Bridge to reduce/simplyfiy wiring?

i have tried myself (using chatGPT) but failed miserably because I have no idea what im looking at

kubik369 commented 1 month ago

At least the way stuff is currently implemented, no. USB-CAN bridge currently works in a way such that the board which does the bridging acts as a USB-CAN adapter, masquerades itself as a node on the CAN network and passes the frames for other boards along.