Bluetooth robot control

Bluetooth robot control

RobotClass.ru
Mar 14, 2021
  • 2.8 MB

    File Size

  • 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

What's new in the latest 1.0

Last updated on 2021-03-14
Just first version.
Show More

Videos and Screenshots

  • Bluetooth robot control poster
  • Bluetooth robot control screenshot 1
  • Bluetooth robot control screenshot 2

Bluetooth robot control APK Information

Latest Version
1.0
Category
Tools
Android OS
Android 4.0.3+
File Size
2.8 MB
Developer
RobotClass.ru
Safe & Fast APK Downloads on APKPure
APKPure uses signature verification to ensure virus-free Bluetooth robot control APK downloads for you.

Old Versions of Bluetooth robot control

APKPure icon

Super Fast and Safe Downloading via APKPure App

One-click to install XAPK/APK files on Android!

Download APKPure
thank icon
We use cookies and other technologies on this website to enhance your user experience.
By clicking any link on this page you are giving your consent to our Privacy Policy and Cookies Policy.
Learn More about Policies