# Bluetooth robot control

> Gamepad for robot control via bluetooth

Canonical page: [https://chrome-stats.com/d/com.roc.robotcontrol](https://chrome-stats.com/d/com.roc.robotcontrol)

## Overview

- **ID:** `com.roc.robotcontrol`
- **Platform:** Android
- **Type:** Android app
- **Status:** Available
- **Publisher:** RobotClass.ru
- **Category:** TOOLS
- **Downloads:** 23,201
- **Rating:** 2.62 / 5 (55 ratings)
- **Last updated:** 2020-03-29
- **First published:** 2020-03-28
- **Publisher country:** RU
- **Data as of:** 2026-09-09
- **Store listing:** [Google Play Store](https://play.google.com/store/apps/details?id=com.roc.robotcontrol)
- **Website:** [https://robotclass.ru](https://robotclass.ru/)
- **Privacy policy:** [https://download.robotclass.ru/privacy\_policy\_brc.txt](https://download.robotclass.ru/privacy_policy_brc.txt)

## Description

Remote control for bluetooth robots and cars. Developed by RobotClass.<br><br>HOW IT WORKS<br>In &quot;Continuous command flow&quot; 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.<br><br>List of the commands:<br>- forward arrow - F<br>- backward arrow - B<br>- left arrow - L<br>- right arrow - R<br>- buttons A,B,C,D - corresponding A,B,C,D characters<br>- speed slider - characters from 0 to 9<br><br>ARDUINO EXAMPLE<br>void setup(){<br>    Serial.begin(9600);<br>}<br>void loop(){<br>    char incomingByte;<br>    if( Serial.available() &gt; 0 ){<br>        incomingByte = Serial.read();<br>        if(incomingByte == &#39;F&#39;){<br>            moveForward();<br>        } else if(incomingByte == &#39;B&#39;)<br>            moveBackward();<br>        }<br>    }<br>}<br><br>================<br><br>For more information please visit our site: http://robotclass.ru/tutorials/arduino-bluetooth<br><br>Instagramm: https://instagram.com/robotclass.ru<br>VK: https://vk.com/robotclass_ru<br>FB: https://facebook.com/makeitlab

## Rankings

- #408,211 — Overall

## Similar extensions and apps

- [Robot Controller](https://chrome-stats.com/d/com.e.robotcontroller) — 1,935 users
- [Bluetooth Car BETA](https://chrome-stats.com/d/com.myapp.bluetoothcar) — 4 users
- [Simple Robot Controller](https://chrome-stats.com/d/com.binaryInkTN.simple_robot_controller) — 101 users
- [Educabot - Control bluetooth](https://chrome-stats.com/d/appinventor.ai_marcos_filgueira.Edubot_11) — 708 users
- [BT Robot Controller](https://chrome-stats.com/d/appinventor.ai_samakbrothers.DriveBot_Controller) — 19,010 users, 1.83 / 5
- [BLE Controller – Arduino ESP32](https://chrome-stats.com/d/com.circuitmagic.iot) — 71,060 users, 4.63 / 5
- [Makerslab Robot Control](https://chrome-stats.com/d/appinventor.ai_makerslabfablab.Makerslab_Robot_Control) — 361 users
- [Makerslab BLE Robot Control Ar](https://chrome-stats.com/d/appinventor.ai_makerslabfablab.Makerslab_BLE_Robot_Control) — 224 users
- [Bluetooth Remote for Arduino](https://chrome-stats.com/d/com.fglaos.arduinobluetoothremote2) — 454 users
- [Arduino Remote Control](https://chrome-stats.com/d/com.david.splduinobtremote) — 521 users
- [BlueBot:Arduino Bluetooth ctrl](https://chrome-stats.com/d/com.eleobo.bluebot_controller) — 12,929 users

---

Source: [Chrome-Stats](https://chrome-stats.com/d/com.roc.robotcontrol)
