Raspberry Pi Bluetooth Receiver June 2026
I wanted a bluetooth receiver to play music on my amp, and I thought why buy one when I've get a perfectly good Raspberry Pi sitting around. I initially followed blogposts of other people doing similar stuff
- namely this one - which got the basics
working, but I'm now hooking up other features, including status LEDs, a web server to control it over LAN, and auto-playing
from a USB disc reader so I can play CDs with it.
Currently using bluez-alsa and a custom python script using D-Bus.