This project demonstrates how to build a Bluetooth-controlled robotic car using Arduino, L293D motor driver shield, and HC-05 Bluetooth module.
- Arduino UNO
- L293D Motor Driver Shield
- 4 DC Motors
- HC-05 Bluetooth Module
- Android phone with BT Car App
- Power supply (4 x 1.5V batteries)
- L293D Shield is mounted directly on Arduino UNO.
- HC-05 Bluetooth Module connected to:
- VCC β 5V
- GND β GND
- TX β Digital Pin 11
- RX β Digital Pin 10 (via voltage divider)
- F β Forward
- B β Backward
- L β Left Turn (Long)
- R β Right Turn (Long)
- G β Left Turn (Short)
- I β Right Turn (Short)
- S β Stop
Each command moves the car for a fixed short duration (like 500 ms or 100 ms) and stops automatically.
The code is available in bt_car.ino
.