Our website uses necessary cookies to enable basic functions and optional cookies to help us to enhance your user experience. Learn more about our cookie policy by clicking "Learn More".
Accept All Only Necessary Cookies
Full Bluetooth Keyboard icon

Full Bluetooth Keyboard


JSands
11.0
  • Nov 29, 2019
    Update date
  • Everyone
  • 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

Additional APP Information

Latest Version

11.0

Uploaded by

Nicolas Mendes

Requires Android

Android 4.3+

Content Rating

Everyone

What's New in the Latest Version 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

Full Bluetooth Keyboard Screenshots

Full Bluetooth Keyboard posterFull Bluetooth Keyboard screenshot 1Full Bluetooth Keyboard screenshot 2

Related Tags

Popular Articles In Last 24 Hours

Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Subscribed Successfully!
You're now subscribed to APKPure.