The Bluetooth RC Controller app is designed to remotely control robots, cars, and other Bluetooth-based projects through a smartphone. It connects to a Bluetooth module (like HC-05 or HC-06) attached to a microcontroller such as Arduino or ESP32.
The interface includes:
Directional arrows for forward, backward, left, and right control.
Rotary buttons for precise movement or motor control.
Function buttons (like horn, lights, start/stop) for extra features.
Connection status bar showing the paired Bluetooth device (e.g., RC SLAVE1).
This app sends simple commands (like letters or numbers) via Bluetooth to the microcontroller, which interprets them to move motors or perform specific actions. It’s widely used in robotics projects, RC cars, and automation experiments because of its ease of use and compatibility with Android devices.