Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Hardware

Joel Joannisse edited this page Feb 25, 2020 · 5 revisions

There are many ways to build this scoreboard and here I'll post the different setups the community tested and the we know work.

Bill of material

What you need is basically.

Choosing the right LED matrix board.

Matrix board comes in different size and they are defined by the spacing between each LED. So when you see a 64x32 P3 LED matrix, this means there is 3mm separating each LED. This is really important because the closer the LED are from each other the harder it is to read from a distance.

  • P3: Optimal distance is about 2 meters (6.5 feet). Perfect for desktop and small room.
  • P4: Great for any indoor situation. It might be a bit too large for desktop.
  • P5: Perfect for Garage and workshops. Great for indoor and outdoor.
  • P6: Optimal for outdoor, like displayed from a window or on a balcony.

Where to buy

If you are new to the world of electronics, I strongly recommend ordering your matrix from a reputable seller like Adafruit and Sparkfun. They are more expensive, but you are sure to have a matrix that was tested and will work.

Adafruits Matrix boards

Of course, you can buy these kinds of matrix a bit everywhere now. Aliexpress is filled with options and not all work with the Adafruit HAT/Bonnet or the rgb-led-matrix repository.

The specs to look for are:

  • Type of connector needs to be a HUB75
  • Scan rate of 1:16
  • Pixel configuration 1R 1G 1B

Even with these specs, there is a chance that the matrix board won't work for all sorts of reasons. If you order from these shops and have trouble running your board, look at the issues on the rgb-led-matrix repo and you might find a solution there.

Solderless setup

If you don't own a soldering iron, you can order a Raspberry Pi Zero WH with a pre-soldered header and the bonnet.

Power requirements

A single 32x16 or 32x32 RGB matrix, running full tilt (all pixels set white), can require nearly 4 Amps of current! Double that figure for a 64x32 matrix. From Adafruit 32x12 and 32x32 matrix guide.

So running a single 64x32 led matrix can pull up to 8A if all the led's brightness are set to 100% and the color is set to white. Keep that in mind if you play around with the rgb-led-matrix repo.

If you use a 4A power supply with this project, you should be fine as long as you keep the brightness under 60%.

Raspberry pi requirement

Find here the Power Consumption Benchmarks. As you can see in the benchmarks, each Pi models have different power consumption. Also Note that these benchmarks show an average power consumption. Computers and electronics have peaks in their consumption which means if you drive a Pi 3B+ for exemple, it will hover around 980mA for it might peak over 1100mA for fraction of seconds and that can cause damage to parts of your pi and/or corrupt your SD card.

We recommend powering your driving Raspberry Pi from the Pi's microUSB port but we do have a 1A diode on board that will automatically power the Pi if/when the voltage drops. So if you want, just plug in the 5V wall adapter into the HAT and it will automagically power up the Pi too! From the adafruit rgb matrix HAT guide.

As you can see, there is a way to power the Pi through the HAT (same for the Bonnet) as long the Pi don't need more then 1A (1000mA). That being said, that means...

Clone this wiki locally