File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,17 +11,19 @@ Tested on **Raspberry Pi Zero** (Raspbian LITE) using **Amazon Echo Dot** as a b
1111Run the following commands to install prerequisites and clone project source.
1212
1313``` shell
14- sudo apt install bluealsa
14+ sudo apt install bluealsa pulseaudio-module-bluetooth
1515sudo apt install python python-pip
1616pip install configparser
1717
18+ pulseaudio --start
19+
1820git clone https://github.com/kamranzafar/piprayer.git
1921```
2022
2123You could also download the latest piprayer release instead of cloning the repository.
2224
2325``` shell
24- wget -qO- https://github.com/kamranzafar/piprayer/archive/v0.3 .tar.gz | tar -xzf -
26+ wget -qO- https://github.com/kamranzafar/piprayer/archive/v0.4 .tar.gz | tar -xzf -
2527```
2628
2729### Configure Default Bluetooth Device
You can’t perform that action at this time.
0 commit comments