This project implements a Bluetooth-controlled robotic car using Arduino Uno, HC-05 Bluetooth module, and an L298N motor driver.
The car can be controlled wirelessly from a smartphone using Bluetooth commands.
- Forward movement
- Backward movement
- Left turn
- Right turn
- Stop command
- Wireless Bluetooth control
- Arduino Uno
- HC-05 Bluetooth Module
- L298N Motor Driver
- DC Motors
- Robot Chassis
- Battery Pack
| Command | Action |
|---|---|
| F | Forward |
| B | Backward |
| L | Left |
| R | Right |
| S | Stop |
- IN1 → D6
- IN2 → D7
- IN3 → D8
- IN4 → D9
- TX → Arduino RX
- RX → Arduino TX
The HC-05 Bluetooth module receives commands from a smartphone application and sends them to the Arduino through serial communication.
The Arduino reads the incoming command and drives the motors through the L298N motor driver.
- Arduino IDE
- Embedded C / Arduino C++
- HC-05 Bluetooth Communication
- L298N Motor Driver
- Serial Communication
Sarthak Sharma