Conversation
Notices
-
!linux #NoteToSelf
Steps to connect a #bluetooth keyboard:
# apt-get install bluetooth
<Push connect button>
# hcitool scan →copy hex address to clipboard
# bluez-simple-agent hci0 <hex address>
RequestPinCode
Enter PIN Code: <Enter 4 digits>
<Enter same 4 digits at keyboard>
# bluez-test-input connect <hex address> yes
<finished>-
… !linux #NoteToSelf
To add "permanent trust" to the #bluetooth keyboard:
# bluez-test-input trusted <hex address> yes
(Source: http://www.correlatedcontent.com/blog/bluetooth-keyboard-on-the-raspberry-pi/)-
#bluetooth #notetoself
that should have been:
# bluez-test-device trusted <hex address> yes
Examples of bluetooth stuff working with !Debian Wheezy:
https://wiki.archlinux.org/index.php/Bluez4
show details of your bluetooth interface(s):
hciconfig -a
ping a bluethooth device (mouse…)
l2ping <hex address>
-
-