LimeProgramming / USB-serial-mouse-adapter

Convert USB mouse to Serial mouse using Pi Pico
Mozilla Public License 2.0
26 stars 4 forks source link

Idea: Implement a usb hub? #11

Open LimeProgramming opened 2 months ago

LimeProgramming commented 2 months ago

With some time having passed since I started this project, other people have come along and ran into similar issues. Someone made a hub for their project which properly supports usb 2.0 devices on a USB 1.1 host device like the pi pico.

here's a link to that project https://github.com/OLIMEX/USB-NeoHub/tree/main

the chip they use is the ch334S

Perhaps the CH334R would be small enough and missing pins we don't need anyway to be implemented into a PCB. LCSC part number: C4154405

Might be worth including.