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

From Wiki
Jump to: navigation, search
Line 1: Line 1:
 
=='''Introduction'''==
 
=='''Introduction'''==
 +
[[File:BTblue.png]]<br>
 
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.<br>
 
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.<br>
 
=='''Connecting Raspberry Pi with the Bluetooth keyboard'''==
 
=='''Connecting Raspberry Pi with the Bluetooth keyboard'''==
Line 5: Line 6:
 
===The First Method: Raspberry Interface===  
 
===The First Method: Raspberry Interface===  
 
Firstly, click the Bluetooth icon at the upper right corner. Click Turn On Bluetooth at the pop-up window;<br>
 
Firstly, click the Bluetooth icon at the upper right corner. Click Turn On Bluetooth at the pop-up window;<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>
 
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>
 
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>
 
Creating connection:<br>
 
Creating connection:<br>
+
[[File:connection...png]]<br>
 
Connected successfully!<br>
 
Connected successfully!<br>
+
[[File:success.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>
 
===The Second Method: Termination Connection===
 
===The Second Method: Termination Connection===
 
Login the Raspberry Pi terminal and begin to allocate Bluetooth:<br>
 
Login the Raspberry Pi terminal and begin to allocate Bluetooth:<br>
Line 25: 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>
 
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 33: 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>
 
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>
 
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>
 
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>

Revision as of 10:32, 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.