0% found this document useful (0 votes)
26 views4 pages

Project Report Electronics

The document discusses the objectives of creating an Arduino bot that can be controlled through a smartphone app. It involves programming an Arduino microcontroller inside an Arduino car to connect to an Android mobile controller via Bluetooth. The user will be able to control the robotic vehicle through instructions on the Android app. The system is more affordable and straightforward than other remote control systems. It can be used to control the Arduino bot from any smart device running Android.

Uploaded by

Husnain Ali
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views4 pages

Project Report Electronics

The document discusses the objectives of creating an Arduino bot that can be controlled through a smartphone app. It involves programming an Arduino microcontroller inside an Arduino car to connect to an Android mobile controller via Bluetooth. The user will be able to control the robotic vehicle through instructions on the Android app. The system is more affordable and straightforward than other remote control systems. It can be used to control the Arduino bot from any smart device running Android.

Uploaded by

Husnain Ali
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

ABSTRACT

The project's objectives are to create an Arduino bot and program the
microprocessor in the Arduino. Arduino microcontroller with fundamental
mobility features is inside the Arduino car.

The era of the smart phone, in which everything in our daily lives can be controlled
by a smartphone, is just getting started. This daily driver, which is being used to
automate and control various day-to-day objects near and around us, such as lights,
televisions, sound systems, air conditioners, etc., is rapidly evolving from just
being a device for voice calls and texting to a smart phone. Therefore, in a time
when people are transitioning to a life based on a smart phone, exerting control
over things near and around them, our project is aimed at developing a toy car to
entertain kids and which can be controlled through a smart phone app.

Arduino programs include instructions for bridging the gap between an android
controller and an Arduino vehicle. Different mobile sensors are used by the
Android mobile controller to monitor motion. It is necessary to write an
appropriate program for the Arduino microprocessor to communicate with the
Android controller. When instructions are given to the Arduino microprocessor
through the interface via bluetooth module, the interface provides feedback from
the microprocessor via bluetooth. After completing all of this, we thoroughly tested
the project and discovered the greatest number of errors and incorrect logic in the
microprocessor program. Only after completing this step we can claim to have
created in accordance with our stated goal. Any smart device running with Android
can control the device.

Since robotics has become a major part in our daily life and also in the engineering
field and it
plays a vital role in the development of new technology. This is a type form of
remote control car,
where the ordinary micro-controller has been replaced by Arduino and IR
sensors has been
replaced by a Bluetooth module. The remote can be any android or IOS cell
phones. This project
can be made in a bigger scale for real time vehicles.
Since robotics has become a major part in our daily life and also in the engineering
field and it
plays a vital role in the development of new technology. This is a type form of
remote control car,
where the ordinary micro-controller has been replaced by Arduino and IR
sensors has been
replaced by a Bluetooth module. The remote can be any android or IOS cell
phones. This project
can be made in a bigger scale for real time vehicles.
Since robotics has become a major part in our daily life and also in the
engineering field and it
plays a vital role in the development of new technology. This is a type form of
remote control car,
where the ordinary micro-controller has been replaced by Arduino and IR
sensors has been
replaced by a Bluetooth module. The remote can be any android or IOS cell
phones. This project
can be made in a bigger scale for real time vehicles.
Since robotics has become a major part in our daily life and also in the engineering
field and it plays a vital role in the development of new technology. This is a form
of remote control car, where the ordinary micro-controller has been replaced by
Arduino and IR sensors has been replaced by a Bluetooth module. The remote can
be any android or IOS cell phones. This project can be made in a bigger scale for
real time vehicles.

INTRODUCTION

To establish connectivity, Arduino will interface with a Bluetooth module. To


control motor speed, it will also be connected to a motor driver. The Android-
programmed app will allow the user to control the robotic vehicle. The user's
instructions entered into the Android application will determine how this robot car
moves. Another benefit is that the proposed model of robot car can be driven on
any surface. In comparison to other systems in use, this is more affordable and
straightforward. The proposed system is more suitable for modern era.
The Arduino Uno is a microcontroller board based on the ATmega328P. It
has 14 digital
input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16
MHz quartz
crystal, a USB connection, a power jack, an ICSP header and a reset
button.
The Arduino Uno is a microcontroller board based on the ATmega328P. It
has 14 digital
input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16
MHz quartz
crystal, a USB connection, a power jack, an ICSP header and a reset
button.
The Arduino Uno is a microcontroller board based on the ATmega328P (board
model UNO R3). It has 14 digital input/output pins , 6 analog inputs, a 16 MHz
quartz crystal, a USB connection, a power jack, an ICSP header and a reset button.
It contains everything needed to support the microcontroller; simply connect it to a
computer with a USB cable or power it with a AC-to-DC adapter or battery to get
started. You can tinker with your UNO without worrying too much about doing
something wrong, worst case scenario you can replace the chip and start over
again.

FEASABILITY STUDY

WHY ARE WE USING ARDUINO?


 We have used Arduino because it is an open source device which can be
programmed through any operating system like Windows, Mac, Linux, etc.
 The language used is understandable and easy.
 Arduino can be used by beginner in robotics to professionals.
 Changing of program is easy.
 Shield (external circuits) are available for various purpose like, if we want to
connect the Arduino to a network then a wi-fi shield is available. For controlling
the motor a motor shield is available, and for this project a Bluetooth shield is used
 Once a program is burned we don‘t need to worry about the program getting
erased as long as it is not reset.
 Arduino has also over all other microcontroller because of its efficiency and user
friendly property.
BLOCK DIAGRAM

Bluetooth
Dc
Motor
Motor
Module
Arduino
Driver
(HC-05)
Dc
Motor
DC Motor

Bluetooth Motor
Module Arduino Driver

DC Motor

You might also like