Does anyone have a 128x64 I can see? #495
Replies: 19 comments 31 replies
-
I’ll post mine this evening. This would be a great discussion for Discord. On Jul 18, 2023, at 8:33 AM, Bill Lehecka ***@***.***> wrote:
I just invested in a 128x64 to upgrade my current 64x32 setup. I mainly did this so I can show more information like pitch count, pitch type, etc. I'll be coming next week. In the meantime, I've been looking far and wide for an example of a 128x64 setup, but I haven't seen any in the wild. Can someone post what they did?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
You can always emulate! The beauty of doing that is once you get your new board, it should be plug-n-play with the custom configuration you've come up with. |
Beta Was this translation helpful? Give feedback.
-
Ah yes, emulation. I can do that directly on my Pi right? |
Beta Was this translation helpful? Give feedback.
-
Did you solder the E pin on the HAT?On Aug 3, 2023, at 1:00 PM, Bill Lehecka ***@***.***> wrote:
OK. Read up on the rub-led-matrix code base. And fiddled around with led-multiplexer. Tried led-multiplexer=1 and now it's just two chunks of lines not showing.
The more I research this, the more I feel like I may need to get the ol' soldering gun out. Unless there's something I'm missing in the arguments I should be passing.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Check out https://learn.adafruit.com/adafruit-rgb-matrix-bonnet-for-raspberry-pi/driving-matrices
If you're using a 64x64 RGB matrix and either a Bonnet or a Rev C HAT, use your soldering iron to melt a blob of solder on the bottom solder jumper so the middle pad is 'shorted' to 8. (This is compatible with 64x64 matrices in the Adafruit store. For 64x64 matrices from other sources, you might need to use 16 instead, check the datasheet.)
… On Aug 3, 2023, at 1:56 PM, Bill Lehecka ***@***.***> wrote:
This one? No. It is the Adafruit Bonnet. Where should be be soldered to?
<https://user-images.githubusercontent.com/33526260/258235605-9b148900-8528-4ca6-9ad8-2848f0cf9386.jpeg>
—
Reply to this email directly, view it on GitHub <#495 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAON247IFK53LZTKLGTOWJTXTQF7RANCNFSM6AAAAAA2OSVAOM>.
You are receiving this because you commented.
|
Beta Was this translation helpful? Give feedback.
-
you need this solder to go higher than 32 rows.
…On Thu, Aug 3, 2023, 17:40 S Milliken ***@***.***> wrote:
I'm using 128X64 with both this, mlb, and the nhl. Both work just find. My
board is never turned off. 24/7/365!!!
—
Reply to this email directly, view it on GitHub
<#495 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4N6HHW64ZRXKV67MGSHNYLXTQLEDANCNFSM6AAAAAA2OSVAOM>
.
You are receiving this because you are subscribed to this thread.Message
ID:
<MLB-LED-Scoreboard/mlb-led-scoreboard/repo-discussions/495/comments/6632059
@github.com>
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Also look up how to 'tin' your solder tip. It makes a huge difference in
the heat transfer and if done correctly should melt the solder near
instantly.
…On Fri, Aug 4, 2023 at 9:12 AM Tyler Porter ***@***.***> wrote:
This is certainly your issue -- this is not an acceptable solder job.
Shorting random pads on your bonnet is very unlikely to work.
You can fix this, but I advise you look up a soldering tutorial to
proceed. You are not getting your iron hot enough and it is not wicking
solder where it needs to go. Solder joints should cover the entire pad with
no bridges and be shiny and uniform.
To fix this you might need some solder wick to clean up excess solder, but
I think if you get the iron hot you can probably wick what's already there
to ONLY bridge E -> 8.
FYI, the back of Pin 4 also looks like a bridge (same problems, too much
solder, soldered cold, didn't wick).
—
Reply to this email directly, view it on GitHub
<#495 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4N6HHTORRTWP3VJPHW2P63XTTYNPANCNFSM6AAAAAA2OSVAOM>
.
You are receiving this because you commented.Message ID:
<MLB-LED-Scoreboard/mlb-led-scoreboard/repo-discussions/495/comments/6638531
@github.com>
|
Beta Was this translation helpful? Give feedback.
-
I appreciate the feedback, people. It's literally my first rodeo with this stuff. And I probably only got as far as I did by dumb luck. I watched tutorials on how to do it back in 2020, but apparently I needed more time to do it properly. I can say my soldering hasn't really improved all that much. But I definitely agree I should invest in a wick and probably should get a replacement bonnet in case I royally screw this up. I have some flux to tin somewhere in my work bench. I can work on fixing it up next week and definitely appreciate the notes. I'll report back then. |
Beta Was this translation helpful? Give feedback.
-
Hey kids, sorry for the delay. Had some personal issues crop up that needed to be addressed. OK, decided to grab another Adafruit Bonnet and start from square one. First, I soldered 4 to 18. My soldering skill hasn't improved, but I verified success using my multimeter, so I don't think this is the issue. I then soldered E to 8. This was a much better job. I'm still getting 16 lines on, 16 lines off. I'm at the point where I either need to do more soldering, or my startup arguments need to change. My current startup arguments are: SCOREBOARD_ARGS=--led-gpio-mapping=adafruit-hat-pwm --led-brightness=40 --led-slowdown-gpio=4 --led-scan-mode=1 --led-cols=128 --led-rows=64 --led-multiplexing=1 --led-row-addr-type=0 Aside from using a HUB75 instead of this new HUB75E board, I'm at a loss. |
Beta Was this translation helpful? Give feedback.
-
I honestly think it's a HUB75 vs HUB75E issue. Once I get the new board, I'll report back. |
Beta Was this translation helpful? Give feedback.
-
I never could get the adafruit card to support more than 64 in either direction. No matter what I did. I went a different driver board. But, with that said, Im using 4 boards in a 128 by 64 layout with them daisy chained together. |
Beta Was this translation helpful? Give feedback.
-
I did use that card in the past. I dont think it needs external power but I could be wrong. I gave it to my son. With that said, I might have soldered the screw terminals on the board and applied power to the card to take the load off of the pi. Did you see the extra info for the card? I did not do anything with the e line. https://w2.electrodragon.com/Board/MPC/MPC1119-DAT/MPC1119-DAT.md |
Beta Was this translation helpful? Give feedback.
-
I just set up a 64x32 with the v2 electrodragon and an rpi 2b. I soldered
on the power terminals to power the matrix and used a 4A micro usb power
adapter to the pi only and it runs well.
…On Tue, Sep 12, 2023 at 4:21 PM bierbarrel ***@***.***> wrote:
I did use that card in the past. I dont think it needs external power but
I could be wrong. I gave it to my son. With that said, I might have
soldered the screw terminals on the board and applied power to the card to
take the load off of the pi. Did you see the extra info for the card? I did
not do anything with the e line.
https://w2.electrodragon.com/Board/MPC/MPC1119-DAT/MPC1119-DAT.md
—
Reply to this email directly, view it on GitHub
<#495 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4N6HHW7FF6QFT4CLCTWM7DX2C723ANCNFSM6AAAAAA2OSVAOM>
.
You are receiving this because you commented.Message ID:
<MLB-LED-Scoreboard/mlb-led-scoreboard/repo-discussions/495/comments/6982945
@github.com>
|
Beta Was this translation helpful? Give feedback.
-
OK! I finally got it working! That was more of a pain in the butt than I thought it would be. So, for SEO purposes and in case anyone else has my issue when they want to upgrade to a HUB75E 128x64 board and can't find a simple answer, I'll try my best to help: The Adafruit Bonnet is not your friend here and will not really work with a HUB75E board unless you want to get deep into the weeds with electrical stuff. I am not an engineer nor am I an electrician, so do what I did: get an Electrodragon RGB Matrix Board. https://www.electrodragon.com/product/rgb-matrix-panel-drive-board-for-raspberry-pi-v2/ Yeah, it's from China. Yeah, it took about 3 weeks to get here. Yeah, they don't really have any in the states... but it is worth it. Since this was a HUB75E board I had, I needed a jumper. For me, putting a jumper on P8 and E_BUF did the trick. Before: After: One of the cool things about the Adafruit bonnet was how you could just plug in the switching power supply and it would power the board and the Pi. Well, the Electrodragon hat doesn't really have that... so if you just get a 5.5mm/2.1mm female connector, you can still use the power supply you might have had with the Adafruit Hat/Bonnet, but you'll also want to independently power your Pi. Extra plug? Yeah. Could that be fixed? I'm sure it could, but like I said, I'm not an engineer and I'm not an electrician. So extra plug it is! I then updated my startup arguments to the following: --led-brightness=50 --led-slowdown-gpio=2 --led-scan-mode=1 --led-cols=128 --led-rows=64 --led-multiplexing=0 --led-row-addr-type=0 I rebooted and voila, it worked! Adding the Mets Scoreboard header and lights to it was the right amount of extra for this to stand out from other implementations. Hopefully this helps anyone else that may encounter this issue. Thanks again to the regulars for bearing with my newbie incompetence. I can write code. I can configure databases. I just don't have the talent to be an electrical engineer. EDIT: One other note: I got a flexible display. This doesn't play nice if you decide to 3D print the enclosure for this. However, this flex display has magnets, so I grabbed some magnets off of Amazon and attached them to the 3D printed enclosure. This now gives me easy access inside if I need to fix something. I just pop it off and have access to the Pi. |
Beta Was this translation helpful? Give feedback.
-
Nice work! are those solderless jumpers?
…On Thu, Sep 14, 2023 at 1:07 AM Bill Lehecka ***@***.***> wrote:
OK! I finally got it working!
[image: image]
<https://user-images.githubusercontent.com/33526260/267856804-330e0b3a-9fbe-41a3-a49a-d15b34e85e13.jpeg>
That was more of a pain in the butt than I thought it would be.
So, for SEO purposes and in case anyone else has my issue when they want
to upgrade to a HUB75E 128x64 board and can't find a simple answer, I'll
try my best to help:
The Adafruit Bonnet is not your friend here and will not really work with
a HUB75E board unless you want to get deep into the weeds with electrical
stuff. I am not an engineer nor am I an electrician, so do what I did: get
an Electrodragon RGB Matrix Board.
https://www.electrodragon.com/product/rgb-matrix-panel-drive-board-for-raspberry-pi-v2/
Yeah, it's from China. Yeah, it took about 3 weeks to get here. Yeah, they
don't really have any in the states... but it is worth it.
Since this was a HUB75E board I had, I needed a jumper. For me, putting a
jumper on P8 and E_BUF did the trick.
Before:
[image: image]
<https://user-images.githubusercontent.com/33526260/267860104-050de57d-2d8c-4a20-b693-61f3561285e2.jpeg>
After:
[image: image]
<https://user-images.githubusercontent.com/33526260/267860132-5ecfa0e0-ed9d-4861-b81a-0dd369122398.jpeg>
One of the cool things about the Adafruit bonnet was how you could just
plug in the switching power supply and it would power the board and the Pi.
Well, the Electrodragon hat doesn't really have that... so if you just get
a 5.5mm/2.1mm female connector, you can still use the power supply you
might have had with the Adafruit Hat/Bonnet, but you'll also want to
independently power your Pi. Extra plug? Yeah. Could that be fixed? I'm
sure it could, but like I said, I'm not an engineer and I'm not an
electrician. So extra plug it is!
I then updated my startup arguments to the following:
--led-brightness=50 --led-slowdown-gpio=2 --led-scan-mode=1 --led-cols=128
--led-rows=64 --led-multiplexing=0 --led-row-addr-type=0
I rebooted and voila, it worked!
[image: image]
<https://user-images.githubusercontent.com/33526260/267860533-f6c7642a-226f-4425-a192-30e3855d2515.jpeg>
Adding the Mets Scoreboard header and lights to it was the right amount of
extra for this to stand out from other implementations.
Hopefully this helps anyone else that may encounter this issue.
Thanks again to the regulars for bearing with my newbie incompetence. I
can write code. I can configure databases. I just don't have the talent to
be an electrical engineer.
—
Reply to this email directly, view it on GitHub
<#495 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4N6HHQB4XBMFOIOET5S6DLX2KGJVANCNFSM6AAAAAA2OSVAOM>
.
You are receiving this because you commented.Message ID:
<MLB-LED-Scoreboard/mlb-led-scoreboard/repo-discussions/495/comments/6997425
@github.com>
|
Beta Was this translation helpful? Give feedback.
-
That looks awesome! Except for one small little last place error.On Sep 14, 2023 12:36 PM, Bill Lehecka ***@***.***> wrote:
I soldered pins to those spots so I could just plug in jumpers because I wasn't sure if 4 or 8 would do the trick when connecting to E. It gave me flexibility. If I didn't have the space, I would've just soldered a wire between 8 and E.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Lol...too funny On Sep 14, 2023 2:11 PM, Bill Lehecka ***@***.***> wrote:
Hey now, the Mets are clearly in 4th place!!! LOL
I laugh because I'm all out of tears.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Do you have any instructions on this lighting? |
Beta Was this translation helpful? Give feedback.
-
I just invested in a 128x64 to upgrade my current 64x32 setup. I mainly did this so I can show more information like pitch count, pitch type, etc. It'll be coming next week. In the meantime, I've been looking far and wide for an example of a 128x64 setup, but I haven't seen any in the wild. Can someone post what they did?
Beta Was this translation helpful? Give feedback.
All reactions