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

64x64 LED Matrix w/ adafruit bonnet - black bars #895

Open dmathew1 opened 5 years ago

dmathew1 commented 5 years ago

I just bought the 64x64 LED matrix and the adafruit bonnet recently and followed the instructions to assemble them appropriately. I am running into the issue where when I am running it in 64x64 mode large black bars will appear alongside 2 large blue bars. Included are the images of my setup and the display. I have done the E line from 8 to E, I have soldered the connection from 4 to 18 and tried a variety of options from this library. Any help would be appreciated and would like to rule out if its the bonnet board itself.

https://imgur.com/a/kXnbrOB

GeekyTim commented 5 years ago

Did you solder the bonnet?

On Sat, 14 Sep 2019, 16:15 Denzel Mathew, notifications@github.com wrote:

I just bought the 64x64 LED matrix and the adafruit bonnet recently and followed the instructions to assemble them appropriately. I am running into the issue where when I am running it in 64x64 mode large black bars will appear alongside 2 large blue bars. Included are the images of my setup and the display. I have done the E line from 8 to E, I have soldered the connection from 4 to 18 and tried a variety of options from the library owners github. Any help would be appreciated and would like to rule out if its the bonnet board itself.

https://imgur.com/a/kXnbrOB

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hzeller/rpi-rgb-led-matrix/issues/895?email_source=notifications&email_token=ABDNQQRGHFMGDVUPGJ5367TQJT52XA5CNFSM4IWXKLGKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HLMH2JA, or mute the thread https://github.com/notifications/unsubscribe-auth/ABDNQQXM3NCURG6LXJKT2LLQJT52XANCNFSM4IWXKLGA .

dmathew1 commented 5 years ago

What do you mean by solder the bonnet? I soldered the E address lines and pin 4 to 18. Included an imgur link of my board.

GeekyTim commented 5 years ago

That would be the one.

On Sat, 14 Sep 2019, 18:39 Denzel Mathew, notifications@github.com wrote:

What do you mean by solder the bonnet? I soldered the E address lines and pin 4 to 18. Included an imgur link of my board.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/hzeller/rpi-rgb-led-matrix/issues/895?email_source=notifications&email_token=ABDNQQQKX4IJNGYZ4XJGSWLQJUOULA5CNFSM4IWXKLGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6XAOJA#issuecomment-531498788, or mute the thread https://github.com/notifications/unsubscribe-auth/ABDNQQSV6YGXZVM3IO3CXDLQJUOULANCNFSM4IWXKLGA .

hzeller commented 5 years ago

Your picture actually looks like the D line is not properly connected as all the rows with that bit set are black, so they are folded onto each other. Try to follow the D line and see if there is any break on the circuit board or the cable.

dmathew1 commented 5 years ago

Your picture actually looks like the D line is not properly connected as all the rows with that bit set are black, so they are folded onto each other. Try to follow the D line and see if there is any break on the circuit board or the cable.

Hey Hzeller, thanks for the reply.

I just took my multimeter and started measuring the voltage on each address line. You were right. The D address line is not showing any power whatsoever. All others are showing 1.6V. That explains why the black bars are there, but i dont see how it explains the two large blue columns. Any ideas on that one?

Denzel

dmathew1 commented 5 years ago

Trying to debug this issue with the D address line and the always on blue bars I’m now seeing this issue where the board is reacting to interference.

https://imgur.com/a/i4OSX9T

hzeller commented 5 years ago

when lines are a solid color typically means that they are not driven properly. This could be due to cable issues or badly soldered connections on your bonnet. You do set the right --led-gpio-mapping that you need for your set-up, right ?

dmathew1 commented 5 years ago

when lines are a solid color typically means that they are not driven properly. This could be due to cable issues or badly soldered connections on your bonnet. You do set the right --led-gpio-mapping that you need for your set-up, right ?

Correct, I do set the mapping to the adafruit-hat one. I tried all others just to rule things out. I thought it could be the cable so I tried to measure voltages on just the board itself on the RGB pins and the B2 pin is driven to a 3V output. B1 is going to 0.

mariana-s-fernandes commented 3 years ago

Hi @dmathew93, please check my comment here to see if that works for you.