Тёмный

Build Your Own Live NHL Scoreboard with Raspberry Pi! 

Howchoo
Подписаться 26 тыс.
Просмотров 107 тыс.
50% 1

Опубликовано:

 

30 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 158   
@Howchoo
@Howchoo 4 года назад
See the full build guide on Howchoo: howchoo.com/g/otvjnwy4mji/diy-raspberry-pi-nhl-scoreboard-led-panel
@Howchoo
@Howchoo 4 года назад
To answer your first question, I believe that's correct-that's when it would cease showing the previous day's state and show upcoming games. I'm not sure about the answer to the second, but that should be easy to test.
@heevar6169
@heevar6169 3 года назад
@Howchoo Would you provide me with the dimensions of the housing, or insert link of the video where you designed and printed it please!!
@SCPAEAS
@SCPAEAS 2 года назад
Can you show how to make an MLB one?
@ghettosamurai4483
@ghettosamurai4483 2 года назад
Will it work if i use banana pi instead of raspberry pi
@blackbeardz
@blackbeardz 5 месяцев назад
what do i need to connect two panels together?
@decepticon284
@decepticon284 4 года назад
Anyone got a coding video for the MLB one? I’m struggling getting this thing going, I feel like it’s some dumb mistake somewhere.
@lysergicpillamyd483
@lysergicpillamyd483 2 года назад
Sadly this is sort of outdated as the Raspberry Pi Zero W is no longer supported by this project. Everything else is the same just use a Raspberry Pi 3 or 4.
@kurtlunde7131
@kurtlunde7131 3 года назад
@Howchoo, this is a great tutorial! I am interested in cycling through multiple sport scoreboards (NHL, MLB & NFL). I.e show each score for 5 mins then switch to the next. Is this possible to do? Any suggestions on where to start? Also, any suggestions on where to get weather related information for these boards?
@wings31
@wings31 2 года назад
did you ever get a response for this? Would be interested in the same - multiple teams in NHL (if not all) and MLB & NFL
@Barnes0420
@Barnes0420 Год назад
Where were you able to find a raspberry pi zero w for $10? The cheapest I can find is $70
@qa337
@qa337 3 месяца назад
*What a terrible waste of resources. Why didn't you use esp32 for this project? It would be 4 times cheaper....*
@brettbuda8504
@brettbuda8504 3 года назад
Stupid question, if you daisy chained two LED panels side by side or 4 in a rectangle, would the layout adjust automatically to fit your multi-part screen? Or would I need to figure that part out on my own?
@ophello
@ophello 3 года назад
Looks kinda lame with the type crammed against the very top of the display. Maybe give it 2-3 pixels of space?
@CamCadie
@CamCadie 4 года назад
Would you or anyone happen to know if this could work with stock ticker or res news feeds? And how I would go about to get the live stock and news feed to run on these led screen?
@Howchoo
@Howchoo 4 года назад
There are a bunch of libraries that use this library under the hood: github.com/hzeller/rpi-rgb-led-matrix - should be able to find some results with some Google searches and by checking out that GitHub repo.
@TylerGamez55
@TylerGamez55 4 года назад
Go bolts baby!
@Howchoo
@Howchoo 4 года назад
Go Bolts!
@gingerkendall2378
@gingerkendall2378 3 года назад
Managed to get this working after a few hours! Ended up getting the HAT rather than bonnet (accidently), doing a bunch of first time soldering work, breaking my soldering iron before even using it so I had to get another one, and could only find a small LED screen (16x32 about 7 inches long). Going to build my own frame out of some old broken hockey sticks which I am excited about! This was certainly an interesting first project to jump into the Raspberry Pi world! Thanks a bunch!
@Jon34MA
@Jon34MA 4 года назад
Does anyone know if there is an ECHL api? I work for a local ECHL team and this would be so much better than keeping a webpage open.
@JCR4990
@JCR4990 3 года назад
Could you not just scrape the webpage for the scores and display that? Assuming there is no API?
@skhull2
@skhull2 4 года назад
Is anyone working on adding the logos for MLB to the MLB scoreboard project? The NHL scoreboard has the logos so I would assume it would be easy to add the MLB logos to the MLB project? Maybe need to get licensing permissions?
@leviroach3129
@leviroach3129 Год назад
Awesome! I’m super excited to try this out. But with one key difference. GO AVS!
@JonMcCurdy
@JonMcCurdy 2 месяца назад
The NHL-Led-Scoreboard is no longer is working and has been archived. Any replacement?
@wmunsey81
@wmunsey81 4 года назад
Would love to have this for MLS with soccer.
@de132
@de132 4 года назад
If you know Python and know how to use BeautifulSoup, you could probably scrape MLS data
@BTouz14
@BTouz14 3 года назад
Anything for NFL? I'm quite interested.
@sharkaholic_12
@sharkaholic_12 2 года назад
When it comes to coding, I absolutely suck, but I am a light addict and led boards are just plain cool to me. I might actually try to do this in the near future.
@thedaarb
@thedaarb 2 года назад
Would I be able to chain two panels together? @howchoo
@theschwab312
@theschwab312 3 года назад
Do you know if I can do something like this for golf scores?
@rubywahoo
@rubywahoo 4 года назад
I love the holder shown at 6:15 of the video. Do you have any recommendations on where to buy that, or what search terms to use to find it?
@oshingi
@oshingi 5 месяцев назад
As far as I can tell this project no longer works. Too bad I already bought all the components lol
@ironix19
@ironix19 8 месяцев назад
Does anyone know which power button is used? I can't find it in the guide. Thanks!
@onesev17
@onesev17 8 месяцев назад
I was just looking for this button. If you go to the "Power Button Video" in the description above, there's a "Normally Open (NO) momentary button" linked in that descriptions video.
@bostonsteve2889
@bostonsteve2889 10 месяцев назад
build it yourself for 100 or buy one for 120? i'd rather do neither
@jaywashington2196
@jaywashington2196 4 года назад
I want to do this with college football and high school football but I don’t know how to
@Howchoo
@Howchoo 4 года назад
This is a good opportunity to learn some Python programming then! I would read some Python and Git tutorials and then begin to examine the code used for this (in the video description). We have a "Python Basics" series on Howchoo that you can check out to get started learning Python: howchoo.com/g/mtiwmjdkmzj/your-first-python-program
@Boiler337
@Boiler337 2 года назад
@Jay Washington Did you ever get your College Football scoreboard to work? I'm starting one now. Curious if you had any advice or issues?? Thanks!
@blackbeardz
@blackbeardz 5 месяцев назад
any code updates ? i cant get it to work
@Up_Front_Fanatic
@Up_Front_Fanatic 4 года назад
This is an awesome project. My plan is to build one for my friend. A couple things that I would like to add if at all possible would be an MP3 player and a relay for a 110v outlet. My thought is that when the Blackhawks score, the Chelsea Daggar song would play and a red beacon would flash. Is this something the Pi is capable of doing?
@Howchoo
@Howchoo 4 года назад
Absolutely. You just need to store the sound file on the Pi and modify the code to play the sound file when your team scores. Of course, this requires some level of programming knowledge. Also, a red "goal score" animation already shows up when a team, scores. :)
@cameronleroy7648
@cameronleroy7648 4 года назад
I already got confused on the code
@Howchoo
@Howchoo 4 года назад
Which part? It’s step-by-step
@FvckJDM
@FvckJDM 4 года назад
Same. That's the only thing that's keeping me from doing this
@michaelkulik566
@michaelkulik566 4 года назад
Anyway to add a battery so you could bring it to a friends for a party??
@Howchoo
@Howchoo 4 года назад
For sure! There are a few options for doing this-a high-output battery pack would do the trick. You'll need one that can power the panel and Pi and, ideally, has pass-through charging so it'll power the panel and Pi while the power bank itself is charging. This power bank should work perfectly: www.amazon.com/gp/product/B06XRVHDLM?tag=howchoo-20 - it was recommended by the designer who created the housing I used in this project.
@jamesbrady9105
@jamesbrady9105 6 месяцев назад
Can you use a Pi Pico instead?
@evan.whobrey
@evan.whobrey Год назад
Could this be used to show nights out readings or Dexcom readings for blood sugar? Similar to SugarPixel?
@edwardalarcon5901
@edwardalarcon5901 4 года назад
Great video, I'd like to use this for my son's baseball games. We use an app to keep score called Gamechanger. Would it be possible to link the score board to that app?
@Howchoo
@Howchoo 4 года назад
With a bit of coding it’s definitely possible.
@barrygoldstrom4492
@barrygoldstrom4492 3 года назад
Hello all. I have built this and beginning the final programming. I am getting an error of "file not found" when I run the 3rd line sudo chmod +x install.sh Any clues as to what to look at or how to fix? Assistance is appreciated. git clone --recursive github.com/riffnshred/nhl-led-scoreboard cd nhl-led-scoreboard/ sudo chmod +x install.sh sudo ./install.sh
@soullessleftover8427
@soullessleftover8427 4 года назад
Can we turn this into a Bluetooth notification center?
@Howchoo
@Howchoo 4 года назад
I don’t see why not!
@Twalk40
@Twalk40 2 года назад
Find something really cool, look up additional instructions, gets overly excited, go to buy parts and realize Raspberry Pi are basically impossible to get your hand on… the pain
@mike234589
@mike234589 3 года назад
Any advice I am getting the following error "python: can't open file 'main.py': [Errno 2] No such file or directory " ?
@absolutmario2679
@absolutmario2679 11 месяцев назад
I’d like to build a score board for soccer size may be 2mx3m. Is this possibly by this setup ?
@kellykinsey3993
@kellykinsey3993 3 года назад
how do you get rid of the flickering (2021/07/11)
@jschvach
@jschvach 2 года назад
Hi, I've got mine working last season (I changed it display NFL data/scores). Now I'm borrowing a 3d printer Ender 3 V2. I'm having a hard time getting it nicely print out the housing. I've level the bed. I've done test prints (they look flawless), put then I go to print the housing for this, and it just starts off the base layer all stringy and not really well. Can anyone share what setting should I have this slice set to?
@dylansawyer3446
@dylansawyer3446 9 месяцев назад
Hey um william...... Wtf
@matthewbrinkley5339
@matthewbrinkley5339 4 года назад
Can the led boards be linked together easily to make a larger board?
@dazealex
@dazealex Год назад
They can be, according to Ada Fruit. I have one, and haven't done anything with it... It's super bright, I bet there is a way to control brightness -- just haven't played with it enough. I just want a static image on it like the Atari logo, etc. Very doable. Wish it had a diffusion or darkening screen infront of the LEDs
@steven-pf2km
@steven-pf2km 3 года назад
I saw this on Reddit, and as a dumb 17yo hockey fan with NO experience with working with coding or building, I really want to try this. @Howchoo please lmk if it is worth my time, and congrats on the Stanley Cup lol
@leongibson7596
@leongibson7596 4 года назад
I need a NFL library
@Howchoo
@Howchoo 4 года назад
Someone did just create a Fantasy Football one! github.com/mikemountain/fantasy-football-scoreboard But no "normal" NFL one just yet.
@Mike-we3rb
@Mike-we3rb Год назад
Do you need to know how to code in order to do this? I was always out for the important stuff during coding class in hs lol
@nicholasraeff7811
@nicholasraeff7811 Год назад
Is it possible to cycle through either different teams for the same sport or different sports
@PekPik604
@PekPik604 Год назад
do you have a NBA scoreboard with a logo?
@DrTorkal
@DrTorkal 4 года назад
Great guide! Putting a twist on this, I'm interested in doing multiple sports across multiple displays. I'm very confident I could get the teams/scores from the web automatically and create my own formatted images but I don't have experience with LED matrices or anything similar. It seems like changing the displayed image to something specific is cumbersome (at least for cheaper, 3rd party displays), but maybe I was just looking at the wrong guides. What resources would you recommend I look at to try this?
@Howchoo
@Howchoo 4 года назад
To learn how to display images on the matrix and do what you're describing, check out the display library that it uses under the hood: github.com/hzeller/rpi-rgb-led-matrix
@johnbotica7136
@johnbotica7136 4 года назад
Ian Tillman if you do the multiple sports could you share how you did it? I would like to do NHL,EPL, College Football and NFL
@DrTorkal
@DrTorkal 4 года назад
​@@johnbotica7136 I've gotten one display working, though I still need to do a bit more optimization to get it perfect. If you have experience with Python I could send you my code so you can get started on your own display. From what I understand the display code from hzeller (that howchoo linked above) makes chaining multiple displays really easy, so once you get one working it should just be chaining the boards with the cables they come with and maybe optimizing a little more. The script I use to get scores is also very general, so you should be able to adapt it to getting scores from any sports league fairly easily. imgur.com/a/85AXIK9 (Note that I do want to make the text look better, for now it's just a generic font rendered at whatever size fits)
@televisi
@televisi Год назад
Thanks for the video and the guide, I'm planning to create something similar (a dashboard for my solar panel using the API provided by the solar panel inverter company). It's going to be fun
@luisvillegas7798
@luisvillegas7798 2 года назад
Is anyone making these and selling them yet lol?
@OflahertyChris
@OflahertyChris 3 года назад
Is it possible to play a sound when the goal is detected
@MattWeasel
@MattWeasel 4 года назад
#GoBolts ⚡⚡⚡
@RichardMontgomery
@RichardMontgomery 3 года назад
I am new to this all, if you plug the input into one screen and power into the other, how does the other screen get the signal?
@haya6051
@haya6051 3 года назад
Would the matrix bonnet work with a lithium ion battery source instead?
@TFJ2024
@TFJ2024 2 года назад
How can I do this but for stock tickers? Thanks a lot
@JoeMurphyComedy
@JoeMurphyComedy 3 года назад
Is anyone building and selling these?
@tronleverette2950
@tronleverette2950 4 года назад
Can you make a scoreboard the keep score on the cornhole game with the same technology
@fetch872
@fetch872 4 года назад
What ruler is that?
@Howchoo
@Howchoo 4 года назад
Digi-Key gave me that at the Bay Area Maker Faire, but I believe they sell them on their site for like $5. :)
@sdmilliken
@sdmilliken 3 года назад
Would this be capable of running on an Adafruit Matrix Porrtal which attaches directly to the LED 64x32 display?
@Howchoo
@Howchoo 3 года назад
I don’t see why not!
@harryreinhardt490
@harryreinhardt490 3 года назад
This is all confusing to me haha but I do have a question about the display… can this be hooked to any display where it mimics more like a tv screen instead of the spaced led lights?
@jonnymcverde
@jonnymcverde 3 года назад
Hello, I loved your video so I attempted to make it also. I wanted to make the MLB one. I followed all the steps and got everything you did. Its working but the issue i have is on the 64x32 5mm led it is showing the same thing like it was 2 32x32. I have spent days reading everything i could to get it to work and started from scratch and still happened. im sure its something small but any help to get the full 64x32 would be greatly appreciated. I want to give it as a gift before opening day. Looking forward to more of your videos!
@WestCoastAce27
@WestCoastAce27 3 года назад
I’ve been looking for a project to get a Pi for... he shoots, he scores!
@TonyMidniteUSMC
@TonyMidniteUSMC 4 года назад
If you are selling them completed lol let me know
@tlabus
@tlabus 3 года назад
You paid way too much for that panel though. You can get P5's for $15 all over the place.
@Howchoo
@Howchoo 3 года назад
Yeah I ordered some cheaper panels to mess around with but the colors and refresh rate weren't as nice-especially when scrolling text or animating. But you can definitely find cheaper panels out there.
@sarahcoppiellie1018
@sarahcoppiellie1018 4 года назад
I had a Pi 4 laying around that I'm using while I'm waiting for my pi zero to show up. I ran "sudo apt-get install git pytho" and it gives me "E: Unable to locate package Pytho". I tried "get update" and "get Upgrade" a couple times but with no success. Any suggestions?
@Howchoo
@Howchoo 4 года назад
It’s python, not pytho ;)
@mscheit1
@mscheit1 Год назад
Do you make/sell these??
@GetOutSmore
@GetOutSmore 4 года назад
Is it possible to have multiple teams and possibly multiple sports without knowing anything about coding?
@Howchoo
@Howchoo 4 года назад
Probably not (at least until that functionality is added to the core library), but this is a perfect project to learn some coding on :)
@b-gill9224
@b-gill9224 2 года назад
Is this basically a tydbyt?
@benwilliams1157
@benwilliams1157 3 года назад
Can the code be updated to work across multiple boards connected together?
@thomchas
@thomchas 2 года назад
Im using 2 P3 boards side by side and is working great. In your startup command line you need to add - -led-chain=2
@peteylopez6818
@peteylopez6818 2 года назад
How do you do mlb and nba?
@PlasmaJunkie
@PlasmaJunkie 4 года назад
When I first watched this video I got excited about making an NFL game score ticker, but then Tom Brady went to Tampa and I never want to hear about football again.
@Howchoo
@Howchoo 4 года назад
Haha. Don't worry, even Tom Brady can't make our team not terrible.
@JimiBrown9
@JimiBrown9 4 года назад
I am so close to being done but I am having trouble finishing the last part “start up script”. I was able to reach this point using a monitor and keyboard. I need help please.
@Howchoo
@Howchoo 4 года назад
Sorry I missed this-what's the specific issue you're having?
@duvallicious
@duvallicious 3 года назад
@howchoo First of all, thanks so much for the guide! I am having an issue. I am fairly new to python and when I try to run the test scripts to make sure my matrix is working, I'm getting the error where it doesn't recognize "main.py". Any tips on what's going wrong? I feel like I am doing something wrong but I just followed the guide. Thanks for your help!
@Scholl36
@Scholl36 2 года назад
Did you ever figure out the solution to this? Currently dealing with this issue
@killermon117
@killermon117 4 года назад
THIS IS FUCKING LIT
@patmillman7255
@patmillman7255 4 года назад
Is there an AFL API? I'm an Australian, and this'd be great for a birthday present!
@Howchoo
@Howchoo 4 года назад
Yep, I found documentation for one here: www.programmableweb.com/api/afl-mobile-web-services - there might be more official documentation elsewhere
@lysergicpillamyd483
@lysergicpillamyd483 3 года назад
Quick question if someone can answer, I have everything up and running included the on/off switch and the anti flicker mod, my problem is that sometimes my scoreboard randomly turns on by itself. Any ideas as to why?
@Howchoo
@Howchoo 3 года назад
Weird! I would check the button connections-the button itself might be bad or there might be a loose connection or short. If you have more buttons, swapping it out with a new one is the fastest way to test.
@WhalerMatt78
@WhalerMatt78 3 года назад
Have you ever built these with a OLED 2.8" Display and a PI Nano? I want to create a generic scoreboard for football and baseball for a train display with the game clock counting down quarters or innings and scores getting added at certain times. I would really appreciate any help you can throw my way!
@DIYReid
@DIYReid Год назад
I don't see why you can't buy a 2.8" display. It's like a monitor so it'll display it to the size of the screen.
@RyanMartin-iw1ii
@RyanMartin-iw1ii 4 года назад
I wanted to add an LED power indicator to this board since it takes so long to boot. i want to know that the Pi is booting, so I want some sort of indicator. Is there a way to make this happen?
@Howchoo
@Howchoo 4 года назад
Absolutely! I made a video and guide on this :) ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-B2SN_BF4MRQ.html The guide is in that video description. The display bonnet covers the Raspberry Pi's pins, but Adafruit moved some off to the side for you to access.
@chittychad18
@chittychad18 4 года назад
I haven’t tried a pi but would this work with arduino?
@Howchoo
@Howchoo 4 года назад
The NHL library is coded for the Raspberry Pi, but there are other libraries for this panel that run on Arduino-none for NHL though AFAIK.
@Peter-xx4be
@Peter-xx4be 3 года назад
How can I do this for live Nba scores?
@Himothyproductions13
@Himothyproductions13 3 года назад
Probably
@michaelreed6953
@michaelreed6953 4 года назад
Could you do nfl teams
@peterm.4026
@peterm.4026 4 года назад
Hi at 8:40 you talk about the pitch fork connectors you're just saying that the pitch forks are too wide/long and if it touches something else for some reason you could screw up your raspberry pi right? Thanks so much!
@Howchoo
@Howchoo 4 года назад
Correct, just be careful to make sure they don’t touch anything metal that they aren’t supposed to-and make sure power is disconnected before connecting them. :)
@peterm.4026
@peterm.4026 4 года назад
@@Howchoo thanks! Look forward to more stuff from you I followed all your social media I feel like a stalker lol
@carolmonroe7534
@carolmonroe7534 4 года назад
I know it's step by step and should be fairly easy to complete if one knows what they are doing, but will you ever make a video on the script steps?
@Howchoo
@Howchoo 4 года назад
Probably not in this case-the biggest issue is that software is constantly evolving. So if they released a new library, my steps would no longer work and I'd need to make a new video. For that reason, I do provide a full step-by-step text and photo guide (in the video description), which is much easier to update than shooting and editing a new video each time. :)
@davidmoore9162
@davidmoore9162 3 года назад
Can you use an HD monitor? I assume yes
@ophello
@ophello 3 года назад
Why would you want to? Completely defeats the purpose.
@frums551
@frums551 4 года назад
Excellent tutorial, I was able to recreate everything except the housing. The two websites I checked for 3D printing had quotes ~$300. My public library has a service that I'll try when they reopen. If anyone has low cost solutions for the housing I'd love to hear them!
@Howchoo
@Howchoo 4 года назад
Yes, please try your library out-using and supporting their 3D printing services will allow them to offer them more :)
@the14thdalailama75
@the14thdalailama75 4 года назад
Hello, does this work with the MLB yet? I saw you were trying to make it work.
@Howchoo
@Howchoo 4 года назад
Yep! Search for the “mlb-led-scoreboard” repository on GitHub. We’ll be releasing a video for this towards the end of April, after baseball season has started
@trevorlbeck
@trevorlbeck 4 года назад
I been wanting something like this.
@darren7650
@darren7650 4 года назад
I'd like to use the larger 6mm pitch matrix display. Could the 3D housing be enlarged easily to accommodate the larger panel? If so, how?
@Howchoo
@Howchoo 4 года назад
Traxxtar You can’t scale the housing easily because the screw holes won’t line up, but you could find another housing for it that someone has already designed. Search “6mm pitch” or “P6” on Thingiverse
@darren7650
@darren7650 4 года назад
@@Howchoo Thanks! I hobby in microelectronics and want one for College football. I'll see about having my son-in-law write a library to scrape those results. That said, this project of yours if fantastic!
@chaosgaming6389
@chaosgaming6389 4 года назад
I am seeing a lot of recommended items out of stock...are there updates with in stock items?
@Howchoo
@Howchoo 4 года назад
You might need to search around a bit-maybe check Adafruit’s site directly?
@chaosgaming6389
@chaosgaming6389 4 года назад
@@Howchooyeah went there and out of stock
@getb7492
@getb7492 4 года назад
Woah, that looks awesome. Thank you for this video
@Howchoo
@Howchoo 4 года назад
Glad you enjoyed it! Hopefully hockey starts up again soon (when it's safe, of course) :)
@ivano0909
@ivano0909 4 года назад
Can this be done on a 1920x1080 PC monitor instead?
@Howchoo
@Howchoo 4 года назад
Ivano Franchetto Not using this library-this one is specifically for an LED panel
@MintusaurusRex
@MintusaurusRex 3 года назад
@@Howchoo I too am interested in this. Do you have any suggestions?
@Eracer8
@Eracer8 4 года назад
I am so close... I can see my Pi connected to my wireless router, but when I open putty and put in the ip address it times out... any help would be appreciated
@Eracer8
@Eracer8 4 года назад
PuTTy Fatal Error Network error: Connection timed out
@Howchoo
@Howchoo 4 года назад
@@Eracer8 Sorry I missed this. Can you try connecting the Pi to an HDMI monitor and keyboard and see if it's booting correctly and getting a connection? Like try running `ifconfig` or `ping google.com` from the command line.
@Eracer8
@Eracer8 4 года назад
@@Howchoo I did end up getting my board running! I have yet to figure out the flicker though... I made the hardware mod. Not sure how or where to input the software change.?
@Howchoo
@Howchoo 4 года назад
@@Eracer8 Awesome. Here's the software bit you need to do after the hardware part of the anti-flicker mod: howchoo.com/g/otvjnwy4mji/diy-raspberry-pi-nhl-scoreboard-led-panel#optional-anti-flicker-mod
@Itsjustsports05
@Itsjustsports05 4 года назад
Trying to troubleshoot at the moment. When running any of the samples (or the live scoreboard), all I get is the same random blocks of pixels on my led board. Any ideas?
@Howchoo
@Howchoo 4 года назад
Is your power supply connected? What do the blocks look like? Any errors being output? Is this an Adafruit screen?
@Itsjustsports05
@Itsjustsports05 4 года назад
howchoo yes power supply is connected. The “blocks” I mean are just random colored patterns. Have it set up like yours with adafruit 5mm board. Edit: It displays the pattern anytime I try to run the script. The board goes back to idle/no lights when nothing is running
@Itsjustsports05
@Itsjustsports05 4 года назад
howchoo the pi shows that it’s refreshing game overview, but all the scoreboard shows is currently 2 thick red lines toward the bottom. Thinking maybe the bonnet is bad?
@Howchoo
@Howchoo 4 года назад
@@Itsjustsports05 So this sounds like a hardware issue-one of the connections, the bonnet, or the display itself is bad.
@jaybertx
@jaybertx 4 года назад
@@Itsjustsports05Even though this is a month old I figured I'd pop in - I had an issue with the connection between the pi and the bonnet. If I wiggled the bonnet I could find the sweet spot where it displayed properly
@scicco21
@scicco21 4 года назад
Thank you very much for this. The parts list, detailed video and text walk through, and the devs at github all made this super easy. Just finished mine and can't wait to add the MLB scoreboard as well.
@odellsteen3451
@odellsteen3451 2 года назад
Can I connect multiple paneles to make larger signs?
@thomchas
@thomchas 2 года назад
Not sure how many you can add but I have 2 P3 panels across. You will need to add this to your startup command line --led-chain=2
@TomsRiDICKulousThings
@TomsRiDICKulousThings Год назад
Hi, how many screens could you contol with one Raspberry Pi?
Далее
2 Retro Clocks with an ESP32 (Couldn't be simpler!)
5:37
Things you can make from old, dead laptops
19:03
Просмотров 12 млн
МОЮ ТАЧКУ РАЗБИЛИ...!
39:06
Просмотров 281 тыс.
How to Build a Massive LED Wall on a Budget
14:30
Просмотров 349 тыс.
Raspberry Pi and Spotify Powered Frame
14:13
Просмотров 41 тыс.
Первое включение Raspberry pi Zero W
32:24
Screen share ANYTHING to this matrix! (Pi Pico)
8:07
Просмотров 118 тыс.
How To Make a DIY Tidbyt Display for HALF the Price?!
11:25
12 Brilliant Cyberdecks to try using Raspberry Pi!
8:53
How does an RGB LED Matrix work?
11:36
Просмотров 41 тыс.
I’m Never Buying LEDs Again! EASY DIY WLED!
13:11
Просмотров 1,3 млн
МОЮ ТАЧКУ РАЗБИЛИ...!
39:06
Просмотров 281 тыс.