https://github.com/imseanconroy/led-matrix
Complete design files for a 2x6 LED metrix, created using KiCad.
https://github.com/imseanconroy/led-matrix
electronics kicad led led-matrix
Last synced: 5 months ago
JSON representation
Complete design files for a 2x6 LED metrix, created using KiCad.
- Host: GitHub
- URL: https://github.com/imseanconroy/led-matrix
- Owner: ImSeanConroy
- License: mit
- Created: 2025-06-10T22:34:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-25T20:30:26.000Z (12 months ago)
- Last Synced: 2025-06-25T21:31:47.018Z (12 months ago)
- Topics: electronics, kicad, led, led-matrix
- Language: C++
- Homepage:
- Size: 278 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LED Matrix
This project is a minimal, compact 12-pixel LED matrix (2 rows × 6 columns), based on WS2812D addressable LEDs and created using KiCad.

## Getting Started
1. **Open the Project** - Open the `.kicad_pro` file in KiCad to view the project.
2. **Review the Design** - Inspect the schematic and PCB layout to ensure it meets your needs.
3. **Customize or Export** - Make any modifications and export the Gerber files for fabrication.
4. **Order the PCB** - Submit the Gerber files to your preferred PCB manufacturer.
5. **Get the Components** - Purchase the components from the BOM and a compatible board.
6. **Assemble the Hardware** - Solder the components and assemble the board.
7. **Upload the Firmware** - Connect the board via USB and upload the firmware.
## Required Components
The following are the required components to build the 2x6 LED Matrix:
| Quantity | Component | Description | Source |
| - | - | - | - |
| 12 | WS2812D 8mm LEDs | Individually addressable RGB LEDs | [AliExpress](https://aliexpress.bitluni.net/ws2812d) |
| 1 | 2×03 Pin Header | 2-row, 3-pin male header | [AliExpress](https://aliexpress.bitluni.net/ws2812d) |
## Contributing
Contributions are welcome. Please open an issue or submit a pull request for any enhancements or bug fixes.
## License
This project is Distributed under the MIT License - see the [LICENSE](LICENSE) file for information.
## Support
If you are having problems, please let me know by [raising a new issue](https://github.com/ImSeanConroy/led-matrix/issues/new/choose).