Voice_Control_Car_Arduino
Voice_Control_Car_Arduino
1. Abstract
This project demonstrates the design and implementation of a voice-controlled car using Arduino.
The system allows users to control a car wirelessly through voice commands using a smartphone
and Bluetooth module (HC-05/HC-06).
The car is equipped with DC motors, a motor driver (L298N), and an Arduino Uno to process
commands.
2. Introduction
Automation and voice recognition are widely used today. This project integrates voice control with a
robotic car.
Using a Bluetooth module and a mobile app with Google Voice Recognition, users can send
commands like 'Forward', 'Backward',
'Left', 'Right', and 'Stop' to control the car's movement.
3. Components Required
- Arduino Uno
- HC-05 Bluetooth Module
- L298N Motor Driver Module
- DC Motors
5. Working Principle
1. The user speaks a command (e.g., 'Forward') into the smartphone.
2. The Android app converts speech to text and sends it via Bluetooth.
6. Arduino Code
The Arduino code reads the Bluetooth input and controls the motors using the L298N driver.
A sample code snippet is included in the documentation.
8. Applications
- Smart Automation
- Wheelchair Control
- Surveillance Robots
- Hobby Projects
Disadvantages:
- Requires clear voice recognition.
- Bluetooth has a limited range.
- Background noise may interfere.
10. Conclusion
This project successfully integrates speech recognition with robotics using Arduino. Future
enhancements may
include Wi-Fi connectivity, AI-based voice recognition, or GPS tracking.