Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speaker is not discoverable #58

Open
laibulle opened this issue Oct 17, 2018 · 1 comment
Open

Speaker is not discoverable #58

laibulle opened this issue Oct 17, 2018 · 1 comment

Comments

@laibulle
Copy link

laibulle commented Oct 17, 2018

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

● 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".

But no device was found on my Mac or my Iphone.

The config.ini is

[bt_speaker]
play_command = aplay -f cd -
connect_command = /etc/bt_speaker/hooks/connect
disconnect_command = /etc/bt_speaker/hooks/disconnect

[bluez]
device_path = /org/bluez/hci0
discoverable = yes

[alsa]
enabled = yes
mixer = PCM
id = 0

Did I miss something ?

@estreetworkshop
Copy link

I had the same problem, and used the pairing procedure under prerequisites here:
https://github.com/bablokb/pi-btaudio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants