Skip to content

Instantly share code, notes, and snippets.

@vicente-gonzalez-ruiz
Last active May 15, 2020 09:49
Show Gist options
  • Save vicente-gonzalez-ruiz/a330f19fda79d8e4b818204d5224c8f0 to your computer and use it in GitHub Desktop.
Save vicente-gonzalez-ruiz/a330f19fda79d8e4b818204d5224c8f0 to your computer and use it in GitHub Desktop.
# Activated device? By default, the RPi has the bluetooth activated.
# Activated service?
systemctl status bluetooth
# Pair a device
sudo bluetoothctl
scan on
pair <the listed device>
quit
# Disable at boot
echo "dtoverlay=pi3-disable-bt" | sudo tee -a /boot/config.txt
# Disable systemd service that initializes Bluetooth Modems connected by UART
sudo systemctl disable hciuart
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment