├── .github └── FUNDING.yml ├── .gitignore ├── .vscode └── settings.json ├── 3d ├── 上-v2.stl ├── 上壳.stl ├── 下-v2.stl └── 下壳.stl ├── LICENSE ├── README.md ├── README_en.md ├── ch347-v2.PrjPcb ├── ch347.PrjPcb ├── img ├── PINOUT.jpg ├── SMT2306162343_B.png ├── SMT2306162343_T.png └── 实物图.jpg ├── pcb └── ch347-hs-usb-bridge.PcbDoc └── sch ├── ch347.SchDoc ├── ch347f.SchDoc ├── interface.SchDoc ├── m3406.SchDoc ├── osc.SchDoc └── type-c.SchDoc /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boringhex-top/ch347-hs-usb-bridge/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boringhex-top/ch347-hs-usb-bridge/HEAD/.gitignore -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boringhex-top/ch347-hs-usb-bridge/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /3d/上-v2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boringhex-top/ch347-hs-usb-bridge/HEAD/3d/上-v2.stl -------------------------------------------------------------------------------- /3d/上壳.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boringhex-top/ch347-hs-usb-bridge/HEAD/3d/上壳.stl -------------------------------------------------------------------------------- /3d/下-v2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boringhex-top/ch347-hs-usb-bridge/HEAD/3d/下-v2.stl -------------------------------------------------------------------------------- /3d/下壳.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boringhex-top/ch347-hs-usb-bridge/HEAD/3d/下壳.stl -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boringhex-top/ch347-hs-usb-bridge/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boringhex-top/ch347-hs-usb-bridge/HEAD/README.md -------------------------------------------------------------------------------- /README_en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boringhex-top/ch347-hs-usb-bridge/HEAD/README_en.md -------------------------------------------------------------------------------- /ch347-v2.PrjPcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boringhex-top/ch347-hs-usb-bridge/HEAD/ch347-v2.PrjPcb -------------------------------------------------------------------------------- /ch347.PrjPcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boringhex-top/ch347-hs-usb-bridge/HEAD/ch347.PrjPcb -------------------------------------------------------------------------------- /img/PINOUT.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boringhex-top/ch347-hs-usb-bridge/HEAD/img/PINOUT.jpg -------------------------------------------------------------------------------- /img/SMT2306162343_B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boringhex-top/ch347-hs-usb-bridge/HEAD/img/SMT2306162343_B.png -------------------------------------------------------------------------------- /img/SMT2306162343_T.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boringhex-top/ch347-hs-usb-bridge/HEAD/img/SMT2306162343_T.png -------------------------------------------------------------------------------- /img/实物图.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boringhex-top/ch347-hs-usb-bridge/HEAD/img/实物图.jpg -------------------------------------------------------------------------------- /pcb/ch347-hs-usb-bridge.PcbDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boringhex-top/ch347-hs-usb-bridge/HEAD/pcb/ch347-hs-usb-bridge.PcbDoc -------------------------------------------------------------------------------- /sch/ch347.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boringhex-top/ch347-hs-usb-bridge/HEAD/sch/ch347.SchDoc -------------------------------------------------------------------------------- /sch/ch347f.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boringhex-top/ch347-hs-usb-bridge/HEAD/sch/ch347f.SchDoc -------------------------------------------------------------------------------- /sch/interface.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boringhex-top/ch347-hs-usb-bridge/HEAD/sch/interface.SchDoc -------------------------------------------------------------------------------- /sch/m3406.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boringhex-top/ch347-hs-usb-bridge/HEAD/sch/m3406.SchDoc -------------------------------------------------------------------------------- /sch/osc.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boringhex-top/ch347-hs-usb-bridge/HEAD/sch/osc.SchDoc -------------------------------------------------------------------------------- /sch/type-c.SchDoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boringhex-top/ch347-hs-usb-bridge/HEAD/sch/type-c.SchDoc --------------------------------------------------------------------------------