Bluetooth keyboard using this method, it should still be possible to connect your keyboard
using the command window.
For more information, see:
https://www.raspberrypi.org/forums/viewtopic.php?t=122872&p=827342
Open a command window, and type in the commands shown below in
bold red
text. The
other text shows the sorts of prompts, etc., that you should see at each stage of the
process.
Note, before starting the Bluetooth scan, ensure that the keyboard is in pairing
mode by pressing the ‘Connect’ button on the underside of the keyboard (the Bluetooth
LED should start to flash).
When entering the ‘pair’ command, you will need to replace the MAC address shown with
the MAC address of your keyboard.
When you see the line shown in
bold blue
, enter the requested PIN code using the
Bluetooth keyboard and hit ‘Enter’. This should complete the pairing process.
pi@raspberrypi:~ $
sudo hciconfig hci0 down
pi@raspberrypi:~ $
sudo hciconfig hci0 up
pi@raspberrypi:~ $
bluetoothctl
[NEW] Controller B8:27:EB:20:99:D6 raspberrypi [default]
[bluetooth]#
agent on
Agent registered
[bluetooth]#
default-agent
Default agent request successful
[bluetooth]#
pairable on
Changing pairable on succeeded
[bluetooth]#
scan on
Discovery started
[CHG] Controller B8:27:EB:20:99:D6 Discovering: yes
[NEW] Device 6C:5D:63:22:42:BA Rapoo E6700
[bluetooth]#
pair 6C:5D:63:22:42:BA
Attempting to pair with 6C:5D:63:22:42:BA
[CHG] Device 6C:5D:63:22:42:BA Connected: yes
[agent]
PIN code: 383012
[CHG] Device 6C:5D:63:22:42:BA Modalias: usb:v0A5Cp8502d011B
[CHG] Device 6C:5D:63:22:42:BA UUIDs:
00001000-0000-1000-8000-00805f9b34fb
00001124-0000-1000-8000-00805f9b34fb
00001200-0000-1000-8000-00805f9b34fb
[CHG] Device 6C:5D:63:22:42:BA Paired: yes
Pairing successful
[CHG] Device 6C:5D:63:22:42:BA Connected: no
[CHG] Device 6C:5D:63:22:42:BA Trusted: yes
[CHG] Device 6C:5D:63:22:42:BA Connected: yes
[bluetooth]#
quit
Agent unregistered
[DEL] Controller B8:27:EB:20:99:D6 raspberrypi [default]
pi@raspberrypi:~ $