This project explores building a Bluetooth controlled car using an Arduino Uno microcontroller, an HC-05 Bluetooth module, and a buzzer .
Components List –
1. Arduino Uno: A Microcontroller
2. HC-05 Bluetooth Module: Bridges the gap between your phone and the Arduino for wireless communication.
3. DC Motors (2): Power the wheels and propel the car.
4. Motor Driver (L298N or Similar): Safely manages the high current needed by the motors based on Arduino signals.
5. Wheel Caster Set (2): Provides steering and maneuverability.
6. Chassis: The base that holds all the components together (pre-built or DIY).
7. Power Source: Batteries (e.g., Li-ion) to provide juice for the car.
8. Jumper Wires: Connect all the electronic components.
9. Breadboard (Optional): Useful for prototyping the circuit before final assembly.
10. Buzzer: Adds an auditory element for feedback (e.g., honking sound).
11. Smartphone with Bluetooth App: Pre-built app or custom-made one to send directional controls (forward, backward, left, right) to the Arduino.