This is an Arduino-based car project that uses Bluetooth (HC-05) to control the car wirelessly using an Android phone. It uses the L298N motor driver for controlling the motors and is great for beginners in robotics and embedded systems.
β Fun and interactive robotics project for beginners.
- Control car using Bluetooth from mobile phone
- Supports commands: Forward, Backward, Left, Right, Stop
- Uses Android Bluetooth terminal app or custom app for control
- Simple wiring with L298N motor driver and HC-05 Bluetooth module
- Built on Arduino UNO platform
- Arduino UNO
- HC-05 Bluetooth Module
- L298N Motor Driver Module
- 2x DC Motors with wheels
- Chassis & Castor Wheel
- 9V or 12V Battery
- Jumper Wires
- Android phone with Bluetooth app (e.g., Bluetooth Terminal)
- Switch (optional)
- VCC β 5V on Arduino
- GND β GND on Arduino
- TX β RX (Pin 0 on Arduino)
- RX β TX (Pin 1 on Arduino) Use voltage divider to step down 5V TX signal to 3.3V
- IN1 β Arduino Pin 8
- IN2 β Arduino Pin 7
- IN3 β Arduino Pin 6
- IN4 β Arduino Pin 5
- ENA β Arduino Pin 9
- ENB β Arduino Pin 10
- VCC β Battery Positive (+)
- GND β Battery Negative (-) and Arduino GND
- Left motor connected to L298N Output A
- Right motor connected to L298N Output B
- The Arduino listens for Bluetooth commands sent from an Android phone app.
- Commands include 'F' (forward), 'B' (backward), 'L' (left), 'R' (right), and 'S' (stop).
- Depending on the command, the Arduino controls the motor driver to move the car accordingly.
Pradeep Kumar S
π§ pradeepniatian@gmail.com
π LinkedIn
This project is open for educational and personal use. Feel free to customize and learn!