1
0
Fork 0

add readmes

main
radex 2024-03-18 22:52:12 +01:00
parent 7b351d3950
commit 9e964eda5d
Signed by: radex
SSH Key Fingerprint: SHA256:hvqRXAGG1h89yqnS+cyFTLKQbzjWD4uXIqw7Y+0ws30
4 changed files with 23 additions and 0 deletions

View File

@ -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

7
pcb/DemoBoard1/README.md Normal file
View File

@ -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

3
pcb/LedArray/README.md Normal file
View File

@ -0,0 +1,3 @@
# LED Matrix module
50x50mm module with 20x20 LED matrix

View File

@ -0,0 +1,3 @@
# LED Multiplexer - WIP
50x50mm module for driving rows and columns of LED Matrix modules