Warning: Undefined property: WhichBrowser\Model\Browser::$name in /www/wwwroot/steprimo.com/config.php on line 30

Warning: Undefined property: WhichBrowser\Model\Device::$manufacturer in /www/wwwroot/steprimo.com/config.php on line 34

Warning: Undefined property: WhichBrowser\Model\Device::$model in /www/wwwroot/steprimo.com/config.php on line 35
Bluetooth robot control Download APK for Android
lang en

Bluetooth robot control
Bluetooth robot control
Download APK
Bluetooth robot control

Bluetooth robot control

Developer: RobotClass.ru
App Size: Varies With Device
Release Date: Mar 28, 2020
Price: Free
2.6
53 Ratings
Size:
Varies With Device
Download APK
Google Play
Screenshots for App
Mobile

About: Bluetooth robot control

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.



Bluetooth robot control


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
Developer Apps:
Recent Releases

Reviews Bluetooth robot control


User Ratings
Total Ratings: 53
Ratings
2.6
53 Ratings
5 Star
4 Star
3 Star
2 Star
1 Star
Name
Message
Whatsapp
Vkontakte
Telegram
Reddit
Pinterest
Linkedin
Hide