Top Banner
Bluetooth Controlled Robot USART communication
18

Bluetooth Controlled Robot USART communication. This project aims in wireless control of the robot from a bluetooth app in a mobile device through USART.

Dec 29, 2015

Download

Documents

Buddy Thomas
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Bluetooth Controlled Robot USART communication. This project aims in wireless control of the robot from a bluetooth app in a mobile device through USART.

Bluetooth Controlled RobotUSART communication

Page 2: Bluetooth Controlled Robot USART communication. This project aims in wireless control of the robot from a bluetooth app in a mobile device through USART.

This project aims in wireless control of the robot from a bluetooth app in a mobile device through USART communication.

The most significant feature of this wireless control is the transmitter.

The project is cost efficient and comes handy in many applications

Briefing

Page 3: Bluetooth Controlled Robot USART communication. This project aims in wireless control of the robot from a bluetooth app in a mobile device through USART.

Robot frame Atmega16 microcontroller Bluetooth module HC05 Voltage regulators 7805 Motor driver L293D Li-ion battery and Switch LEDs Wires Motors and wheels

Components

Page 4: Bluetooth Controlled Robot USART communication. This project aims in wireless control of the robot from a bluetooth app in a mobile device through USART.

Atmega16

Page 5: Bluetooth Controlled Robot USART communication. This project aims in wireless control of the robot from a bluetooth app in a mobile device through USART.

Motor Driver L293D

Page 6: Bluetooth Controlled Robot USART communication. This project aims in wireless control of the robot from a bluetooth app in a mobile device through USART.

Battery

Page 7: Bluetooth Controlled Robot USART communication. This project aims in wireless control of the robot from a bluetooth app in a mobile device through USART.

Volatge Regualtor 7805

Page 8: Bluetooth Controlled Robot USART communication. This project aims in wireless control of the robot from a bluetooth app in a mobile device through USART.

Bluetooth Module HC-05

Page 9: Bluetooth Controlled Robot USART communication. This project aims in wireless control of the robot from a bluetooth app in a mobile device through USART.

Robot frame , Motor and Wheels

Page 10: Bluetooth Controlled Robot USART communication. This project aims in wireless control of the robot from a bluetooth app in a mobile device through USART.

Circuit

Battery

Switch

VoltageRegulat

or

Atmega16

MotorDriverL293D

BT module

Mobile

DC motor

Wheels

Page 11: Bluetooth Controlled Robot USART communication. This project aims in wireless control of the robot from a bluetooth app in a mobile device through USART.

USART: Universal Synchronous/Asynchronous Receiver Transmitter

USART is an inbuilt feature in the microcontroller atmega16.

The microcontroller ATmega16 is set to USART configuration and the signals fed in are directed using embedded C programmes.

The Output is so set that it creates a variation in potential whenever required and thus enabling the motor driver to control the motors that run the wheels of the robot accordingly.

Principle-USART

Page 12: Bluetooth Controlled Robot USART communication. This project aims in wireless control of the robot from a bluetooth app in a mobile device through USART.

The bluetooth app sends user defined signal to the BT module which inturn transmits it to the ATmega16.

The micro controller employs USART communication to achieve the reception from the bluetooth module.

The microcontroller process the received signal through programmed codes and logics to give the desired output.

This output helps the motor driver to control the motors.

Working

Page 13: Bluetooth Controlled Robot USART communication. This project aims in wireless control of the robot from a bluetooth app in a mobile device through USART.

First the bluetooth module should be configured using AT commands then mobile and the bluetooth module are paired.

In transmission the signals are going to be transmitted by the android app (Bluetooth robo controll) through the mobile.

The transmitted signals reach the bluetooth module wirelessly which inturns transmit it to the microcontroller(ATmega16).

Transmission

Page 14: Bluetooth Controlled Robot USART communication. This project aims in wireless control of the robot from a bluetooth app in a mobile device through USART.

The Tx and Rx pins of HC-05 and ATmega16 respectively are connected.

The microcontroller ATmega16 acts as receiver.

The ATmega16 is programmed to receive the transmitted signals.

Then the microcontroller process the signals. For each signal corresponding output can be observed.

Reception

Page 15: Bluetooth Controlled Robot USART communication. This project aims in wireless control of the robot from a bluetooth app in a mobile device through USART.

Usart to Usart communication using two microcontrollers(wired)

Wired USART

Programming the

ATmega16-one as

transmitter and other as

receiver

Connecting the TX and RX pins, the battery and

others

Enabling a data

transmission

through a switch

Transmission through

wire

Interception of the

reception by the aid of

LED

Page 16: Bluetooth Controlled Robot USART communication. This project aims in wireless control of the robot from a bluetooth app in a mobile device through USART.

PROBLEM: Transmitted signals weren’t received by the microcontroller

SOLUTION: Baud rate should be set as per requirements through trial and error method.

Problems faced and its solution

Page 17: Bluetooth Controlled Robot USART communication. This project aims in wireless control of the robot from a bluetooth app in a mobile device through USART.

The basic idea of this robot can be manipulated into a surveillance robot and can also be used for remote accessing.

Use of class 1 bluetooth module can enable the robot to amplify the range of reception upto 300m.

The robot can be a great break through in substitution of human labour at mining and other hazardous workplaces.

Significance of the project

Page 18: Bluetooth Controlled Robot USART communication. This project aims in wireless control of the robot from a bluetooth app in a mobile device through USART.

The bluetooth controlled robot is thus made at a cost-effective and simple manner and its working is tested and verified. Further, if required, this model can be fabricated using PCB and the frame can be modified into a more compact model for wider applications.

“The birth of the idea doesn’t count if they aren’t laid on to the hands which nurture them”

Conclusion