├── README.md ├── cad ├── V2.1 │ └── REV_01 │ │ ├── LedBox_V2.1_REV_00_Bottom.STEP │ │ ├── LedBox_V2.1_REV_00_Bottom.STL │ │ ├── LedBox_V2.1_REV_00_Top.STEP │ │ └── LedBox_V2.1_REV_00_Top.STL └── V2 │ ├── REV_01 │ ├── LedBox_V2_REV_01_Bottom.STEP │ ├── LedBox_V2_REV_01_Bottom.STL │ ├── LedBox_V2_REV_01_Top.STEP │ └── LedBox_V2_REV_01_Top.STL │ └── REV_02 │ ├── LedBox_V2_REV_02_Bottom.STEP │ ├── LedBox_V2_REV_02_Bottom.STL │ ├── LedBox_V2_REV_02_Top.STEP │ └── LedBox_V2_REV_02_Top.STL ├── firmware ├── LedBoxV2_SR_WLED_0.12.0.bin └── LedBoxV2_SR_WLED_0.13.2.bin └── pcb ├── V2.1 └── REV_01 │ ├── LedBox_V2.1_REV_01.step │ ├── LedBox_V2.1_REV_01_description.png │ ├── LedBox_V2.1_REV_01_layout.png │ └── LedBox_V2.1_REV_01_schematic.pdf └── V2 ├── REV_01 ├── LedBox_V2_REV_01.step ├── LedBox_V2_REV_01_description.png ├── LedBox_V2_REV_01_layout.png └── LedBox_V2_REV_01_schematic.pdf ├── REV_02 ├── LedBox_V2_REV_02_description.png ├── LedBox_V2_REV_02_layout.png └── LedBox_V2_REV_02_schematic.pdf └── TestJig ├── TestJig_REV_00.step └── TestJig_REV_00_Schematic.pdf /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stanleyondrus/LedBoxV2/HEAD/README.md -------------------------------------------------------------------------------- /cad/V2.1/REV_01/LedBox_V2.1_REV_00_Bottom.STEP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stanleyondrus/LedBoxV2/HEAD/cad/V2.1/REV_01/LedBox_V2.1_REV_00_Bottom.STEP -------------------------------------------------------------------------------- /cad/V2.1/REV_01/LedBox_V2.1_REV_00_Bottom.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stanleyondrus/LedBoxV2/HEAD/cad/V2.1/REV_01/LedBox_V2.1_REV_00_Bottom.STL -------------------------------------------------------------------------------- /cad/V2.1/REV_01/LedBox_V2.1_REV_00_Top.STEP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stanleyondrus/LedBoxV2/HEAD/cad/V2.1/REV_01/LedBox_V2.1_REV_00_Top.STEP -------------------------------------------------------------------------------- /cad/V2.1/REV_01/LedBox_V2.1_REV_00_Top.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stanleyondrus/LedBoxV2/HEAD/cad/V2.1/REV_01/LedBox_V2.1_REV_00_Top.STL -------------------------------------------------------------------------------- /cad/V2/REV_01/LedBox_V2_REV_01_Bottom.STEP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stanleyondrus/LedBoxV2/HEAD/cad/V2/REV_01/LedBox_V2_REV_01_Bottom.STEP -------------------------------------------------------------------------------- /cad/V2/REV_01/LedBox_V2_REV_01_Bottom.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stanleyondrus/LedBoxV2/HEAD/cad/V2/REV_01/LedBox_V2_REV_01_Bottom.STL -------------------------------------------------------------------------------- /cad/V2/REV_01/LedBox_V2_REV_01_Top.STEP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stanleyondrus/LedBoxV2/HEAD/cad/V2/REV_01/LedBox_V2_REV_01_Top.STEP -------------------------------------------------------------------------------- /cad/V2/REV_01/LedBox_V2_REV_01_Top.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stanleyondrus/LedBoxV2/HEAD/cad/V2/REV_01/LedBox_V2_REV_01_Top.STL -------------------------------------------------------------------------------- /cad/V2/REV_02/LedBox_V2_REV_02_Bottom.STEP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stanleyondrus/LedBoxV2/HEAD/cad/V2/REV_02/LedBox_V2_REV_02_Bottom.STEP -------------------------------------------------------------------------------- /cad/V2/REV_02/LedBox_V2_REV_02_Bottom.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stanleyondrus/LedBoxV2/HEAD/cad/V2/REV_02/LedBox_V2_REV_02_Bottom.STL -------------------------------------------------------------------------------- /cad/V2/REV_02/LedBox_V2_REV_02_Top.STEP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stanleyondrus/LedBoxV2/HEAD/cad/V2/REV_02/LedBox_V2_REV_02_Top.STEP -------------------------------------------------------------------------------- /cad/V2/REV_02/LedBox_V2_REV_02_Top.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stanleyondrus/LedBoxV2/HEAD/cad/V2/REV_02/LedBox_V2_REV_02_Top.STL -------------------------------------------------------------------------------- /firmware/LedBoxV2_SR_WLED_0.12.0.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stanleyondrus/LedBoxV2/HEAD/firmware/LedBoxV2_SR_WLED_0.12.0.bin -------------------------------------------------------------------------------- /firmware/LedBoxV2_SR_WLED_0.13.2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stanleyondrus/LedBoxV2/HEAD/firmware/LedBoxV2_SR_WLED_0.13.2.bin -------------------------------------------------------------------------------- /pcb/V2.1/REV_01/LedBox_V2.1_REV_01.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stanleyondrus/LedBoxV2/HEAD/pcb/V2.1/REV_01/LedBox_V2.1_REV_01.step -------------------------------------------------------------------------------- /pcb/V2.1/REV_01/LedBox_V2.1_REV_01_description.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stanleyondrus/LedBoxV2/HEAD/pcb/V2.1/REV_01/LedBox_V2.1_REV_01_description.png -------------------------------------------------------------------------------- /pcb/V2.1/REV_01/LedBox_V2.1_REV_01_layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stanleyondrus/LedBoxV2/HEAD/pcb/V2.1/REV_01/LedBox_V2.1_REV_01_layout.png -------------------------------------------------------------------------------- /pcb/V2.1/REV_01/LedBox_V2.1_REV_01_schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stanleyondrus/LedBoxV2/HEAD/pcb/V2.1/REV_01/LedBox_V2.1_REV_01_schematic.pdf -------------------------------------------------------------------------------- /pcb/V2/REV_01/LedBox_V2_REV_01.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stanleyondrus/LedBoxV2/HEAD/pcb/V2/REV_01/LedBox_V2_REV_01.step -------------------------------------------------------------------------------- /pcb/V2/REV_01/LedBox_V2_REV_01_description.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stanleyondrus/LedBoxV2/HEAD/pcb/V2/REV_01/LedBox_V2_REV_01_description.png -------------------------------------------------------------------------------- /pcb/V2/REV_01/LedBox_V2_REV_01_layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stanleyondrus/LedBoxV2/HEAD/pcb/V2/REV_01/LedBox_V2_REV_01_layout.png -------------------------------------------------------------------------------- /pcb/V2/REV_01/LedBox_V2_REV_01_schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stanleyondrus/LedBoxV2/HEAD/pcb/V2/REV_01/LedBox_V2_REV_01_schematic.pdf -------------------------------------------------------------------------------- /pcb/V2/REV_02/LedBox_V2_REV_02_description.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stanleyondrus/LedBoxV2/HEAD/pcb/V2/REV_02/LedBox_V2_REV_02_description.png -------------------------------------------------------------------------------- /pcb/V2/REV_02/LedBox_V2_REV_02_layout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stanleyondrus/LedBoxV2/HEAD/pcb/V2/REV_02/LedBox_V2_REV_02_layout.png -------------------------------------------------------------------------------- /pcb/V2/REV_02/LedBox_V2_REV_02_schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stanleyondrus/LedBoxV2/HEAD/pcb/V2/REV_02/LedBox_V2_REV_02_schematic.pdf -------------------------------------------------------------------------------- /pcb/V2/TestJig/TestJig_REV_00.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stanleyondrus/LedBoxV2/HEAD/pcb/V2/TestJig/TestJig_REV_00.step -------------------------------------------------------------------------------- /pcb/V2/TestJig/TestJig_REV_00_Schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stanleyondrus/LedBoxV2/HEAD/pcb/V2/TestJig/TestJig_REV_00_Schematic.pdf --------------------------------------------------------------------------------