Bluetooth robot control


RobotClass.ru
1.0
Old Versions

About Bluetooth robot control

Gamepad for robot control via bluetooth

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

What's New in the Latest Version 1.0

Last updated on Mar 14, 2021
Just first version.

Additional APP Information

Latest Version

1.0

Uploaded by

Saka Sanchir

Requires Android

Android 4.0.3+

Available on

Content Rating

Everyone

Show More

Bluetooth robot control Alternative

Discover

Security Report

Bluetooth robot control

1.0

0
/56
No security vendors flagged this file as malicious
Last Scan: Oct 30, 2025
No Virus
No Spyware
No Malware
Verified by APKPure.com
SHA256:

b9f0fd29c8e2d6ad99e2db914e76ebf54dc5fa0bc13edc12be8b90edf14b8180

SHA1:

014ea866b6672ba0f8af455a9b5defdc8ee1e397