Bluetooth robot control Android

Bluetooth robot control

Gamepad for robot control via bluetooth
MinuteBio
Want more fun? Play 1,000+ free unblocked games at

Features & Capabilities

Remote control for bluetooth robots and cars. Developed by RobotClass.

HOW IT WORKS
In "Continuous command flow" mode the programm will send via bluetooth a continuous flow of characters while the user presses the button. In another mode, the program will send one uppercase character when the user presses the button and the same lowercase character when he releases the button.

List of the commands:
- forward arrow - F
- backward arrow - B
- left arrow - L
- right arrow - R
- buttons A,B,C,D - corresponding A,B,C,D characters
- speed slider - characters from 0 to 9

ARDUINO EXAMPLE
void setup(){
Serial.begin(9600);
}
void loop(){
char incomingByte;
if( Serial.available() > 0 ){
incomingByte = Serial.read();
if(incomingByte == 'F'){
moveForward();
} else if(incomingByte == 'B')
moveBackward();
}
}
}

================

For more information please visit our site: http://robotclass.ru/tutorials/arduino-bluetooth

Instagramm: https://instagram.com/robotclass.ru
VK: https://vk.com/robotclass_ru
FB: https://facebook.com/makeitlab

User Growth & Download Statistics

App
By:
RobotClass.ru
Downloads:
23,180 1
Rating:
2.62
(55)
Version:
0 Last updated: 2020-03-29
Creation date:
2020-03-28
Publisher country:
RU RU
Email:
ol*****@gmail.com
URLs:
Website ,Privacy policy
Full description:
See detailed description
Source:
Google Play Store
Data ingested on:
2026-06-06
Compare stats and ranking:

Contact the developer

Chrome-Stats does not own this Android app. Please use these information below to contact the Android app developer.
Developed by:
RobotClass.ru
Google Play Store
https://play.google.com/store/apps/details?id=com.roc.robotcontrol
Email:
ol*****@gmail.com
Website:
https://robotclass.ru

Best Bluetooth robot control Alternatives

Here are some Android apps that are similar to Bluetooth robot control: