Turn your Raspberry Pi into a Bluetooth hub to play your music through multiple bluetooth synced speakers 🔊🔊
- Demo
- Requirements 📜
- Your path to multi-devices sound on Linux ! 🔥
- Run from a fresh Raspberry install 🐍
- Comments
- Raspberry pi (model 3B used)
- Up to 4 speakers in bluetooth mode
- 4 bluetooth dongles (tested with Baseus USB Bluetooth adaptateur from Aliexpress)
- Android smartphone with the BlueBox app available on the Google Play Store
# install bluebox server and bluetool
git clone https://github.com/bluebox-insa/bluebox.git
cd bluebox && sudo make install
git clone https://github.com/bluebox-insa/bluetool.git
cd bluetool && sudo make install
# to configure and launch the server, please reboot
sudo reboot now
🚑 See here to reduce the latency between your speakers
- To configure the raspberry using bluebox app (https://github.com/bluebox-insa/bluebox-android-app), the smartphone and the raspberry must be connected on the same network. Please check ip address of your raspberry (same as flask server).
- Last version of the Bluebox application is also available in this repo : https://github.com/bluebox-insa/bluebox-android-app