← All Projects
Bluetooth Controlled Car with HC-05
302 viewsFebruary 28, 2026
ArduinoBluetoothHC-05Robot CarL298NMobile
Build a smartphone-controlled RC car using Arduino, an HC-05 Bluetooth module, and the L298N motor driver. Control forward, backward, left, right, and stop from any Bluetooth serial terminal app on your phone.
Components & Supplies
Circuit Connections
Overview
This Bluetooth car receives single-character commands over serial from a phone app: 'F' for forward, 'B' for backward, 'L' for left, 'R' for right, and 'S' for stop. The HC-05 Bluetooth module creates a wireless serial bridge, so you can use any Bluetooth terminal app (like Serial Bluetooth Terminal on Android).
The L298N dual H-bridge drives two DC motors with independent speed and direction control.