Full Bluetooth Keyboard 11.0 Icon

Full Bluetooth Keyboard

JSands Tools
2.6
10 Ratings
68K+
Downloads
11.0
version
Nov 29, 2019
release date
3.7 MB
file size
Free
Download

About Full Bluetooth Keyboard Android App

Full Bluetooth Keyboard is designed to communicate with your Arduino or Raspberry pi project.

Full Bluetooth Keyboard is super simple to send numbers or any characters by Bluetooth HC-05 or HC-06 to your Arduino or Raspberry Pi project.

With the new version the user can choose if want scan devices or pared devices. If you have problems with scan mode, I recommend to pair your Bluetooth device through mobile settings and then open de App.


**HOW TO USE**
- Enter the Full Bluetooth Keyboard application and click "Scan" button
Select your bluetooth device (you need to wait a few seconds)
-When the application returns to the keyboard without error message, it is ready to send data.

#include

SoftwareSerial bluetooth(6, 7); //RX TX

void setup() {
Serial.begin(57600);
bluetooth.begin(57600);

}

void loop() {
if(bluetooth.available())
Serial.write(bluetooth.read());
if(Serial.available())
bluetooth.write(Serial.read());
}

If you have any problems, you can contact me and I'll help you.
Enjoy

Other Information:

Requires Android:
Android 4.3+
Other Sources:
Category:

Download

This release of Full Bluetooth Keyboard Android App available in 3 variants. Please select the variant to download. Please read our FAQ to find out which variant is suitable for your Android device based on Screen DPI and Processor Architecture.

Variant
13
(Nov 29, 2019)
Architecture
universal
Minimum OS
Android 4.3+
Screen DPI
120-640dpi
Variant
12
(Oct 25, 2019)
Architecture
universal
Minimum OS
Android 4.3+
Screen DPI
120-640dpi
Variant
11
(Oct 10, 2019)
Architecture
universal
Minimum OS
Android 4.3+
Screen DPI
120-640dpi
Loading..