Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.06 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.06 KB

Raspberry Pi Bluetooth-Audio Streamer

Raspberry Pi Bluetooth-Audio Streamer

A simple Bluetooth-Audio receiver that forward its content via iceCast2

Requirements

  • Raspberry Pi with Bluetooth support (tested with Raspberry Pi 2 and Plugable USB Bluetooth Adapter)
  • Raspbian Buster Lite (tested with 2020-02-13)

Installation

The installation script asks what to do

wget -q https://github.com/Project51At/rpi-bt-streamer/archive/master.zip
unzip ./master.zip
rm ./master.zip

cd rpi-bt-streamer-master
sudo chmod 774 ./install.sh
sudo ./install.sh

Bluetooth

The setup and management of the Bluetooth connection have been taken over from "rpi-audio-receiver" project (nicokaiser).

ToDo

  • ?

Disclaimer

References