Movement of Robot Using Bluetooth
Movement of Robot Using Bluetooth
ABSTRACT
CHAPTER 1
INTRODUCTION
CHAPTER 1
INTRODUCTION
1.1 INTRODUCTION:
1.2 OBJECTIVE:
This project intends to construct the android guided Arduino car by extracting the
powers of both the open source technologies - Android and Arduino
Programming.
The main motto of the project is to control the car with android application .In this
Bluetooth based robotic car Arduino UNO (ATMEGA 328),Bluetooth module(HC05)
Are used and Bluetooth module is interfaced with the system so that the car can easily
be controlled by the smart phone application. The controlling of the robot is done
wirelessly through Android smart phone using the Bluetooth feature present in it.
The controlling device of the whole system is a Microcontroller. Bluetooth module
DC motor
1.4 OUTLINE OF THE PROJECT:
The project report is divided into 4 chapters. Chapter 1 introduces the project and
Technical approach. Chapter 2 deals with the components and their function which
Were used in the robotic car. Chapter 3 showcase the implementation of the robot
Car. Chapter 4 showcase the results and coclusion of the project.Appendix includes
Theoretical aspects and this report ends with list of references used to prepare this
Project.
CHAPTER 2
PROJECT DESCRIPTION
2.1 INTRODUCTION:
2.2 ARDUINO UNO:
Arduino is a microcontroller board, powered with a battery or an AC to DC adapter.
Arduino was developed as an open source environment which means that the Arduino
board can be copied and cloned. It is clearly the best platform for beginners who are
just getting started with electronics and coding as there is a lot of support for Arduino
in terms of the add-on kit, the project codes, forums and tutorials. Various sizes of
Arduino board are available and bigger boards means more memory, maybe with a
different controller and obviously with more inputs and outputs. The Arduino, which
is based on the ATMEGA 328 can take the power supply from either the Data
Transfer Port or its DC jack.
2.1.4 USART:
It can be programmed to communicate asynchronously or synchronously with
a serial interface device. USART was primarily intended to support
synchronous protocols to make better use of bandwidth when modules were
analog devices. In synchronous mode of communication, USARTs transmit
data in frames
Hardware Features
2.4 MOTOR:
Electric Motors produce Mechanical movements by taking in the electrical energy
and producing equivalent mechanical energy. Hundreds and thousands of devices are
powered by electrical motors- from small pick-and-place robots to big turbines- motors
find applications in every industry.
Motor Driver circuits are current amplifiers. They act as a bridge between the controller
and the motor in a motor drive. Motor drivers are made from discrete components which
are integrated inside an IC. The input to the motor driver IC or motor driver circuit is a low
current signal. The function of the circuit is to convert the low current signal to a high current
signal. This high current signal is then given to the motor. The motor can be a brushless DC
motor, brushed DC motor, stepper motor, other DC motors etc.
FEATURES:
Figure 5: DC MOTOR
2.5 L293D:
The L293D IC receives signals from the microprocessor and transmits the
relative signal to the motors. It has two voltage pins, one of which is used to draw
current for the working of the L293D and the other is used to apply voltage to the
motors. The L293D switches it output signal according to the input received from the
microprocessor.
For Example: If the microprocessor sends a 1(digital high) to the Input
Pin of L293D, then the L293D transmits a 1(digital high) to the motor from its Output
Pin. An important thing to note is that the L293D simply transmits the signal it
receives. It does not change the signal in any case.
FIGURE 7:L293D
CHAPTER 3
IMPLEMENTATION