Skip to content

Instantly share code, notes, and snippets.

@wpsteak
Last active August 29, 2015 14:19
Show Gist options
  • Save wpsteak/1ac808896833b57d5faa to your computer and use it in GitHub Desktop.
Save wpsteak/1ac808896833b57d5faa to your computer and use it in GitHub Desktop.
raspberry pi connect bluetooth keyboard
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