Bluetooth robot control

Bluetooth robot control

RobotClass.ru

Available on Google Play
2.6(55)
10,000+ installsFreeTools

Updated Mar 29, 2020 · v1.0

CompareView on Google Play
Screenshot 1
Screenshot 2
Screenshot 3

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

Released
March 28, 2020

6 years on Google Play

Version
1.0
Updated
Mar 29, 2020
Content Rating
Everyone
Installs
10,000+
Developer
RobotClass.ru
Website
https://robotclass.ru
Email
oleg.evsegneev@gmail.com
In-app purchases
No

This app isn't currently appearing in any tracked top charts.

Rating breakdown

5
12
4
4
3
12
2
0
1
25