Connecting Raspberry Pi with the Bluetooth keyboard

From Wiki
Revision as of 10:32, 2 February 2018 by Root (Talk | contribs)

Jump to: navigation, search

Introduction

BTblue.png
This Bluetooth keyboard can be widely applied not only in Windows, Android but Raspberry Pi. There are detailed user manual that attached in Windows and Android, here is the method of connecting to Raspberry Pi.

Connecting Raspberry Pi with the Bluetooth keyboard

Switch on the keyboard and connect with power supply; press Fn and C at the same time to turn on Bluetooth. Then power on the Raspberry Pi that is connect with screen and cursor mouse.

The First Method: Raspberry Interface

Firstly, click the Bluetooth icon at the upper right corner. Click Turn On Bluetooth at the pop-up window;
BT1.png
Secondly, click the Bluetooth icon again, click Add Device at the pop-up window;

BT2.png

Then there will pop-up a window, the Raspberry Pi began to search Bluetooth devices. When there appear Bluetooth 3.0 Keyboard, it is this one. Choose Bluetooth 3.0 Keyboard, click Pair to pairing.

BTxzlyjp.png

Then there will appear the pairing passwords, input the six passwords (951169 in the picture) and click Enter.
BTmm.png
Creating connection:
Connection...png
Connected successfully!
Success.png
Now you can use the Raspberry Pi by Bluetooth keyboard and touch pad conveniently.
BTtooth.png

The Second Method: Termination Connection

Login the Raspberry Pi terminal and begin to allocate Bluetooth:

pi@raspberrypi:~ $ sudo bluetoothctla
[Bluetooth 3.0 Keyboard]# agent on
[Bluetooth 3.0 Keyboard]# default-agent

Search for Bluetooth device:

[Bluetooth 3.0 Keyboard]# scan on
BT2.1.png

When it search the Bluetooth 3.0 Keyboard, this is it. Choose Bluetooth 3.0 Keyboard, it will stop to search.

[bluetooth]# scan off

Trust in the device:

[bluetooth]# trust 50:E6:66:2E:59:EB

Connect to the device:

[bluetooth]# connect 50:E6:66:2E:59:EB

Connect successfully!

BT2.2.png

There will pop-up a window, click “OK” on it.

BT-2.png

There will pop-up a window that appears “Connected successfully”, click “OK” below it.

BT-1.png

Now you can use the Raspberry Pi by Bluetooth keyboard and touch pad conveniently.