Pi Zero 2 W Roon Bridge Tutorial

Here’s some information on how I put together a Roon Bridge for my Home Theater System. It was a fun little DIY project and I’m happy with the results. Hopefully others will find this write-up helpful.

I wanted a small device that I could tuck away behind my AV Receiver. I decided to go with a Pi Zero 2 W and the miniBOSS DAC Hat from Allo. I also found this nifty little case that was purpose built to house them:

Untitled picture

Not everything needed to purchased “brand new” for this project. I had an unused Chromecast Ultra power supply that could perform double-duty: Micro USB power and 100Mbps ethernet. In my ocean of spare cables I found a short pair of RCA from JDS Labs. Finally, I chose a random 32GB microSD card from the junk drawer in my computer desk. (I wouldn’t go less than 16GB for this purpose.)

Parts List:

First things first, we need to get everything assembled.

NOTE: None of the US resellers for the Pi Zero 2 W offer a model with headers pre-installed, so you’ll need to handle this. If you’ve never soldered before, this is not the worst project to learn on. There are plenty of tutorial videos on YouTube, even one from Raspberry Pi Foundation itself. If you’re dead set against it… you can use Hammer Headers and an Installation Jig.

Use the standoffs and bolts included with the miniBOSS DAC HAT and attach it to the Pi Zero 2 W. (Don’t bother putting it in the case for now, as it prevents easy access to the microSD card.) Speaking of which, now is a good time to prep the card.

NOTE: I’m going to run this setup “headless” (no display or peripherals) and connect to the Pi through SSH. That influences some choices I make when setting up the card. I’m also choosing to run 64-bit because the Pi Zero 2 W supports it and I wanted to see if would run Roon Bridge armv8.

Writing image to the microSD card:

  1. Download and install the Raspberry Pi Imager.
  2. Connect your microSD card through your favorite method and launch the Raspberry Pi Imager.
  3. Click the “CHOOSE OS” button. Under the “Raspberry Pi OS (other)” section, select “Raspberry Pi OS Lite (64-bit)”
  4. Click the “CHOOSE STORAGE” button and select the device that corresponds to your microSD card.
  5. Click the Gear Icon in the lower right-hand corner. IMPORTANT!
  6. Select the check box for “Enable SSH”.
  7. Set the password for the pi user and click the “SAVE” button.
  8. Click the “WRITE” button and follow the prompts to finish writing the image.

Now let’s get the Pi connected to the network and powered on:

  1. Make sure your microSD card is loaded into the Pi.
  2. Plug an ethernet cable into the Chromecast Ultra adapter, connect the other end to an available port on your LAN.
  3. Plug the Chromecast Ultra adapter into a power outlet.
  4. Plug the Micro USB cable from the Chromecast Ultra adapter in the Pi. (Make sure it’s NOT the port closest to the end. IMPORTANT!)

Now you need to find the IP Address of your Pi on the network. There are a couple ways to go about this:

  • By default the hostname your Pi should be “raspberrypi.local”. Try pinging this and see if it comes back with an IP.
  • Login to your router. Most have a way to show all the currently connected hosts.

Once you got the IP Address, let’s get connected through SSH and finish the setup.

First, we need to edit the /boot/config.txt file. This will allow us to enable the miniBOSS DAC Hat and disable some things we don’t need. (Well, I don’t need them.) Bluetooth, WiFi and HDMI audio are getting switched off. Below is a snippet of the file with the changes I made:

...
# Enable audio (loads snd_bcm2835)
dtparam=audio=off
dtoverlay=allo-boss-dac-pcm512x-audio

# Disable Bluetooth/WiFi
dtoverlay=disable-bt
dtoverlay=disable-wifi

# Automatically load overlays for detected cameras
camera_auto_detect=1

# Automatically load overlays for detected DSI displays
display_auto_detect=1

# Enable DRM VC4 V3D driver
dtoverlay=vc4-kms-v3d,audio=off
max_framebuffers=2
...

Now reboot the Pi (sudo reboot -r now) and get reconnected through SSH. Let’s see if our miniBOSS DAC Hat is working:

