diff --git a/README.md b/README.md index 2c136c2..9792e3b 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ # pico-led-matrix + +Tiny modular LED matrix. Idea is to have a matrix of 50x50mm modules: + +- LED modules with a 20x20 matrix of 0603 red LEDs. +- Multiplexer/driver modules at the end of rows and columns +- Microcontroller (RP2040) board in the corner. + +JLCPCB Assembly optimized. + +This is an electronics learning experiment, will likely fail. I do not know what I'm doing diff --git a/pcb/DemoBoard1/README.md b/pcb/DemoBoard1/README.md new file mode 100644 index 0000000..6705037 --- /dev/null +++ b/pcb/DemoBoard1/README.md @@ -0,0 +1,7 @@ +# Demo Baord 1 + +Learning how to use shift registers, darlington arrays, and mosfets. I don't know what I'm doing. + +Demo board containing LED Matrix module + some of the above components for hands-on experimentation. + +Ordered and manufactured 2024-03-05 diff --git a/pcb/LedArray/README.md b/pcb/LedArray/README.md new file mode 100644 index 0000000..8c8e6ba --- /dev/null +++ b/pcb/LedArray/README.md @@ -0,0 +1,3 @@ +# LED Matrix module + +50x50mm module with 20x20 LED matrix diff --git a/pcb/LedArrayMux/README.md b/pcb/LedArrayMux/README.md new file mode 100644 index 0000000..1989d4e --- /dev/null +++ b/pcb/LedArrayMux/README.md @@ -0,0 +1,3 @@ +# LED Multiplexer - WIP + +50x50mm module for driving rows and columns of LED Matrix modules