Car Controlled by BluetoothEE2025
Car Controlled by BluetoothEE2025
Controlled Car
With Arduino
Created by:
ABOULAAZE HANANE
HATANA OMAIMA
LAMIAE SOUALHI
Contents 01 Introduction
02 Tools Redquired
03 Advantages
04 Disavantages
05 Conclusion
Introduction
In this project, we make use of bluetooth
technology to control our machine car. We do
not call this a robot as this device does not any
sensors.
Bluetooth
Car Controlled
2
The major reason for using a Bluetooth-
based tech is that we can change the
remote anytime-mobile phones , tablets
and laptops and physical barriers like
walls or doors do not affect the car
controls.
Tools Required
To build our Bluetooth controlled car,
we used a set of basic electronic tools
and components that allowed us to
connect, control, and power the
system effectively. Each tool played a
specific role in ensuring proper
communication between the Arduino Your Picture Here And Send To Back
and the motors via Bluetooth.
Arduino UNO :
Battery:
A battery is an energy source
consisting of one or more
electrochemical cells and
terminals on both ends called
an anode (-) and a cathode (+).
Here for the project, a 9V
battery has been used.
Tools required
Bluetooth Module:
In figure 7 HC-05 6 Pin Wireless
Serial Bluetooth Module is a
Bluetooth module for use with
any microcontroller. It uses the
UART protocol to make it easy to
send and receive data wirelessly.
The HC-06 module is a slave-only
device. This means that it can
connect to most phones and
computers using Bluetooth
technology
Tools required
Switch:
In figure 06, A switch is used for turning on
the power of the vehicle. It controls the
battery connection of the vehicle.
LCD Display:
I2C LCD is an easy-to-use display module, It
can make the display easier. Using it can
reduce the difficulty of making so that makers
can focus on the core of the work. A few lines
of code can achieve complex graphics and
text display features.
Structure Building
We connected a 4-wheeled vehicle with an
Arduino and a Bluetooth module. An Android
application is already installed on the remote
device.
.
Using this app, we send control instructions to
the car. The application communicates
wirelessly with the Bluetooth module installed
on the vehicle.
The Bluetooth module receives the
commands and transmits them as signals to
the Arduino.
The Arduino processes these signals using a
pre-programmed code, which translates them
into actions (e.g., forward, backward, left,
right). The instructions are then sent to the
motors, and the car starts moving accordingly.
Advantages
• Wireless Control: Bluetooth allows you to control the car remotely without
any physical wires. You can operate it from a distance, enhancing
convenience and flexibility.
• Ease of Use: The project utilizes an Android device with an inbuilt Bluetooth
module as the remote control. Most people are familiar with using
smartphones, making it user-friendly.
• Complex Pairing: Pairing the Bluetooth module with the controlling device
can sometimes be tricky, especially for beginners.
Conclusion
This project consists of a basic prototype of a
Bluetooth control car above stated. the prototype
car can recognize commands from users and can
turn the car left, right, and stop with great
accuracy.it can be further improved by using
different sensors like ultrasonic or infrared and
with various levels of coding. Our Bluetooth
control car has a range of 10-20 meter with the
mobile Bluetooth controlling system.
THANK YOU