Full Bluetooth Keyboard

Full Bluetooth Keyboard

JSands
Nov 29, 2019
  • 3.7 MB

    File Size

  • Android 4.3+

    Android OS

About Full Bluetooth Keyboard

Full Bluetooth Keyboard send any character via Bluetooth

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

Show More

What's new in the latest 11.0

Last updated on Nov 29, 2019
Minor bug fixes and improvements. Install or update to the newest version to check it out!
Show More

Videos and Screenshots

  • Full Bluetooth Keyboard for Android official Trailer
  • Full Bluetooth Keyboard screenshot 1
  • Full Bluetooth Keyboard screenshot 2
  • Full Bluetooth Keyboard screenshot 3

Full Bluetooth Keyboard APK Information

Latest Version
11.0
Category
Tools
Android OS
Android 4.3+
File Size
3.7 MB
Developer
JSands
Safe & Fast APK Downloads on APKPure
APKPure uses signature verification to ensure virus-free Full Bluetooth Keyboard APK downloads for you.

Old Versions of Full Bluetooth Keyboard

APKPure icon

Super Fast and Safe Downloading via APKPure App

One-click to install XAPK/APK files on Android!

Download APKPure
thank icon
We use cookies and other technologies on this website to enhance your user experience.
By clicking any link on this page you are giving your consent to our Privacy Policy and Cookies Policy.
Learn More about Policies