This project makes a Bluetooth-controlled car using Arduino and the HC-05 Bluetooth module.
You can control the car via a smartphone Bluetooth terminal app.
F
β ForwardB
β BackwardL
β LeftR
β RightS
β Stop
- Arduino Uno/Nano
- HC-05 Bluetooth Module
- L293D Motor Driver Shield (Adafruit AFMotor Library)
- 4 DC Motors + Robot chassis + Wheels
- Battery pack (6β12V)
-
HC-05 β Arduino
- VCC β 5V
- GND β GND
- TX β RX (D0)
- RX β TX (D1, use voltage divider)
-
Motors β Connected via Motor Driver Shield (M1, M2, M3, M4)
- Install AFMotor library from Arduino IDE Library Manager.
- Upload the code to Arduino.
- Pair smartphone with HC-05 (
1234
or0000
as password). - Open a Bluetooth terminal app and send commands:
F
,B
,L
,R
,S
. - Car moves accordingly.