├── Images ├── pic1.jpg ├── pic2.jpg ├── pic3.jpg └── pic4.jpg ├── PCB ├── ESP8266_RGB_Matrix_Rev1.1.zip ├── Rev1.1_BOM.xlsx └── Schematic_Rev1.1.pdf └── README.md /Images/pic1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mike-rankin/ESP8266_RGB_Matrix_Cable_Version/a6e20e20f03af03a6784a5609fe8b7363974ef05/Images/pic1.jpg -------------------------------------------------------------------------------- /Images/pic2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mike-rankin/ESP8266_RGB_Matrix_Cable_Version/a6e20e20f03af03a6784a5609fe8b7363974ef05/Images/pic2.jpg -------------------------------------------------------------------------------- /Images/pic3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mike-rankin/ESP8266_RGB_Matrix_Cable_Version/a6e20e20f03af03a6784a5609fe8b7363974ef05/Images/pic3.jpg -------------------------------------------------------------------------------- /Images/pic4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mike-rankin/ESP8266_RGB_Matrix_Cable_Version/a6e20e20f03af03a6784a5609fe8b7363974ef05/Images/pic4.jpg -------------------------------------------------------------------------------- /PCB/ESP8266_RGB_Matrix_Rev1.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mike-rankin/ESP8266_RGB_Matrix_Cable_Version/a6e20e20f03af03a6784a5609fe8b7363974ef05/PCB/ESP8266_RGB_Matrix_Rev1.1.zip -------------------------------------------------------------------------------- /PCB/Rev1.1_BOM.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mike-rankin/ESP8266_RGB_Matrix_Cable_Version/a6e20e20f03af03a6784a5609fe8b7363974ef05/PCB/Rev1.1_BOM.xlsx -------------------------------------------------------------------------------- /PCB/Schematic_Rev1.1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mike-rankin/ESP8266_RGB_Matrix_Cable_Version/a6e20e20f03af03a6784a5609fe8b7363974ef05/PCB/Schematic_Rev1.1.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # ESP8266_RGB_Matrix_Cable_Version 2 | This version of the ESP8266 RGB Matrix that consists of two boards joined together with a cable. My first version used a NodeMCU along with way too many jumper wires. This version uses one five pin cable and a larger pair to power the matrix. 3 | 4 | Check out http://www.instructables.com/id/RGB-LED-Matrix-With-an-ESP8266/ for all the details like wire diagram and Arduino library. 5 | 6 | Check out the Files under the PCB directory for a parts list, schematic and gerber files to make your own. 7 | 8 | To see a video of the basic assembly check out: https://youtu.be/_pmtngvNnLo 9 | 10 | ![pic1](https://user-images.githubusercontent.com/4991664/40571768-3e47e32c-6075-11e8-9886-e8848329a277.jpg) 11 | 12 | ![pic2](https://user-images.githubusercontent.com/4991664/40571677-c7feff80-6073-11e8-8a48-ed1a948abd69.jpg) 13 | 14 | ![pic3](https://user-images.githubusercontent.com/4991664/40571685-e1762204-6073-11e8-80d1-ffdb7cbe2a83.jpg) 15 | 16 | ![pic4](https://user-images.githubusercontent.com/4991664/40571770-4328f00c-6075-11e8-8b60-a580434650e3.jpg) 17 | 18 | Special thanks to @witnessmenow for the inspiration and well documented instructions that helped me with this project and @pdp7 for the beautiful OshPark PCBs! 19 | --------------------------------------------------------------------------------