🌈 Light Up Your World with Infinite Color & Flexibility!
The WESIRI 8x32 WS2812B LED Matrix Panel features 256 individually addressable RGB LEDs on a flexible FPCB, powered by 5V DC. Chainable via 3-pin JST connectors, it supports popular controllers for custom animations and messages. Perfect for indoor/outdoor decorative signage, events, and advertising, this dimmable, lightweight panel offers professional-grade versatility and vibrant full-color display in a sleek, bendable form factor.
Brand | WESIRI |
Color | Black |
Material | FPCB |
Style | Panel |
Indoor/Outdoor Usage | Outdoor |
Power Source | Corded Electric |
Special Feature | Dimmable |
Control Method | App |
Light Source Type | LED |
Shade Material | FPCB |
Number of Light Sources | 256 |
Voltage | 5 Volts |
Theme | Wedding |
Light Color | RGB |
Shape | Panel |
Included Components | LED Strip, 3pin JST Connectors |
Lighting Method | Uplight |
Item Weight | 0.14 Kilograms |
Number of Items | 1 |
Wattage | 75 watts |
Unit Count | 1 Count |
Water Resistance Level | Not Water Resistant |
Size | 8x32 Pixels |
UPC | 635028409568 |
Item Weight | 4.8 ounces |
Product Dimensions | 12.52 x 3.11 x 0.08 inches |
Item model number | WS2812B 8*32 LED Matrix panel |
Assembled Height | 0.2 centimeters |
Assembled Length | 31.8 centimeters |
Assembled Width | 7.9 centimeters |
Special Features | Dimmable |
Batteries Included? | No |
Batteries Required? | No |
Wattage | 75 Watts |
J**N
Great propduct, works great!
The media could not be loaded. Works great with Arduino and other LED drivers, we merged three panels together into one 16 x 48 LEDs, using a 5vc DC 5 amp power supply. We use a Microphone and then graph the sound waves coming in through the MIC. The display looks awesome and works as designed. I also added a brightness control into the project and a Save settings button using the internal EEProm on the MCU 2560. The hardest part was converting my code from horizontal LED manufacture to vertical LED manufacture. The coding is a little different to create a 2 dimensional Cartesian plane with LED (x, y) where x in [1..48] and y is in the set of [1..16]. It's cool to be able to address each LED individually.
R**R
2 ) 8X32 LED MATRIX IS AMAZING!!!! (VIRTUAL PINBALL CABINET)
My Vpin cab houses a 50" 4K TV so my cab is wider than normal. I was able to put 2 of these together to make 1 large matrix. It was easy to do since these have plugs on each end. I wasn't going to add addressable leds to my cab but now I am sure glad I did. If you are on the fence deciding to add one of these to your cab or not, just do it. You will not regret it. Great product, worked right out of the box and the leds are super bright even with tint over them.
D**E
Works, as advertised, no issues.
No issues. Worked as advertised. Looks good.
E**R
Works well. Easy to bend into a cylindrical display.
Not too much too much to say here. It works well and the board is nicely flexible. I needed to make a cylindrical display, and it worked great for this. One minor downside - not much documentation on how the thing is wired. But this is trivial to discover by lighting the LEDs in turn. I had a bit of trouble getting color consistency at different brightness levels, but this can probably be fixed with a better color correction model.
C**D
Great Matrix LED Panel
The media could not be loaded. I 3D Printed a enclosure for this panel and it's worked great. ESP32S running WLed with a 12v 3A power supply.
M**H
Great value for a WS2812B matrix
The WS2812B is a pretty common addressable LED. There is not much variation in how vendors put these LEDs on flexible printed wiring substrates (generally, the number of LEDs per meter and their water resistance are the main differentiators). I needed a 16 x 16 display for a color light organ, and this display was exactly what I needed at a very good price. I also recommend using an ESP-32 with WLED software to drive the display. Very easy to implement.
J**N
Works great with ESPHome
I got this to use a an ESPHome display to go along with Home Assistant. It works great and I will probably be ordering a few more.
J**S
So far I have just tested it with arduino.
"Adafruit_NeoMatrix matrix = Adafruit_NeoMatrix(32, 8, PIN, NEO_MATRIX_TOP + NEO_MATRIX_LEFT + NEO_MATRIX_COLUMNS + NEO_MATRIX_ZIGZAG, NEO_GRB+ NEO_KHZ800);" worked to set it up for a simple text display.