Panel Matriz de Leds RGB 64×32
Si quieres montarte tu pequeño Times Square personal, esta matriz es para ti. Es una matriz organizada en 2048 diodos LED RGB (64×32) y se usa para todo tipo de proyectos para mostrar mensajes o animaciones de colores muy vistosas. En la parte de atrás tiene dos conectores: uno de entrada y otro de salida que permiten conectar varios paneles en serie.
Se puede utilizar perfectamente con una placa Arduino Mega (consumirá unos 3200 bytes de RAM para almacenar un frame completo!) aunque si quieres conseguir una tasa de refresco más rápida, debes utilizar algo más potente y rápido como Chipkit PIC32, FPGA, XMOS, Raspberry Pi, Beaglebone, etc… Aun así, con un Arduino Mega puedes hacer mensajes en movimiento con una velocidad y animación muy buena.
Debido a que consume mucha memoria RAM, no es posible manejarlo con un Arduino UNO.
Afortunadamente, aquí abajo podrás ver un tutoríal y librería de Adafruit muy completo, con el cual puedes hacer mensajes en movimiento con Arduino de una manera muy fácil.
La matriz necesita 13 pines para funcionar (6 bits de de datos y 7 bits de control) y una buena alimentación de 5V y 4A, te podemos recomendar nuestra Fuente de poder 5V/4A.
** Como puedes ver, este panel tiene mucho mejor resolución que los demás paneles, debido a su densidad de Leds y que la separación entre cada uno es menor. Su vision es excelente !!
This matrix has 2048 bright RGB LEDs arranged in a 64×32 grid on the front. On the back there is a PCB with two IDC connectors (one input, one output: in theory you can chain these together) and 12 16-bit latches that allow you to drive the display with a 1:16 scan rate.
Keep in mind that these displays are designed to be driven by FPGAs or other high speed processors: they do not have built in PWM control of any kind. Instead, you’re supposed to redraw the screen over and over to ‘manually’ PWM the whole thing. On a 16 MHz Arduino Mega, we managed to squeeze 12-bit color (4096 colors) with 40% CPU usage but this display would really shine if driven by any FPGA, CPLD, Propeller, XMOS or other high speed multi-core controller. The good news is that the display is pre-white balanced with nice uniformity so if you turn on all the LEDs it’s not a particularly tinted white.
** Incluye cable de datos y de alimentación.
Recursos:
Tutorial, libreria y ejemplos.
Adafruit RGB Matrix + Real Time Clock HAT for Raspberry Pi.
NextBus transit clock for Raspberry Pi.
Garantia: 30 dias.
- Dimensions: 255mm x 127mm x 15mm / 10.0â1¤7 x 5.0â1¤7 x 0.6â1¤7.
- Panel weight with IDC cables and power cables: 252.8g.
- 5V regulated power input, ~4A max (all LEDs on).
- 1/16 scan rate.
- Indoor display, 160 degree visibility.
- Displays are ‘chainable’ – connect one output to the next input – but our Arduino example code does not support this yet.