hzeller / rpi-rgb-led-matrix

Controlling up to three chains of 64x64, 32x32, 16x32 or similar RGB LED displays using Raspberry Pi GPIO
GNU General Public License v2.0
3.71k stars 1.17k forks source link

32x32 Matrix not showing any sign of life #392

Closed MrTomacco closed 6 years ago

MrTomacco commented 7 years ago

I'm fairly new to this topic, but still setting up that whole thing and at least starting the demo would be something I can accomplish. So I got one of those HUB75D panels and I wired it up according to your schematics (wired it to the connector saying "input"). For Power I bought a 5v 2A psu. VCC is connected to + and gnd to -. I downloaded the github code and I can even start the demo, it then says something like "press ctrl+c to end". So far so good.. if the Matrix would light up somehow, but it just doesn't, did I do something wrong with the wiring? Also I have tried out both of the power connectors my panel has.. None works. So does anyone have any idea what might be wrong? And about the wiring, at first I only connected the bottom ground to pin 9. Afterwards i tried with connecting 3 gnd on the display to 3 gnd on the rpi. Never have I seen any sign of light on the matrix. Any ideas what I could try to do?

Sorry for creating a new thread, as this is my first project with github and I was kinda in a rush yesterday, I did not see that there was also a tab with "solved issues". So I checked into that and realized it's probably because my panel is not running wiht 3.3v logic. So I gotta check this up once I'm home and I will post pictures if I can't resolve this. And about the wiring, there was a small misunderstanding from my side, didn't know about that shared ground thing, but should not have made any difference though (initially only connected 1 ground pin, left the other 2 out, don't ask me why).

So, now I got 2 8pin logic level shifters, does not work. No led is turning on, no clue why.

Helbrax commented 7 years ago

What command are you using to start the demo? Also, are you running it as root(via sudo)?

MrTomacco commented 7 years ago

Im using it via sudo. It even says to push ctrl+c if i want to stop the demo. On Monday my Arduino nano will arrive, so I can test it with the nano in case I unknowingly broke the rpi somehow? Else it might be a faulty led matrix perhaps.

make -C examples-api-use sudo examples-api-use/demo -D0

hzeller commented 7 years ago

Also make sure to wire up things according to the wiring diagram given in this project. Some people reported that their panel was not showing anything when they used some very out-dated and wrong Adafruit tutorial for the wiring.

But yes, the Matrix boards only guarantee 5V logic and might not work with 3.3V. There are several potential issues mentioned in the troubleshooting section.

If you have the latest Raspbian Stretch also make sure that you have a version of this library after August 19th, as that distribution changed the way how Pi versions can be detected.

MrTomacco commented 7 years ago

From the beginning I have used your wiring diagramm, then I rewired using 2 logic level shifters and I used the library version newer than August 19th on the newest Raspian Stretch. Also checked the troubleshooting section and had audio disabled from the beginning.

Unfortunately I have not had enough time in the recent time to try out with arduino nor will I have in the next time i suppose.. Still does not work, for those who might have similiar problems, it might be because of badly soldered headers for the gpio pins, not sure though. The solder I used for the raspberry was really really bad. It did not flow very well unlike the solder I used to solder the headers for my arduino.

Once I get the time to try it out with the arduino I'll give an update. But still thanks for the help and also great library, makes everything much easier!

pinheadmz commented 7 years ago

I am also getting zero signs of life with a 32x32 matrix. I'm using an adafruit matrix HAT with a Raspberry Pi 3. I just swapped in the Pi3 with a fresh installation of Raspbian Stretch, it used to be a Pi2 Model B v1.2 running Jessie. The wiring and power supply have not changed and worked great for over a year. I also pulled the latest master from https://github.com/adafruit/rpi-rgb-led-matrix to include the August 17 "pi2 detection" update. All the tests run without any console errors, but nothing lights up on the matrix... What to try next?

maddogs commented 7 years ago

Don't use the Adafruit Library.

I'd start from fresh using the latest code from Henners repository and follow the readme for configuring and wiring using the Adafruit Hat under the section "If you have an Adafruit HAT"

pinheadmz commented 7 years ago

Ok thanks, I got the matrix to work with this repo. Strange, I've been using the Adafruit library on projects with Pi 2 and 3, on Jessie... I guess something finally broke with Stretch?