An open API service indexing awesome lists of open source software.

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.

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.

![Project Image](.github/repo-img.png)

## 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).