Bluetooth difficulties with rAudio on RPi 1 #72
vale-max
started this conversation in
Bug Reports
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
had some issues with bluetooth, on RPi1 in case it matters...
First thing is that the bluetooth service was not enabled after installation, and bluetoothctl hangs when the service is not started.
Solved simply with "systemctl enable bluetooth" however I'm reporting it as I do not know if the service was meant to be disabled or not.
The second difficulty was that my Android 10 phone kept asking for a PIN and whatever I tried the connection failed with wrong pin error.
On rAudio this error was logged:
I could not understand why it asked for a PIN as the agent capability (NoInputNoOutput) seems to be correct, so I quickly added three lines to /srv/http/bash/bluezdbus.py:
This way "0000" works as a PIN and the pairing is completed without errors.
Beta Was this translation helpful? Give feedback.
All reactions