This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
projects:paneldrive:start [2021/05/25 00:25] dwheele created |
projects:paneldrive:start [2021/05/27 17:43] (current) dwheele |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== LED Matrix ====== | ====== LED Matrix ====== | ||
| - | 15x20 matrix of LEDs, 35 mm centers. | + | Called " |
| + | |||
| + | * [[https:// | ||
| + | |||
| + | 15x20 matrix of LEDs, 35 mm centers. | ||
| + | |||
| + | Raspberry Pi Buster on 192.168.0.7 has an additional driver circuit board, with a 4-conductor wire to connect to the matrix. | ||
| + | |||
| + | * Level Shifter - SN74AHCT125N (QUADRUPLE BUS BUFFER GATES WITH 3-STATE OUTPUTS). This allows the 5V LEDs data lines to be driven by the Raspberry Pi 3.3V outputs. | ||
| + | |||
| + | {{ : | ||
| Used rear projection film as the best thing to cover the matrix. | Used rear projection film as the best thing to cover the matrix. | ||
| Having problems with bleed through between adjacent cells. Now that I can make this with 3D printing, I can make tongue-and-groove overlapping. | Having problems with bleed through between adjacent cells. Now that I can make this with 3D printing, I can make tongue-and-groove overlapping. | ||
| + | |||
| + | ===== The DotStar ===== | ||
| + | |||
| + | From Adafruit: | ||
| + | |||
| + | //DotStar LEDs use generic 2-wire SPI, so you can push data much faster than with the NeoPixel 800 KHz protocol and there' | ||
| + | |||
| + | //Like NeoPixels, DotStar LEDs are 5050-sized LEDs with an embedded microcontroller inside the LED. You can set the color/ | ||
| + | |||
| + | //However, unlike NeoPixels, these LEDs have 2 wires (input and output) for sending data - one clock pin and one data pin. That means you need two pins, not one, to control DotStars. Because the clock and data is seperated, you can use any processor speed or type to control these strips, and you don't have to worry about being careful with the timing. Hardware SPI support is handy but not required. This makes them excellent for use with any microcontroller or microprocessor, | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | Parts list from Adafruit: | ||
| + | |||
| + | {{ : | ||
| + | |||