Last active
August 29, 2015 14:19
-
-
Save wpsteak/1ac808896833b57d5faa to your computer and use it in GitHub Desktop.
raspberry pi connect bluetooth keyboard
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
sudo apt-get install bluez python-gobject | |
sudo apt-get install bluetooth bluez-utils blueman | |
sudo apt-get install —reinstall aptdaemon | |
sudo vim /usr/bin/bluez-simple-agent | |
(replace ‘KeyboardDisplay’ with ‘DisplayYesNo’) | |
sudo vim /etc/bluetooth/input.conf | |
(time out => 0) | |
sudo echo 0000|sudo bluez-simple-agent hci0 E4:8B:7F:2A:F5:DD | |
http://elinux.org/RPi_Bluetooth_keyboard_setup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment