I have a raspberry pi 3 B+, I did a fresh install and run the script as mentioned in documentation.
The service is started
● bt_speaker.service - "Simple bluetooth speaker for the Raspberry Pi"
Loaded: loaded (/opt/bt-speaker/bt_speaker.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2018-10-17 18:47:08 UTC; 1min 34s ago
Main PID: 452 (bt_speaker.py)
CPU: 578ms
CGroup: /system.slice/bt_speaker.service
├─452 /usr/bin/python /opt/bt-speaker/bt_speaker.py
├─454 /bin/sh -c aplay -f cd -
└─455 aplay -f cd -
Oct 17 18:47:08 raspberrypi systemd[1]: Started "Simple bluetooth speaker for the Raspberry Pi".
Hello,
I have a raspberry pi 3 B+, I did a fresh install and run the script as mentioned in documentation.
The service is started
But no device was found on my Mac or my Iphone.
The config.ini is
Did I miss something ?