This guide takes you from zero to a working SpotterBoard display, step by step. No programming experience needed.
What you'll need
Raspberry Pi 4, Pi 5, or Pi Zero 2 W
MicroSD card (8GB minimum, 16GB or larger recommended)
Waveshare 64×64 HUB75E LED matrix panel
Adafruit RGB Matrix Bonnet or Triple Bonnet
2×20 riser header — required. The Adafruit bonnets use a slim header, and without a riser they'll crash into the Pi.
5V power supply (at least 4A) for the panel
Power supply for the Pi
Ribbon cable with IDC connectors (usually supplied with the bonnet)
A computer
Your latitude and longitude coordinates
A cup of tea (optional) ☕
How the power supplies, Pi, bonnet, and panel connect
Step 1 — Download Raspberry Pi Imager
Go to raspberrypi.com/software and download the free Raspberry Pi Imager for your computer.
Windows — download and run the .exe installer
Mac — download and open the .dmg file
Step 2 — Flash your SD card
Insert your MicroSD card into your computer (use a USB adapter if needed)
Open Raspberry Pi Imager
Choose Device — select your Pi model
Click Next
Choose OS. For Pi 4 and Pi 5, the top option (with desktop) is easiest if you're not sure about SSH. If you're SSH-confident, choose "Raspberry Pi OS (other)" → Raspberry Pi OS Lite for a headless system. On a Pi Zero 2, Lite is recommended — it puts less demand on the Pi. Click Next
Click Choose Storage and select your MicroSD card. Click Next
Enter a hostname such as "SpotterBoard". Click Next
Use the default settings, or change to suit your location. Click Next
Fill in your details here and remember your password — you'll need it later for SSH! Click Next
Fill in your Wi-Fi details. Click Next
Important — make sure SSH is turned on (by default, as of July 2026, it already is). Click Next
Leave "Raspberry Pi Connect" switched off. Click Next
Review and correct any of your choices. Click Next
It'll ask if you're sure about erasing the storage media — if it's the right MicroSD card, click "I understand"
Wait for it to finish — this takes a few minutes
When done, safely remove the MicroSD card from your computer
Using a Pi Zero 2, or a headless Pi 4/5?Skip ahead to Step 5.
Step 3 — First boot: Pi 4 or Pi 5 (Desktop)
Insert the MicroSD card into your Raspberry Pi
Connect the LED panel to the ribbon cable, and the other end to the Pi via the bonnet — make sure it's firmly seated on port 1 if using a Triple Bonnet (address switch to the right). You'll need the 2×20 riser header — check alignment carefully.
Connect a monitor, mouse, and keyboard to the Pi
Power on the LED panel with its own power supply first
Then power on the Raspberry Pi
Wait about 60 seconds for the Pi to fully boot and connect to your network
Open Terminal from the Raspberry Pi desktop — top left of the screen, looks like a black TV screen
Step 4 — Install SpotterBoard
Now the easy part! Type these three commands one at a time, pressing Enter after each:
Your latitude — right-click your home on Google Maps and copy the first number
Your longitude — the second number from Google Maps
Search radius — how many miles around you to look for aircraft (20 is a good start)
The installer does everything automatically — a few minutes on a Pi 4 or 5, longer on a Zero 2. Just let it run. When it's done, the Pi reboots and starts SpotterBoard automatically. About 30 seconds after reboot, the display lights up with the boot screen, then starts showing live aircraft flying near you. From then on, SpotterBoard starts every time the Pi is powered on — no keyboard, mouse, or monitor needed. Enjoy!
Running headless?The next section is only for headless setups — skip ahead to Step 7 if you've just finished Step 4.
Step 5 — First boot: Pi Zero 2 (or Pi 4/5 headless)
Insert the MicroSD card into your Raspberry Pi
Connect the LED panel to the ribbon cable, and the other end to the Pi via the bonnet — firmly seated on port 1 if using a Triple Bonnet (address switch to the right). You'll need the 2×20 riser header — check alignment carefully.
Connect a monitor if you want to — the IP address will be displayed on screen, and you'll need it shortly. Once things are up and running, you can disconnect it.
Power on the LED panel with its own power supply first
Then power on the Raspberry Pi
Wait about 60 seconds for the Pi to fully boot and connect to your network
If you didn't plug in a monitor, you'll need to find the IP address your router gave your Pi.
Windows
Press Windows key + R, type cmd, press Enter
Type: ping spotterboard.local and press Enter
You should see a reply with an IP address like 192.168.1.45 — note this down
If that doesn't work, log into your router (usually at 192.168.1.1) and look for connected devices
Mac
Open Terminal (Cmd+Space, type "terminal")
Type: ping spotterboard.local and press Enter
You should see a reply with an IP address — note this down
Press Ctrl+C to stop the ping
Step 6 — Connect to your Pi with SSH
SSH lets you type commands into your Pi remotely from your computer — think of it as a remote control for your Pi.
Windows
Press Windows key + R, type cmd, press Enter
Type the following, replacing yourusername with the username you set in Step 2, and the IP address with yours: ssh yourusername@192.168.1.45
First time connecting, it'll ask "Are you sure you want to continue?" — type yes and press Enter
Enter the password you set in Step 2
You should see a command prompt — you're in!
Mac
Open Terminal (Cmd+Space, type "Terminal")
Type the following, replacing yourusername with the username you set in Step 2, and the IP address with yours: ssh yourusername@192.168.1.45
Type yes when asked, then enter your password
You should see a command prompt — you're in!
Step 7 — Install SpotterBoard
Now the easy part! Type these five commands one at a time, pressing Enter after each. The first two install git on the Lite OS, since it's not included by default.
The installer will ask you for your latitude, longitude, and search radius — same as before. It does everything automatically: a few minutes on a Pi 4 or 5, longer on a Zero 2. When it's done, the Pi reboots and starts SpotterBoard on its own — no keyboard, mouse, or monitor needed from here on. Enjoy!
Troubleshooting
Nothing showing on the display after reboot?
Check the bonnet is firmly seated on the Pi's GPIO pins, and that the panel has its own power supply switched on.
Can't find the Pi on the network?
Double-check your Wi-Fi name and password were entered correctly in Step 2 — they're case sensitive. Try again with a freshly flashed SD card.
No aircraft showing?
You might be in a quiet area. Try increasing the search radius — connect via SSH and type: