├── .gitignore ├── Datasheets ├── 541020604_sd.pdf ├── NCP1117-D.PDF └── lm3940.pdf ├── Designs ├── Eagle PCIe mini │ ├── board.b#1 │ ├── board.b#2 │ ├── board.b#3 │ ├── board.b#4 │ ├── board.b#5 │ ├── board.b#6 │ ├── board.b#7 │ ├── board.b#8 │ ├── board.b#9 │ ├── board.brd │ ├── board.s#1 │ ├── board.s#2 │ ├── board.s#3 │ ├── board.s#4 │ ├── board.s#5 │ ├── board.s#6 │ ├── board.sch │ ├── eagle.epf │ ├── mini-pci-e.lbr │ ├── wiiBL.l#1 │ └── wiiBL.lbr ├── Eagle USB micro │ ├── bmp.scr │ ├── eagle.epf │ ├── main.b#1 │ ├── main.b#2 │ ├── main.b#3 │ ├── main.b#4 │ ├── main.b#5 │ ├── main.b#6 │ ├── main.b#7 │ ├── main.b#8 │ ├── main.b#9 │ ├── main.brd │ ├── main.s#1 │ ├── main.s#2 │ ├── main.s#3 │ ├── main.s#4 │ ├── main.s#5 │ ├── main.s#6 │ ├── main.sch │ ├── pcie_mini_board.png │ ├── wiiBL.l#1 │ ├── wiiBL.l#2 │ ├── wiiBL.l#3 │ ├── wiiBL.l#4 │ ├── wiiBL.l#5 │ ├── wiiBL.l#6 │ ├── wiiBL.l#7 │ ├── wiiBL.l#8 │ ├── wiiBL.l#9 │ └── wiiBL.lbr ├── pcie_mini_board.png ├── pcie_mini_schema.png ├── usb_micro_board.png └── usb_micro_schema.png ├── Models ├── 5003340160.stp └── 541020164.stp ├── bom.csv ├── fcc-module-measurement.png └── license.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/.gitignore -------------------------------------------------------------------------------- /Datasheets/541020604_sd.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Datasheets/541020604_sd.pdf -------------------------------------------------------------------------------- /Datasheets/NCP1117-D.PDF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Datasheets/NCP1117-D.PDF -------------------------------------------------------------------------------- /Datasheets/lm3940.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Datasheets/lm3940.pdf -------------------------------------------------------------------------------- /Designs/Eagle PCIe mini/board.b#1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle PCIe mini/board.b#1 -------------------------------------------------------------------------------- /Designs/Eagle PCIe mini/board.b#2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle PCIe mini/board.b#2 -------------------------------------------------------------------------------- /Designs/Eagle PCIe mini/board.b#3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle PCIe mini/board.b#3 -------------------------------------------------------------------------------- /Designs/Eagle PCIe mini/board.b#4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle PCIe mini/board.b#4 -------------------------------------------------------------------------------- /Designs/Eagle PCIe mini/board.b#5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle PCIe mini/board.b#5 -------------------------------------------------------------------------------- /Designs/Eagle PCIe mini/board.b#6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle PCIe mini/board.b#6 -------------------------------------------------------------------------------- /Designs/Eagle PCIe mini/board.b#7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle PCIe mini/board.b#7 -------------------------------------------------------------------------------- /Designs/Eagle PCIe mini/board.b#8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle PCIe mini/board.b#8 -------------------------------------------------------------------------------- /Designs/Eagle PCIe mini/board.b#9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle PCIe mini/board.b#9 -------------------------------------------------------------------------------- /Designs/Eagle PCIe mini/board.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle PCIe mini/board.brd -------------------------------------------------------------------------------- /Designs/Eagle PCIe mini/board.s#1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle PCIe mini/board.s#1 -------------------------------------------------------------------------------- /Designs/Eagle PCIe mini/board.s#2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle PCIe mini/board.s#2 -------------------------------------------------------------------------------- /Designs/Eagle PCIe mini/board.s#3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle PCIe mini/board.s#3 -------------------------------------------------------------------------------- /Designs/Eagle PCIe mini/board.s#4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle PCIe mini/board.s#4 -------------------------------------------------------------------------------- /Designs/Eagle PCIe mini/board.s#5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle PCIe mini/board.s#5 -------------------------------------------------------------------------------- /Designs/Eagle PCIe mini/board.s#6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle PCIe mini/board.s#6 -------------------------------------------------------------------------------- /Designs/Eagle PCIe mini/board.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle PCIe mini/board.sch -------------------------------------------------------------------------------- /Designs/Eagle PCIe mini/eagle.epf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle PCIe mini/eagle.epf -------------------------------------------------------------------------------- /Designs/Eagle PCIe mini/mini-pci-e.lbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle PCIe mini/mini-pci-e.lbr -------------------------------------------------------------------------------- /Designs/Eagle PCIe mini/wiiBL.l#1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle PCIe mini/wiiBL.l#1 -------------------------------------------------------------------------------- /Designs/Eagle PCIe mini/wiiBL.lbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle PCIe mini/wiiBL.lbr -------------------------------------------------------------------------------- /Designs/Eagle USB micro/bmp.scr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle USB micro/bmp.scr -------------------------------------------------------------------------------- /Designs/Eagle USB micro/eagle.epf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle USB micro/eagle.epf -------------------------------------------------------------------------------- /Designs/Eagle USB micro/main.b#1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle USB micro/main.b#1 -------------------------------------------------------------------------------- /Designs/Eagle USB micro/main.b#2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle USB micro/main.b#2 -------------------------------------------------------------------------------- /Designs/Eagle USB micro/main.b#3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle USB micro/main.b#3 -------------------------------------------------------------------------------- /Designs/Eagle USB micro/main.b#4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle USB micro/main.b#4 -------------------------------------------------------------------------------- /Designs/Eagle USB micro/main.b#5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle USB micro/main.b#5 -------------------------------------------------------------------------------- /Designs/Eagle USB micro/main.b#6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle USB micro/main.b#6 -------------------------------------------------------------------------------- /Designs/Eagle USB micro/main.b#7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle USB micro/main.b#7 -------------------------------------------------------------------------------- /Designs/Eagle USB micro/main.b#8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle USB micro/main.b#8 -------------------------------------------------------------------------------- /Designs/Eagle USB micro/main.b#9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle USB micro/main.b#9 -------------------------------------------------------------------------------- /Designs/Eagle USB micro/main.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle USB micro/main.brd -------------------------------------------------------------------------------- /Designs/Eagle USB micro/main.s#1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle USB micro/main.s#1 -------------------------------------------------------------------------------- /Designs/Eagle USB micro/main.s#2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle USB micro/main.s#2 -------------------------------------------------------------------------------- /Designs/Eagle USB micro/main.s#3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle USB micro/main.s#3 -------------------------------------------------------------------------------- /Designs/Eagle USB micro/main.s#4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle USB micro/main.s#4 -------------------------------------------------------------------------------- /Designs/Eagle USB micro/main.s#5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle USB micro/main.s#5 -------------------------------------------------------------------------------- /Designs/Eagle USB micro/main.s#6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle USB micro/main.s#6 -------------------------------------------------------------------------------- /Designs/Eagle USB micro/main.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle USB micro/main.sch -------------------------------------------------------------------------------- /Designs/Eagle USB micro/pcie_mini_board.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle USB micro/pcie_mini_board.png -------------------------------------------------------------------------------- /Designs/Eagle USB micro/wiiBL.l#1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle USB micro/wiiBL.l#1 -------------------------------------------------------------------------------- /Designs/Eagle USB micro/wiiBL.l#2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle USB micro/wiiBL.l#2 -------------------------------------------------------------------------------- /Designs/Eagle USB micro/wiiBL.l#3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle USB micro/wiiBL.l#3 -------------------------------------------------------------------------------- /Designs/Eagle USB micro/wiiBL.l#4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle USB micro/wiiBL.l#4 -------------------------------------------------------------------------------- /Designs/Eagle USB micro/wiiBL.l#5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle USB micro/wiiBL.l#5 -------------------------------------------------------------------------------- /Designs/Eagle USB micro/wiiBL.l#6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle USB micro/wiiBL.l#6 -------------------------------------------------------------------------------- /Designs/Eagle USB micro/wiiBL.l#7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle USB micro/wiiBL.l#7 -------------------------------------------------------------------------------- /Designs/Eagle USB micro/wiiBL.l#8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle USB micro/wiiBL.l#8 -------------------------------------------------------------------------------- /Designs/Eagle USB micro/wiiBL.l#9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle USB micro/wiiBL.l#9 -------------------------------------------------------------------------------- /Designs/Eagle USB micro/wiiBL.lbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/Eagle USB micro/wiiBL.lbr -------------------------------------------------------------------------------- /Designs/pcie_mini_board.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/pcie_mini_board.png -------------------------------------------------------------------------------- /Designs/pcie_mini_schema.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/pcie_mini_schema.png -------------------------------------------------------------------------------- /Designs/usb_micro_board.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/usb_micro_board.png -------------------------------------------------------------------------------- /Designs/usb_micro_schema.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Designs/usb_micro_schema.png -------------------------------------------------------------------------------- /Models/5003340160.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Models/5003340160.stp -------------------------------------------------------------------------------- /Models/541020164.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/Models/541020164.stp -------------------------------------------------------------------------------- /bom.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/bom.csv -------------------------------------------------------------------------------- /fcc-module-measurement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/fcc-module-measurement.png -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dolphin-emu/bt-module-connector/HEAD/license.txt --------------------------------------------------------------------------------