Bluetooth robot control icon

Bluetooth robot control


RobotClass.ru
1.0
  • Mar 14, 2021
    Update date
  • 0/56
    Security
  • Everyone
  • Android 4.0.3+
    Android OS

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

Show More

Additional APP Information

Latest Version

1.0

Uploaded by

Saka Sanchir

Requires Android

Android 4.0.3+

Available on

Content Rating

Everyone

Security Report

What's New in the Latest Version 1.0

Last updated on Mar 14, 2021

Just first version.

Show More
0/56
Scan Result: Secure
No security vendors flagged this file as malicious
No Virus
No Spyware
No Malware
No Virus
No Spyware
No Malware
Scan Date:Oct 30, 2025
Package Name:com.roc.robotcontrol
SHA-256:b9f0fd29c8e2d6ad99e2db914e76ebf54dc5fa0bc13edc12be8b90edf14b8180
SHA-1:014ea866b6672ba0f8af455a9b5defdc8ee1e397
Show More
View Security Report

Bluetooth robot control Screenshots

Bluetooth robot control posterBluetooth robot control screenshot 1Bluetooth robot control screenshot 2

Related Tags

Popular Articles In Last 24 Hours

Searching...
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.