Skip to content

Instantly share code, notes, and snippets.

@semaf
Created November 4, 2017 22:05
Show Gist options
  • Save semaf/097909bb4882b4078b3207ad0de510ee to your computer and use it in GitHub Desktop.
Save semaf/097909bb4882b4078b3207ad0de510ee to your computer and use it in GitHub Desktop.
Rapoo Bluetooth Keyboard
pi@raspberrypi:~ $ bluetoothctl
[NEW] Controller B8:2A:7D:DA:11:13 pi3 [default]
[bluetooth]# agent on
Agent registered
[bluetooth]# pairable on
Changing pairable on succeeded
[bluetooth]# scan on
Discovery started
[NEW] Device 6C:5D:63:22:60:75 70-10-00-1A-92-20
[CHG] Device 6C:5D:63:22:60:75 LegacyPairing: no
[CHG] Device 6C:5D:63:22:60:75 Name: E6350
[CHG] Device 6C:5D:63:22:60:75 Alias: E6350
[CHG] Device 6C:5D:63:22:60:75 LegacyPairing: yes
...
bluetooth]# scan off
Discovery stopped
[bluetooth]# pair 6C:5D:63:22:60:75
Attempting to pair with 6C:5D:63:22:60:75
[CHG] Device 6C:5D:63:22:60:75 Connected: yes
[agent] PIN code: 963064
--> Pin-Eingabe + Return auf der Tastatur <--
[CHG] Device 6C:5D:63:22:60:75 Paired: yes
Pairing successful
[bluetooth]# trust 6C:5D:63:22:60:75
Changing 6C:5D:63:22:60:75 trust succeeded
[bluetooth]# connect 6C:5D:63:22:60:75
Attempting to connect to 6C:5D:63:22:60:75
Connection successful
[bluetooth]# info 6C:5D:63:22:60:75
Device 6C:5D:63:22:60:75
Name: E6350
Alias: E6350
Class: 0x002540
Icon: input-keyboard
Paired: yes
Trusted: yes
Blocked: no
Connected: no
LegacyPairing: yes
UUID: Service Discovery Serve.. (00001000-0000-1000-8000-00805f9b34fb)
UUID: Human Interface Device... (00001124-0000-1000-8000-00805f9b34fb)
UUID: PnP Information (00001200-0000-1000-8000-00805f9b34fb)
Modalias: usb:v0A5Cp8502d011B
[bluetooth]# exit
##########################
To setup the Keyboard in German:
pi@raspberrypi:~ $ sudo nano /etc/default/keyboard
Find:
XKBLAYOUT=”gb”
and change to
XKBLAYOUT=”de”
and save it. Than reboot your Raspberry Pi
pi@raspberrypi:~ $ sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment