Difference between revisions of "Connecting Raspberry Pi with the Bluetooth keyboard"

From Wiki
Jump to: navigation, search
Line 8: Line 8:
 
[[File:BT1.png]]<br>
 
[[File:BT1.png]]<br>
 
Secondly, click the Bluetooth icon again, click Add Device at the pop-up window;<br>
 
Secondly, click the Bluetooth icon again, click Add Device at the pop-up window;<br>
[[File:BT2.png]]<br>
+
[[File:BT2.png]]<br>
 
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.<br>
 
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.<br>
[[File:BTxzlyjp.png]]<br>
+
[[File:BTxzlyjp.png]]<br>
 
Then there will appear the pairing passwords, input the six passwords (951169 in the picture) and click Enter.<br>
 
Then there will appear the pairing passwords, input the six passwords (951169 in the picture) and click Enter.<br>
 
[[File:BTmm.png]]<br>
 
[[File:BTmm.png]]<br>
Line 26: Line 26:
 
Search for Bluetooth device:<br>
 
Search for Bluetooth device:<br>
 
  [Bluetooth 3.0 Keyboard]# scan on<br>
 
  [Bluetooth 3.0 Keyboard]# scan on<br>
[[File:BT2.1.png]]<br>
+
[[File:BT2.1.png]]<br>
 
When it search the Bluetooth 3.0 Keyboard, this is it. Choose Bluetooth 3.0 Keyboard, it will stop to search.<br>
 
When it search the Bluetooth 3.0 Keyboard, this is it. Choose Bluetooth 3.0 Keyboard, it will stop to search.<br>
 
  [bluetooth]# scan off<br>
 
  [bluetooth]# scan off<br>
Line 34: Line 34:
 
  [bluetooth]# connect 50:E6:66:2E:59:EB<br>
 
  [bluetooth]# connect 50:E6:66:2E:59:EB<br>
 
Connect successfully!<br>
 
Connect successfully!<br>
[[File:BT2.2.png]]<br>
+
[[File:BT2.2.png]]<br>
 
There will pop-up a window, click “OK” on it.<br>
 
There will pop-up a window, click “OK” on it.<br>
[[File:BT-2.png]]<br>
+
[[File:BT-2.png]]<br>
 
There will pop-up a window that appears “Connected successfully”, click “OK” below it.<br>
 
There will pop-up a window that appears “Connected successfully”, click “OK” below it.<br>
[[File:BT-1.png]]<br>
+
[[File:BT-1.png]]<br>
 
Now you can use the Raspberry Pi by Bluetooth keyboard and touch pad conveniently.<br>
 
Now you can use the Raspberry Pi by Bluetooth keyboard and touch pad conveniently.<br>
 +
[[File:BTtooth.png]]<br>

Revision as of 10:33, 2 February 2018

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.
BTtooth.png