pi@raspberrypi:~ $ aplay --list-devices
**** List of PLAYBACK Hardware Devices ****
card 0: BossDAC [BossDAC], device 0: Boss DAC HiFi [Master] pcm512x-hifi-0 [Boss DAC HiFi [Master] pcm512x-hifi-0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

Fantastic! ALSA has detected our DAC. Now let’s get the necessary software installed by running the following commands:

sudo apt update && sudo apt upgrade -y
wget https://download.roonlabs.net/builds/roonbridge-installer-linuxarmv8.sh
chmod +x roonbridge-installer-linuxarmv8.sh
sudo ./roonbridge-installer-linuxarmv8.sh

And that should be it. Let’s check the status of our new Roon Bridge:

pi@raspberrypi:~ $ systemctl status roonbridge
● roonbridge.service - RoonBridge
     Loaded: loaded (/etc/systemd/system/roonbridge.service; enabled; vendor preset: enabled)
     Active: active (running) since Sat 2022-06-11 21:28:26 EDT; 23h ago
   Main PID: 567 (start.sh)
      Tasks: 30 (limit: 191)
        CPU: 4min 59.349s
     CGroup: /system.slice/roonbridge.service
             ├─567 /bin/sh /opt/RoonBridge/start.sh
             ├─571 RoonBridge --debug --gc=sgen --server RoonBridge.exe
             ├─584 RoonBridgeHelper --debug --gc=sgen --server RoonBridgeHelper.exe
             ├─590 /opt/RoonBridge/Bridge/processreaper 584
             └─595 RAATServer --debug --gc=sgen --server RAATServer.exe

Now you can shutdown the Pi (sudo shutdown -h now) and disconnect the power. Install your completed Roon Bridge into it’s new case and hook it up to your amplifier. Reconnect the power and in a few minutes you should see it available in Roon:
Untitled picture 2

9 Likes

Shame you can’t buy a Zero 2 W for love nor money at the moment, I got an update from CPC saying not in stock until Jan 2024.

Nice work there so thanks for creating.
I’m sure when people can get hold of these it will help with the setup.

:open_mouth:

FWIW there were a few available today…

https://twitter.com/rpilocator/status/1589979630399799296?s=20&t=HOo4lLLnn2zUVwxSc5rNdA

Has anyone done this with a Pi Zero W? I have one with a Raspiaudio card that would be nice to setup.
Note that the Roon Bridge plugin on Volumio won’t support the arm version of Pi Zero W, so I am looking for an alternative. Thanks!

You’ll need to utilize the armv7hf build of Roon Bridge and 32-bit Raspberry Pi OS, but it should work.

Hello,

Apologies for resurrecting this thread, but it will be very useful to me.

I have a Bluetooth speaker, Audio Pro T3, and I’m considering hiding a Raspberry Pi Zero 2 W and an Allo Miniboss DAC inside it.

I’ve tried with a RPI 2 connected to the 3.5mm output, and it’s a disaster; there’s a lot of interference noise, and it doesn’t sound good. I powered it with the speaker’s battery, but it works.

That’s why I’m considering trying with a DAC.

The question is about the performance of the Zero’s Wi-Fi. Does it work normally? Does it play 192Khz 24-bit files without interruptions? DSD 64? 128?

And another question, will there be interference by putting it inside the speaker?

Thank you very much.

The WiFi on the Pi Zero 2 W is perfectly serviceable. I’m sure you’ll get some attenuation from having it live in the case, but it should be fine. 192KHz 24bit audio is 9Mbps… so as long as you get better than that, you’ll be fine. (I think the maximum link speed achievable is 72Mpbs.)

Unfortunately, everything you’ve asked falls into the “you won’t really know until you tried it” camp. But it sure sounds like a fun project!

Just received today the Zero 2 W, and waiting for the Miniboss.
Meanwhile, I am in trouble installing Ropieee. It can’t connect to my WiFi.
Don’t know why. Investigating…

Thanks for your recommendation @kopas