├── .gitignore ├── ATtiny prog board ├── ATtiny prog board with USB.brd ├── ATtiny prog board with USB.brd.png ├── ATtiny prog board with USB.sch ├── ATtiny prog board with USB.sch.png ├── ATtiny prog board with USB_BOM.csv ├── ATtiny prog board.brd ├── ATtiny prog board.brd.png ├── ATtiny prog board.sch ├── ATtiny prog board.sch.png └── README.md ├── DBx breakout ├── DA-15_DB-9_DE-15.brd ├── DA-15_DB-9_DE-15.brd.png ├── DA-15_DB-9_DE-15.sch ├── DA-15_DB-9_DE-15.sch.png └── README.md ├── ISP breadboard adapter ├── ISPbreadboardAdapter_ATmega328compatible.brd ├── ISPbreadboardAdapter_ATmega328compatible.brd.png ├── ISPbreadboardAdapter_ATmega328compatible.sch ├── ISPbreadboardAdapter_ATmega328compatible.sch.png ├── ISPbreadboardAdapter_ATmega328compatible_v1.1.brd ├── ISPbreadboardAdapter_ATmega328compatible_v1.1.brd.png ├── ISPbreadboardAdapter_ATmega328compatible_v1.1.sch ├── ISPbreadboardAdapter_ATmega328compatible_v1.1.sch.png ├── ISPbreadboardAdapter_ATmega328compatible_v1.2.1.brd ├── ISPbreadboardAdapter_ATmega328compatible_v1.2.1.brd.png ├── ISPbreadboardAdapter_ATmega328compatible_v1.2.1.sch ├── ISPbreadboardAdapter_ATmega328compatible_v1.2.brd ├── ISPbreadboardAdapter_ATmega328compatible_v1.2.brd.png ├── ISPbreadboardAdapter_ATmega328compatible_v1.2.sch ├── ISPbreadboardAdapter_ATmega328compatible_v1.2.sch.png └── README.md ├── MOSFET breakout ├── MOSFET breakout.brd ├── MOSFET breakout.brd.png ├── MOSFET breakout.brd2.png ├── MOSFET breakout.sch ├── MOSFET breakout.sch.png ├── MOSFET breakout_BOM.csv └── README.md ├── README.md ├── SMD LED breakout ├── README.md ├── multiple_LED.brd ├── multiple_LED.brd.png ├── multiple_LED.sch ├── single_LED.brd ├── single_LED.png └── single_LED.sch ├── SMD breakout & proto board ├── SOIC_TSSOP-16 adapter_and_proto.brd ├── SOIC_TSSOP-16 adapter_and_proto.brd.png ├── SOIC_TSSOP-16 proto.brd ├── SOIC_TSSOP-16 proto.brd.png ├── SOIC_TSSOP-16.brd ├── SOIC_TSSOP-16.brd.png ├── SOIC_TSSOP-20 proto.brd ├── SOIC_TSSOP-20 proto.brd.png ├── SOIC_TSSOP-20.brd ├── SOIC_TSSOP-20.brd.png ├── TSOP-II-44.brd ├── TSOP-II-44.brd2.png ├── TSOP-II-44.sch ├── TSOP-II-44.sch.png ├── TSOP-II-44_v3.brd ├── TSOP-II-44_v3.brd.png ├── TSOP-II-44_v3.brd2.png ├── TSOP-II-44_v3.sch ├── TSOP-II-44_v3.sch.png ├── TSOP-II-44_v3_CY7C1021BV33.brd ├── TSOP-II-44_v3_CY7C1021BV33.brd.png ├── TSOP-II-44_v3_CY7C1021BV33.sch ├── TSOP-II-44_v3_E6.6.brd ├── TSOP-II-44_v3_E6.6.sch ├── boards.jpg └── readme.md ├── UART matrix ├── UART matrix v0.2.brd ├── UART matrix v0.2.brd.png ├── UART matrix v0.2.sch └── UART matrix v0.2.sch.png ├── USB ├── USB-B │ ├── usb-b.kicad_pcb │ ├── usb-b.kicad_pcb-bak │ ├── usb-b.png │ └── usb-b.pro ├── USB-C │ ├── README.md │ ├── USB-C_breakout.brd │ ├── USB-C_breakout.brd.pdf │ ├── USB-C_breakout.brd.png │ ├── USB-C_breakout.sch │ ├── USB-C_breakout.sch.pdf │ ├── USB-C_breakout.sch.png │ └── doc │ │ └── 2022-12-12 14.37.38.jpg └── uUSB breakout │ ├── README.md │ ├── uUSB breakout v1.brd │ ├── uUSB breakout v1.brd.png │ ├── uUSB breakout v1.sch │ ├── uUSB breakout v1.sch.png │ ├── uUSB breakout v3.brd │ ├── uUSB breakout v3.brd.png │ ├── uUSB breakout v3.brd2.png │ ├── uUSB breakout v3.sch │ ├── uUSB breakout v3.sch.png │ └── uUSB breakout v3_BOM.csv ├── WS2812B breakout ├── WS2812B breakout.brd ├── WS2812B breakout.brd.png ├── WS2812B breakout.sch └── WS2812B breakout.sch.png ├── audio breakout ├── 3.5mm_RCA_breakout.brd ├── 3.5mm_RCA_breakout.brd.png ├── 3.5mm_RCA_breakout.sch ├── 3.5mm_RCA_breakout.sch.png ├── JACK35 │ ├── jack35.kicad_pcb │ ├── jack35.kicad_pcb-bak │ ├── jack35.png │ └── jack35.pro ├── RCA │ ├── rca.kicad_pcb │ ├── rca.png │ └── rca.pro └── README.md ├── boost regulator ├── MCP16252 v1.brd ├── MCP16252 v1.brd.png ├── MCP16252 v1.sch ├── MCP16252 v1.sch.png ├── MCP16252 v1_BOM.csv └── README.md ├── button ├── README.md ├── single_button-dual_LED.brd ├── single_button-dual_LED.brd.png ├── single_button-dual_LED.sch ├── single_button-dual_LED.sch.png ├── single_button-dual_LED_BOM.csv ├── single_button.brd ├── single_button.brd.png ├── single_button.sch └── single_button.sch.png └── voltage inverter ├── EAGLE (remake) ├── ICL7660 v3.brd ├── ICL7660 v3.brd.png ├── ICL7660 v3.sch ├── ICL7660 v3.sch.png ├── ICL7660.brd ├── ICL7660.brd.png ├── ICL7660.brd2.png ├── ICL7660.sch └── ICL7660.sch.png ├── KiCad (original) ├── ICL7660.kicad_pcb ├── ICL7660.net ├── ICL7660.png ├── ICL7660.pro └── ICL7660.sch └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | *.db -------------------------------------------------------------------------------- /ATtiny prog board/ATtiny prog board with USB.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/ATtiny prog board/ATtiny prog board with USB.brd -------------------------------------------------------------------------------- /ATtiny prog board/ATtiny prog board with USB.brd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/ATtiny prog board/ATtiny prog board with USB.brd.png -------------------------------------------------------------------------------- /ATtiny prog board/ATtiny prog board with USB.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/ATtiny prog board/ATtiny prog board with USB.sch -------------------------------------------------------------------------------- /ATtiny prog board/ATtiny prog board with USB.sch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/ATtiny prog board/ATtiny prog board with USB.sch.png -------------------------------------------------------------------------------- /ATtiny prog board/ATtiny prog board with USB_BOM.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/ATtiny prog board/ATtiny prog board with USB_BOM.csv -------------------------------------------------------------------------------- /ATtiny prog board/ATtiny prog board.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/ATtiny prog board/ATtiny prog board.brd -------------------------------------------------------------------------------- /ATtiny prog board/ATtiny prog board.brd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/ATtiny prog board/ATtiny prog board.brd.png -------------------------------------------------------------------------------- /ATtiny prog board/ATtiny prog board.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/ATtiny prog board/ATtiny prog board.sch -------------------------------------------------------------------------------- /ATtiny prog board/ATtiny prog board.sch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/ATtiny prog board/ATtiny prog board.sch.png -------------------------------------------------------------------------------- /ATtiny prog board/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/ATtiny prog board/README.md -------------------------------------------------------------------------------- /DBx breakout/DA-15_DB-9_DE-15.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/DBx breakout/DA-15_DB-9_DE-15.brd -------------------------------------------------------------------------------- /DBx breakout/DA-15_DB-9_DE-15.brd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/DBx breakout/DA-15_DB-9_DE-15.brd.png -------------------------------------------------------------------------------- /DBx breakout/DA-15_DB-9_DE-15.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/DBx breakout/DA-15_DB-9_DE-15.sch -------------------------------------------------------------------------------- /DBx breakout/DA-15_DB-9_DE-15.sch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/DBx breakout/DA-15_DB-9_DE-15.sch.png -------------------------------------------------------------------------------- /DBx breakout/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/DBx breakout/README.md -------------------------------------------------------------------------------- /ISP breadboard adapter/ISPbreadboardAdapter_ATmega328compatible.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/ISP breadboard adapter/ISPbreadboardAdapter_ATmega328compatible.brd -------------------------------------------------------------------------------- /ISP breadboard adapter/ISPbreadboardAdapter_ATmega328compatible.brd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/ISP breadboard adapter/ISPbreadboardAdapter_ATmega328compatible.brd.png -------------------------------------------------------------------------------- /ISP breadboard adapter/ISPbreadboardAdapter_ATmega328compatible.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/ISP breadboard adapter/ISPbreadboardAdapter_ATmega328compatible.sch -------------------------------------------------------------------------------- /ISP breadboard adapter/ISPbreadboardAdapter_ATmega328compatible.sch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/ISP breadboard adapter/ISPbreadboardAdapter_ATmega328compatible.sch.png -------------------------------------------------------------------------------- /ISP breadboard adapter/ISPbreadboardAdapter_ATmega328compatible_v1.1.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/ISP breadboard adapter/ISPbreadboardAdapter_ATmega328compatible_v1.1.brd -------------------------------------------------------------------------------- /ISP breadboard adapter/ISPbreadboardAdapter_ATmega328compatible_v1.1.brd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/ISP breadboard adapter/ISPbreadboardAdapter_ATmega328compatible_v1.1.brd.png -------------------------------------------------------------------------------- /ISP breadboard adapter/ISPbreadboardAdapter_ATmega328compatible_v1.1.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/ISP breadboard adapter/ISPbreadboardAdapter_ATmega328compatible_v1.1.sch -------------------------------------------------------------------------------- /ISP breadboard adapter/ISPbreadboardAdapter_ATmega328compatible_v1.1.sch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/ISP breadboard adapter/ISPbreadboardAdapter_ATmega328compatible_v1.1.sch.png -------------------------------------------------------------------------------- /ISP breadboard adapter/ISPbreadboardAdapter_ATmega328compatible_v1.2.1.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/ISP breadboard adapter/ISPbreadboardAdapter_ATmega328compatible_v1.2.1.brd -------------------------------------------------------------------------------- /ISP breadboard adapter/ISPbreadboardAdapter_ATmega328compatible_v1.2.1.brd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/ISP breadboard adapter/ISPbreadboardAdapter_ATmega328compatible_v1.2.1.brd.png -------------------------------------------------------------------------------- /ISP breadboard adapter/ISPbreadboardAdapter_ATmega328compatible_v1.2.1.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/ISP breadboard adapter/ISPbreadboardAdapter_ATmega328compatible_v1.2.1.sch -------------------------------------------------------------------------------- /ISP breadboard adapter/ISPbreadboardAdapter_ATmega328compatible_v1.2.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/ISP breadboard adapter/ISPbreadboardAdapter_ATmega328compatible_v1.2.brd -------------------------------------------------------------------------------- /ISP breadboard adapter/ISPbreadboardAdapter_ATmega328compatible_v1.2.brd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/ISP breadboard adapter/ISPbreadboardAdapter_ATmega328compatible_v1.2.brd.png -------------------------------------------------------------------------------- /ISP breadboard adapter/ISPbreadboardAdapter_ATmega328compatible_v1.2.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/ISP breadboard adapter/ISPbreadboardAdapter_ATmega328compatible_v1.2.sch -------------------------------------------------------------------------------- /ISP breadboard adapter/ISPbreadboardAdapter_ATmega328compatible_v1.2.sch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/ISP breadboard adapter/ISPbreadboardAdapter_ATmega328compatible_v1.2.sch.png -------------------------------------------------------------------------------- /ISP breadboard adapter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/ISP breadboard adapter/README.md -------------------------------------------------------------------------------- /MOSFET breakout/MOSFET breakout.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/MOSFET breakout/MOSFET breakout.brd -------------------------------------------------------------------------------- /MOSFET breakout/MOSFET breakout.brd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/MOSFET breakout/MOSFET breakout.brd.png -------------------------------------------------------------------------------- /MOSFET breakout/MOSFET breakout.brd2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/MOSFET breakout/MOSFET breakout.brd2.png -------------------------------------------------------------------------------- /MOSFET breakout/MOSFET breakout.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/MOSFET breakout/MOSFET breakout.sch -------------------------------------------------------------------------------- /MOSFET breakout/MOSFET breakout.sch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/MOSFET breakout/MOSFET breakout.sch.png -------------------------------------------------------------------------------- /MOSFET breakout/MOSFET breakout_BOM.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/MOSFET breakout/MOSFET breakout_BOM.csv -------------------------------------------------------------------------------- /MOSFET breakout/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/MOSFET breakout/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/README.md -------------------------------------------------------------------------------- /SMD LED breakout/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/SMD LED breakout/README.md -------------------------------------------------------------------------------- /SMD LED breakout/multiple_LED.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/SMD LED breakout/multiple_LED.brd -------------------------------------------------------------------------------- /SMD LED breakout/multiple_LED.brd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/SMD LED breakout/multiple_LED.brd.png -------------------------------------------------------------------------------- /SMD LED breakout/multiple_LED.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/SMD LED breakout/multiple_LED.sch -------------------------------------------------------------------------------- /SMD LED breakout/single_LED.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/SMD LED breakout/single_LED.brd -------------------------------------------------------------------------------- /SMD LED breakout/single_LED.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/SMD LED breakout/single_LED.png -------------------------------------------------------------------------------- /SMD LED breakout/single_LED.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/SMD LED breakout/single_LED.sch -------------------------------------------------------------------------------- /SMD breakout & proto board/SOIC_TSSOP-16 adapter_and_proto.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/SMD breakout & proto board/SOIC_TSSOP-16 adapter_and_proto.brd -------------------------------------------------------------------------------- /SMD breakout & proto board/SOIC_TSSOP-16 adapter_and_proto.brd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/SMD breakout & proto board/SOIC_TSSOP-16 adapter_and_proto.brd.png -------------------------------------------------------------------------------- /SMD breakout & proto board/SOIC_TSSOP-16 proto.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/SMD breakout & proto board/SOIC_TSSOP-16 proto.brd -------------------------------------------------------------------------------- /SMD breakout & proto board/SOIC_TSSOP-16 proto.brd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/SMD breakout & proto board/SOIC_TSSOP-16 proto.brd.png -------------------------------------------------------------------------------- /SMD breakout & proto board/SOIC_TSSOP-16.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/SMD breakout & proto board/SOIC_TSSOP-16.brd -------------------------------------------------------------------------------- /SMD breakout & proto board/SOIC_TSSOP-16.brd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/SMD breakout & proto board/SOIC_TSSOP-16.brd.png -------------------------------------------------------------------------------- /SMD breakout & proto board/SOIC_TSSOP-20 proto.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/SMD breakout & proto board/SOIC_TSSOP-20 proto.brd -------------------------------------------------------------------------------- /SMD breakout & proto board/SOIC_TSSOP-20 proto.brd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/SMD breakout & proto board/SOIC_TSSOP-20 proto.brd.png -------------------------------------------------------------------------------- /SMD breakout & proto board/SOIC_TSSOP-20.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/SMD breakout & proto board/SOIC_TSSOP-20.brd -------------------------------------------------------------------------------- /SMD breakout & proto board/SOIC_TSSOP-20.brd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/SMD breakout & proto board/SOIC_TSSOP-20.brd.png -------------------------------------------------------------------------------- /SMD breakout & proto board/TSOP-II-44.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/SMD breakout & proto board/TSOP-II-44.brd -------------------------------------------------------------------------------- /SMD breakout & proto board/TSOP-II-44.brd2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/SMD breakout & proto board/TSOP-II-44.brd2.png -------------------------------------------------------------------------------- /SMD breakout & proto board/TSOP-II-44.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/SMD breakout & proto board/TSOP-II-44.sch -------------------------------------------------------------------------------- /SMD breakout & proto board/TSOP-II-44.sch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/SMD breakout & proto board/TSOP-II-44.sch.png -------------------------------------------------------------------------------- /SMD breakout & proto board/TSOP-II-44_v3.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/SMD breakout & proto board/TSOP-II-44_v3.brd -------------------------------------------------------------------------------- /SMD breakout & proto board/TSOP-II-44_v3.brd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/SMD breakout & proto board/TSOP-II-44_v3.brd.png -------------------------------------------------------------------------------- /SMD breakout & proto board/TSOP-II-44_v3.brd2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/SMD breakout & proto board/TSOP-II-44_v3.brd2.png -------------------------------------------------------------------------------- /SMD breakout & proto board/TSOP-II-44_v3.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/SMD breakout & proto board/TSOP-II-44_v3.sch -------------------------------------------------------------------------------- /SMD breakout & proto board/TSOP-II-44_v3.sch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/SMD breakout & proto board/TSOP-II-44_v3.sch.png -------------------------------------------------------------------------------- /SMD breakout & proto board/TSOP-II-44_v3_CY7C1021BV33.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/SMD breakout & proto board/TSOP-II-44_v3_CY7C1021BV33.brd -------------------------------------------------------------------------------- /SMD breakout & proto board/TSOP-II-44_v3_CY7C1021BV33.brd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/SMD breakout & proto board/TSOP-II-44_v3_CY7C1021BV33.brd.png -------------------------------------------------------------------------------- /SMD breakout & proto board/TSOP-II-44_v3_CY7C1021BV33.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/SMD breakout & proto board/TSOP-II-44_v3_CY7C1021BV33.sch -------------------------------------------------------------------------------- /SMD breakout & proto board/TSOP-II-44_v3_E6.6.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/SMD breakout & proto board/TSOP-II-44_v3_E6.6.brd -------------------------------------------------------------------------------- /SMD breakout & proto board/TSOP-II-44_v3_E6.6.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/SMD breakout & proto board/TSOP-II-44_v3_E6.6.sch -------------------------------------------------------------------------------- /SMD breakout & proto board/boards.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/SMD breakout & proto board/boards.jpg -------------------------------------------------------------------------------- /SMD breakout & proto board/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/SMD breakout & proto board/readme.md -------------------------------------------------------------------------------- /UART matrix/UART matrix v0.2.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/UART matrix/UART matrix v0.2.brd -------------------------------------------------------------------------------- /UART matrix/UART matrix v0.2.brd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/UART matrix/UART matrix v0.2.brd.png -------------------------------------------------------------------------------- /UART matrix/UART matrix v0.2.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/UART matrix/UART matrix v0.2.sch -------------------------------------------------------------------------------- /UART matrix/UART matrix v0.2.sch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/UART matrix/UART matrix v0.2.sch.png -------------------------------------------------------------------------------- /USB/USB-B/usb-b.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/USB/USB-B/usb-b.kicad_pcb -------------------------------------------------------------------------------- /USB/USB-B/usb-b.kicad_pcb-bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/USB/USB-B/usb-b.kicad_pcb-bak -------------------------------------------------------------------------------- /USB/USB-B/usb-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/USB/USB-B/usb-b.png -------------------------------------------------------------------------------- /USB/USB-B/usb-b.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/USB/USB-B/usb-b.pro -------------------------------------------------------------------------------- /USB/USB-C/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/USB/USB-C/README.md -------------------------------------------------------------------------------- /USB/USB-C/USB-C_breakout.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/USB/USB-C/USB-C_breakout.brd -------------------------------------------------------------------------------- /USB/USB-C/USB-C_breakout.brd.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/USB/USB-C/USB-C_breakout.brd.pdf -------------------------------------------------------------------------------- /USB/USB-C/USB-C_breakout.brd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/USB/USB-C/USB-C_breakout.brd.png -------------------------------------------------------------------------------- /USB/USB-C/USB-C_breakout.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/USB/USB-C/USB-C_breakout.sch -------------------------------------------------------------------------------- /USB/USB-C/USB-C_breakout.sch.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/USB/USB-C/USB-C_breakout.sch.pdf -------------------------------------------------------------------------------- /USB/USB-C/USB-C_breakout.sch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/USB/USB-C/USB-C_breakout.sch.png -------------------------------------------------------------------------------- /USB/USB-C/doc/2022-12-12 14.37.38.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/USB/USB-C/doc/2022-12-12 14.37.38.jpg -------------------------------------------------------------------------------- /USB/uUSB breakout/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/USB/uUSB breakout/README.md -------------------------------------------------------------------------------- /USB/uUSB breakout/uUSB breakout v1.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/USB/uUSB breakout/uUSB breakout v1.brd -------------------------------------------------------------------------------- /USB/uUSB breakout/uUSB breakout v1.brd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/USB/uUSB breakout/uUSB breakout v1.brd.png -------------------------------------------------------------------------------- /USB/uUSB breakout/uUSB breakout v1.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/USB/uUSB breakout/uUSB breakout v1.sch -------------------------------------------------------------------------------- /USB/uUSB breakout/uUSB breakout v1.sch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/USB/uUSB breakout/uUSB breakout v1.sch.png -------------------------------------------------------------------------------- /USB/uUSB breakout/uUSB breakout v3.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/USB/uUSB breakout/uUSB breakout v3.brd -------------------------------------------------------------------------------- /USB/uUSB breakout/uUSB breakout v3.brd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/USB/uUSB breakout/uUSB breakout v3.brd.png -------------------------------------------------------------------------------- /USB/uUSB breakout/uUSB breakout v3.brd2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/USB/uUSB breakout/uUSB breakout v3.brd2.png -------------------------------------------------------------------------------- /USB/uUSB breakout/uUSB breakout v3.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/USB/uUSB breakout/uUSB breakout v3.sch -------------------------------------------------------------------------------- /USB/uUSB breakout/uUSB breakout v3.sch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/USB/uUSB breakout/uUSB breakout v3.sch.png -------------------------------------------------------------------------------- /USB/uUSB breakout/uUSB breakout v3_BOM.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/USB/uUSB breakout/uUSB breakout v3_BOM.csv -------------------------------------------------------------------------------- /WS2812B breakout/WS2812B breakout.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/WS2812B breakout/WS2812B breakout.brd -------------------------------------------------------------------------------- /WS2812B breakout/WS2812B breakout.brd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/WS2812B breakout/WS2812B breakout.brd.png -------------------------------------------------------------------------------- /WS2812B breakout/WS2812B breakout.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/WS2812B breakout/WS2812B breakout.sch -------------------------------------------------------------------------------- /WS2812B breakout/WS2812B breakout.sch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/WS2812B breakout/WS2812B breakout.sch.png -------------------------------------------------------------------------------- /audio breakout/3.5mm_RCA_breakout.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/audio breakout/3.5mm_RCA_breakout.brd -------------------------------------------------------------------------------- /audio breakout/3.5mm_RCA_breakout.brd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/audio breakout/3.5mm_RCA_breakout.brd.png -------------------------------------------------------------------------------- /audio breakout/3.5mm_RCA_breakout.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/audio breakout/3.5mm_RCA_breakout.sch -------------------------------------------------------------------------------- /audio breakout/3.5mm_RCA_breakout.sch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/audio breakout/3.5mm_RCA_breakout.sch.png -------------------------------------------------------------------------------- /audio breakout/JACK35/jack35.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/audio breakout/JACK35/jack35.kicad_pcb -------------------------------------------------------------------------------- /audio breakout/JACK35/jack35.kicad_pcb-bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/audio breakout/JACK35/jack35.kicad_pcb-bak -------------------------------------------------------------------------------- /audio breakout/JACK35/jack35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/audio breakout/JACK35/jack35.png -------------------------------------------------------------------------------- /audio breakout/JACK35/jack35.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/audio breakout/JACK35/jack35.pro -------------------------------------------------------------------------------- /audio breakout/RCA/rca.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/audio breakout/RCA/rca.kicad_pcb -------------------------------------------------------------------------------- /audio breakout/RCA/rca.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/audio breakout/RCA/rca.png -------------------------------------------------------------------------------- /audio breakout/RCA/rca.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/audio breakout/RCA/rca.pro -------------------------------------------------------------------------------- /audio breakout/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/audio breakout/README.md -------------------------------------------------------------------------------- /boost regulator/MCP16252 v1.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/boost regulator/MCP16252 v1.brd -------------------------------------------------------------------------------- /boost regulator/MCP16252 v1.brd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/boost regulator/MCP16252 v1.brd.png -------------------------------------------------------------------------------- /boost regulator/MCP16252 v1.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/boost regulator/MCP16252 v1.sch -------------------------------------------------------------------------------- /boost regulator/MCP16252 v1.sch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/boost regulator/MCP16252 v1.sch.png -------------------------------------------------------------------------------- /boost regulator/MCP16252 v1_BOM.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/boost regulator/MCP16252 v1_BOM.csv -------------------------------------------------------------------------------- /boost regulator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/boost regulator/README.md -------------------------------------------------------------------------------- /button/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/button/README.md -------------------------------------------------------------------------------- /button/single_button-dual_LED.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/button/single_button-dual_LED.brd -------------------------------------------------------------------------------- /button/single_button-dual_LED.brd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/button/single_button-dual_LED.brd.png -------------------------------------------------------------------------------- /button/single_button-dual_LED.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/button/single_button-dual_LED.sch -------------------------------------------------------------------------------- /button/single_button-dual_LED.sch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/button/single_button-dual_LED.sch.png -------------------------------------------------------------------------------- /button/single_button-dual_LED_BOM.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/button/single_button-dual_LED_BOM.csv -------------------------------------------------------------------------------- /button/single_button.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/button/single_button.brd -------------------------------------------------------------------------------- /button/single_button.brd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/button/single_button.brd.png -------------------------------------------------------------------------------- /button/single_button.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/button/single_button.sch -------------------------------------------------------------------------------- /button/single_button.sch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/button/single_button.sch.png -------------------------------------------------------------------------------- /voltage inverter/EAGLE (remake)/ICL7660 v3.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/voltage inverter/EAGLE (remake)/ICL7660 v3.brd -------------------------------------------------------------------------------- /voltage inverter/EAGLE (remake)/ICL7660 v3.brd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/voltage inverter/EAGLE (remake)/ICL7660 v3.brd.png -------------------------------------------------------------------------------- /voltage inverter/EAGLE (remake)/ICL7660 v3.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/voltage inverter/EAGLE (remake)/ICL7660 v3.sch -------------------------------------------------------------------------------- /voltage inverter/EAGLE (remake)/ICL7660 v3.sch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/voltage inverter/EAGLE (remake)/ICL7660 v3.sch.png -------------------------------------------------------------------------------- /voltage inverter/EAGLE (remake)/ICL7660.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/voltage inverter/EAGLE (remake)/ICL7660.brd -------------------------------------------------------------------------------- /voltage inverter/EAGLE (remake)/ICL7660.brd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/voltage inverter/EAGLE (remake)/ICL7660.brd.png -------------------------------------------------------------------------------- /voltage inverter/EAGLE (remake)/ICL7660.brd2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/voltage inverter/EAGLE (remake)/ICL7660.brd2.png -------------------------------------------------------------------------------- /voltage inverter/EAGLE (remake)/ICL7660.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/voltage inverter/EAGLE (remake)/ICL7660.sch -------------------------------------------------------------------------------- /voltage inverter/EAGLE (remake)/ICL7660.sch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/voltage inverter/EAGLE (remake)/ICL7660.sch.png -------------------------------------------------------------------------------- /voltage inverter/KiCad (original)/ICL7660.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/voltage inverter/KiCad (original)/ICL7660.kicad_pcb -------------------------------------------------------------------------------- /voltage inverter/KiCad (original)/ICL7660.net: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/voltage inverter/KiCad (original)/ICL7660.net -------------------------------------------------------------------------------- /voltage inverter/KiCad (original)/ICL7660.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/voltage inverter/KiCad (original)/ICL7660.png -------------------------------------------------------------------------------- /voltage inverter/KiCad (original)/ICL7660.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/voltage inverter/KiCad (original)/ICL7660.pro -------------------------------------------------------------------------------- /voltage inverter/KiCad (original)/ICL7660.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/voltage inverter/KiCad (original)/ICL7660.sch -------------------------------------------------------------------------------- /voltage inverter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefan-lochbrunner/breadboard-widgets/HEAD/voltage inverter/README.md --------------------------------------------------------------------------------