-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Heat development of 64x32 RGB LED Matrix #53
Comments
hiya @lorach77 where did you purchase the panel? |
Boxtec AG Switzerland, see: here their site Since they link to Adafruit, I guess it is the same matrix and they are a reseller. |
hmm they're not listed as a distributor for this item |
Thanks for your response. |
not sure, but you need to have the panel ground always powered |
Hi there,
I am using 64x32 RGB LED Matrices in a project where heat development (even some degrees) is a problem. When the LED matrix is connected to the power supply (no LED are lit), there is a heating up of the matrix around 4-7 degree, especially at the location of the micro-controllers. This is expected for me.
In my project, the matrix has to work only for short periods of time; e.g. 1h break, 2s lighting up, 5 min break, 2 s lightning up, ... So I though, I just interrupt the power supply to the matrix (no power, no warming) during the "breaks".
I now realized, that if the matrix is connected to my Arduino mega and NOT connected to the power supply, the connection of the IDC cable to the matrix warms up very fast (see image; FLIR of the LED matrix. Left: power supply not connected, right: power supply connected)
It only warms up after the begin.matrix() function is called. I measured the pins of the Arduino. The 4 analog pins show 2.5 V, the CLK, LAT, OE around 0.4 V (?). I looked to the code of the RGB-matrix-Panel library but could not really make sense of it.
E.g. a simply way to write a matrix.stop() function (so i could use them before a "break"). Or can I just manually set the (analog) pins to 0V and up again before I need the matrix?
I hope I could explain the problem and thanks for your help. Best,
lorach
The text was updated successfully, but these errors were encountered: