Difference between revisions of "Connecting Raspberry Pi with the Bluetooth keyboard"
(3 intermediate revisions by the same user not shown) | |||
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> | ||
− | pi@raspberrypi:~ $ sudo bluetoothctla<br> | + | pi@raspberrypi:~ $ sudo bluetoothctla<br> |
[Bluetooth 3.0 Keyboard]# agent on <br> | [Bluetooth 3.0 Keyboard]# agent on <br> | ||
[Bluetooth 3.0 Keyboard]# default-agent<br> | [Bluetooth 3.0 Keyboard]# default-agent<br> | ||
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 42: | ||
[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> | ||
+ | [[File:BTtooth.png]]<br> |
Latest revision as of 01:26, 3 February 2018
Contents
Introduction
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;
Secondly, click the Bluetooth icon again, click Add Device at the pop-up window;
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.
Then there will appear the pairing passwords, input the six passwords (951169 in the picture) and click Enter.
Now you can use the Raspberry Pi by Bluetooth keyboard and touch pad conveniently.
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
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
There will pop-up a window, click “OK” on it.
There will pop-up a window that appears “Connected successfully”, click “OK” below it.
Now you can use the Raspberry Pi by Bluetooth keyboard and touch pad conveniently.