-
Notifications
You must be signed in to change notification settings - Fork 101
Setting up hands‐free calling
ItsJustAGitHubMichealWhosGonnaSeeIt5Ppl edited this page Oct 11, 2024
·
3 revisions
- Microphone
- External Bluetooth adapter (Tested adapters below)* Some Pi's do support calling, try removing ofono before buying an adapter
- TP-LINK UB4A
-
run
sudo nano /etc/modprobe.d/raspi-blacklist.conf
-
Add the following lines
blacklist btbcm
blacklist hci_uart
- Save and close
For some reason oFono causes the switch to HFP to fail, so it must be removed.
- run
sudo apt purge ofono
Reboot!
- Open terminal and run
bluetooth ctl
- run
list
and confirm only one device appears. If two devices (controllers) appear, you have not disabled the onboard bluetooth. - run
power on
to turn on the bluetooth adapter (may already be on) - run
discoverable on
to allow your phone to find your Pi. - On your phone, connect to your Pi.
- Once you attempt to connect to your Pi, you should see a prompt appear on both the Pi and the phone asking you to confirm a pin. Confirm the Pin on the Pi first!.
- Wait 10 - 15 seconds, and close any remaining Bluetooth connection prompts.
- Confirm that audio and calling works.
This can be caused by having both the microphone and audio output connected to the same sound card, try connecting to another sound card (or the internal one)