Last active
February 7, 2017 00:33
-
-
Save st-f/d0cbef2ea73bb2523b9418d30ffb29ad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
systemctl status bluetooth | |
sudo systemctl start bluetooth | |
sudo apt-get install bluetooth bluez-utils blueman bluez python-gobject python-gobject-2 | |
sudo usermod -G bluetooth -a pi | |
sudo apt-get install blueman | |
cat /etc/group | grep bluetooth | |
sudo chmod +x /bin/connect-bluetooth.sh | |
sudo nano /etc/udev/rules.d/10-local.rules | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment