With this app, you can connect and communicate with Bluetooth-enabled devices like Arduino or Raspberry Pi. Includes device scanning, pairing, and data transmission features.
AppRecs review analysis
AppRecs rating 2.6. Trustworthiness 0 out of 100. Review manipulation risk 0 out of 100. Based on a review sample analyzed.
★★☆☆☆
2.6
AppRecs Rating
Ratings breakdown
5 star
39%
4 star
0%
3 star
0%
2 star
5%
1 star
56%
What to know
✓
Authentic reviews
No red flags detected
⚠
Mixed user feedback
Average 2.6★ rating suggests room for improvement
⚠
High negative review ratio
61% of sampled ratings are 1–2 stars
About Full Bluetooth Keyboard
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
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
Full Bluetooth Keyboard Screenshots
Tap to Rate: