Hello! Sometime in January 2024 I bought a 64x32 led matrix and I started with an arduino uno and a 5v 3 amp power source. Now I have a arduino mega 2560 and have an 5v 10 amp power source.
I’ve done all the coding and triple checked it. Even used examples, I also checked all the pin connections 4 time…
hello. the problem for me is my board glitches whenever I tell it to do something, what I mean is it turns on random leds all over the board and I have to press the reset button on my ardruino mega for it to even turn on...
Do you use a 1000uf electrolytic capacitor across Vcc and GND of the matrix? Also, do you use a 470ohm resistor from the Arduino data pin to the DIN of the matrix?
I like to write my first Matrix sketch to blink the first LED.
The second sketch I write is to light the corner LEDs.
Give those a try. It will help you know the LED numbering pattern.
The capacitor is important to stabilize power into the matrix, especially when many LEDs are turned on and off. The resistor helps the Arduino limit current through the data pin.
Thank you for all this info. I'm still a little confused on the capacitor and resistor you're talking about, if I do get those where would I put them on the matrix?
Hmmm...
Now it seems maybe you don't have neopixels.
I got, "somehow", a collection of Examples -- 'RGB Matrix panel'. Still, it's adafruit.
To me these seem a much more complicated deal (not the same libraries as '2812 stuff).
Sorry.
Did iit ever occur to OP that you need a p5 control library to control a p5 panel?
Please post the code that does not work...
And show how the gray cable is connected to Arduino (schematic and photo).