Custom 4-port USB 2.0 hub designed for desk use and monitor-stand mounting.
This project exists because most off-the-shelf hubs did not fit my setup: ports were inconvenient, USB-C required adapters, and one purchased hub regularly stopped working after the host resumed from sleep. The goal here is simple: stable USB 2.0 data ports for everyday hardware tools, with the exact connector layout I need.
Built around the CH334F controller, the design follows the reference schematic closely and adds practical details for real-world use (port orientation, ESD/current protection, reset button, mount-friendly board shape).
- 4 downstream ports total: 2x USB-A + 2x USB-C (USB 2.0)
- One USB-A port oriented to the rear (useful for a permanent webcam cable)
- ESD protection on data lines
- Current limiting / overcurrent protection on power distribution
- Optional hardware reset button
- Designed to be mounted near or under a monitor stand
This hub is intended for USB 2.0 data devices, for example:
- programmers and debuggers
- FIDO/U2F keys
- SD card readers
- drones and other devices that need firmware flashing
It is not designed as a fast charger or high-power USB-C PD dock.
- USB 2.0 only (no SuperSpeed lanes)
- No USB-C Power Delivery negotiation
- No dedicated high-current charging path
Tested in daily use and stable in the target setup.
Planned future explorations (not implemented):
- USB 3.x redesign
- optional pass-through power path for charging devices
usb-hub.kicad_pro- KiCad project fileusb-hub.kicad_sch- top-level schematichub.kicad_sch- hub controller sheet (CH334F and related logic)power.kicad_sch- power input/protection sheetport_1.kicad_sch,port_2.kicad_sch,port_3.kicad_sch,port_4.kicad_sch- per-port sheetsusb-hub.kicad_pcb- PCB layoutusb-hub.kicad_sym- custom symbol libraryusb-hub.pretty/- custom footprint librarydocs/images/- photos and renders (add your own images here)
- KiCad 9.0 (project was created with KiCad 9)
Older KiCad versions may not open this project correctly.
- Open
usb-hub.kicad_proin KiCad 9. - Run ERC/DRC and resolve any local environment library path issues.
- Generate fabrication outputs from PCB Editor:
- Gerber files
- NC Drill files
- BOM (from schematic)
- Pick-and-place (optional)
- Verify connector footprints and board outline before ordering.
See manufacturing/README.md for a suggested export checklist.
- Solder low-profile SMD passives first, then ICs/protection parts, then connectors.
- Pay special attention to USB-C connector alignment and shield solder joints.
- Inspect differential pair routing area and fine-pitch pins for solder bridges.
- After assembly, validate 5V rail stability before connecting devices.
After first power-on:
- Confirm no excessive current draw with no downstream devices attached.
- Connect to host and check that the USB hub enumerates correctly.
- Test each downstream port with a known-good USB 2.0 device.
- Perform repeated plug/unplug cycles.
- Verify host sleep/wake behavior.
Contributions are welcome. Please open an issue first for major changes so the direction can be discussed.
For details, see CONTRIBUTING.md.
This repository is licensed under the MIT License. See LICENSE.