Bluetooth robot control icon

Bluetooth robot control

1.0 for Android
3.2 | 5,000+ インストール

RobotClass.ru

説明 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.
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

新機能 Bluetooth robot control 1.0

Just first version.

情報

  • カテゴリー:
    ツール
  • 最終のバージョン:
    1.0
  • 更新日:
    2020-03-29
  • サイズ:
    2.9MB
  • 動作環境:
    Android 4.0.3 or later
  • 開発元:
    RobotClass.ru
  • ID:
    com.roc.robotcontrol
  • Available on: