CELL PHONE OPERATED LAND ROVER PROJECT PRESENTATION ON ELECTRONICS AND COMMUNICATION DEPARTMENT.

Slides:



Advertisements
Similar presentations
INDIVIDUAL PROJECT BY R.KARTHIKMANOJ
Advertisements

MICROPROCESSORS AND MICROCONTROLLERS
EXTERNAL COMMUNICATIONS DESIGNING AN EXTERNAL 3 BYTE INTERFACE Mark Neil - Microprocessor Course 1 External Memory & I/O.
Programmable Interval Timer
GESTURE CONTROLLED ROBOT An insignia on technology By MOHD HARIS SIDDIQUI Md. RASHID AZAM Md. AFTAB USMANI 2 nd Year.
Robotics Club, Snt Council2 The 3 Schools of Robotics: Mechanical Design – Types of motors – Material selection –
Indian Institute of Technology Hyderabad ROBOTICS LINE FOLLOWER HARI KISHAN TANDEY – ES12B1008 DILIP KONDAPARTHI – ES12B1010 SAI KARTIK – CE12B1015.
MICRO-CONTROLLER: A microcontroller is the brain of the robot: These are: 1. Integrated Circuits (ICs) 2. Programmable.
Index  INTRODUCTION  HARDWARE DESCRIPTION  BLOCK DIAGRAM  COMPONENT LIST  ADVANTAGES AND APPLICATIONS  CONCLUSION.
Sensors And Micro-Controllers
 Main Components:  Sensors  Micro controller  Motor drivers  Chasis.
DESIGN OF WIRELESS PROSTHETIC HAND.  Introduction  Why Wireless robotic arm  System Description  Block Diagram  System Operation  Conclusion  References.
SUBMITTED BY :- Sayyam Gadhok UE ECE B-II. DRAWBACKS OF RF CIRCUITS:- 1. Limited working range 2. Limited frequency range 3. Limited control. Use.
Interactive Voice Response System For College Automation (IVRS)
To control the movement of a manual wheelchair by means of human voice for paralyzed patients. AIM:
Mobile Controlled Robot without Microcontroller
MOBILE OPERATING ROBOT ON EMBEDDED SYSTEM
Bluetooth Controlled Robot USART communication. This project aims in wireless control of the robot from a bluetooth app in a mobile device through USART.
Mobile controlling robot. What is a Robot ? “A re-programmable, multifunctional manipulator designed to move material, parts, tools, or specialized devices.
Microcontroller Presented by Hasnain Heickal (07), Sabbir Ahmed(08) and Zakia Afroze Abedin(19)
By: Khalid Hawari Muath Nijim Thaer shaikh Ibrahim Supervisor: Dr. Jamal Kharousheh Dr. Nasser Hamad 27 December 2010.
DTMF BASED MOBILE CONTROLLED ROBOT PROJECT REVIEW TEAM 1-SRISRUTHI.S,SUSMITHA ROS,NITIN BHARATTWAJ, VISHAL KUMAR.P.M.
PRIYADARSHINI SHRAVYA KAVYAA MOBILE CONTROLLED ROBOT USING DTMF ALLPPT.com _ Free PowerPoint Templates, Diagrams and Charts.
Name Of The College & Dept
OBSTACLE AVOIDANCE ROBOT
Student Name USN NO Guide Name H.O.D Name Name Of The College & Dept.
ROBOTIC VEHICLE FOR STORES MANAGEMENT
SUBMITTED BY LENIN C INTRODUCTION Railways - cheapest mode of transportation. Aims to avoid accidents. Using simple electronic components- automate.
Submitted by:.  Project overview  Block diagram  Power supply  Microcontroller  MAX232 & DB9 Connector  Relay  Relay driver  Software requirements.
CONTENTS Objective Software &Hardware requirements Block diagram Mems technology Implementation Applications &Advantages Future scope Conclusion References.
BLDC Motor Speed Control with RPM Display. Introduction BLDC Motor Speed Control with RPM Display  The main objective of this.
Communication Based Projects Ideas for Engineering Students.
MICROCONTROLLER INTERFACING WITH STEPPER MOTOR MADE BY: Pruthvirajsinh Jadeja ( ) COLLEGE:DIET BRANCH:EC.
Cell Phone Controlled Robotic Vehicle. Cell Phone Controlled Robotic Vehicle Introduction  The project is designed to develop.
VEHICLE BACK UP ALARM DESIGN Student: Qi Zhou Mentor: Dr. Stanislaw Legowski.
Automatic Railway Gate Control System
Fire Fighting Robotic Vehicle. Introduction:  It is designed to develop a fire fighting robot using RF technology for remote.
Student Name USN NO Guide Name H.O.D Name Name Of The College & Dept.
VEHICLE ACCIDENT PREVENTATION USING EYE BLINK SENSOR PRESENTED BY LAKSHMY PREMARAJAN ASHIKA K VARGHESE AKHILA S KUMAR.
IR OBSTACLE DETECTION TO
VEHICLE ACCIDENT PREVENTATION USING EYE BLINK SENSOR
Embedded Systems. What is Embedded Systems?  Embedded reflects the facts that they are an integral.
Arduino based Automatic Temperature Controlled Fan Speed Regulator.
PROJECT PRESENTATION ON GSM BASED GAS LEAKAGE DETECTION SYSTEM
Mobile phone keypad sensed password entry for door opening.
WAR FIELD SPYING ROBOT WITH NIGHT VISION WIRELESS CAMERA BY ANDROID APPLICATIONS Submitted by:
Voice Controlled Robot by Cell Phone with Android App
GSM Controlled Robots.
CELL PHONE OPERATED SAGE ROBOT
PICK N PLACE ROBOTIC ARM AND MOVEMENT CONTROLLED BY ANDROID WIRELESSLY
Multiway Noticeboard with User Configure Features Using IOT & PC
FIRE FIGHTING ROBOT REMOTELY OPERATED BY ANDROID APPLICATIONS
Obstacle avoiding robot { pixel }
AUTOMATIC TEMPERATURE CONTROLLED FAN USING 8051
Arduino Based Industrial appliances control system by decoding dual tone multi frequency signals on GSM / CDMA network. Submitted by:
ARDUINO BASED AUTOMATIC TEMPERATURE BASED FAN SPEED CONTROLLER
FOUR QUADRANT DC MOTOR SPEED CONTROL WITHOUT MICROCONTROLLER
Atmega32 Architectural Overview
DTMF BASED REMOTE INDUSTRIAL LOAD AND/OR AGRICULTURAL PUMP CONTROL
Controlling of robot using voice
PC Mouse operated Electrical Load Control Using VB Application
War Field Spying Robot with Night Vision Wireless Camera
DIGITAL CALCULATOR USING 8051
ARDUINO LINE FOLLOWER ROBOT
Automatic Railway Gate Control System
‘SONAR’ using Arduino & ultrasonic distance sensor
FOUR QUADRANT DC MOTOR CONTROL WITHOUT MICROCONTROLLER
AIM: To control the movement of a manual wheelchair by means of human voice for paralyzed patients.
PICK N PLACE ROBOTIC ARM AND MOVEMENT CONTROLLED BY ANDROID WIRELESSLY
Supervised by : Dr. Kamel Subhi
Presentation transcript:

CELL PHONE OPERATED LAND ROVER PROJECT PRESENTATION ON ELECTRONICS AND COMMUNICATION DEPARTMENT

CONTENTS Introduction Basic block diagram of project Circuit diagram Technology used Components used Software used Algorithm Advantages and disadvantages Applications Future scope Conclusion References

INTRODUCTION Aim of the project is to use a mobile phone to control a robotic arm mounted on a land rover Provides robust control, large working range and 16 controls. Control of robot involves 4 different phases: a)Perception b)Processing c)Action d)Detection

BASIC BLOCK DIAGRAM OF PROJECT MT

1.PERCEPTION First part is to make a call to the mobile phone which is attached to the robot. Next part is the decoding of DTMF tone generated by pressing a key in calling phone. Audio signal output from receiving phone is fed to DTMF decoder chip. Decoder chip converts DTMF tone into binary codes to be fed to microcontroller. MT8870 IC used as DTMF decoder in our project.

2. PROCESSING After perception stage, microcontroller processes the binary codes it receives. Microcontroller is pre-programmed in “C” to perform specific task according to input bits. Atmel’s ATmega16 is used for processing.

3. ACTION Final stage is rotation of motors based on input given by the microcontroller. Two DC motors of 30 rpm are used for the land rover and driven by motor driver IC L293D.

4. DETECTION For obstacle detection, a pair of IR transmitter and receiver is used along with buzzer. When the obstacle come near the robot, the IR transmitter will transmit the IR rays on the object and the object will reflect the IR rays to the IR receiver. The IR receiver will receive the IR rays and it will activate the buzzer.

CIRCUIT DIAGRAM OF MAIN PROJECT

OBSTACLE DETECTION CIRCUIT

DTMF SIGNALS AND DTMF DECODING CIRCUIT DTMF “Dual Tone Multiple-Frequency”. Used in a telecommuncating signaling The 16-keys touch tone pad. DTMF assigns a unique ‘sound’ to each key. Keys are arranged in a matrix of 4 columns and 4 rows.

GROUPING OF FREQUENCY Signals generated by the superposition of two pure sinusoidal tones. The DTMF signal generated is the sum of two sinusoidal tones.

DTMF DECODER IC

TRUTH TABLE FOR DTMF DECODER

ATMEGA16 MICROCONTROLLER Advanced-RISC architecture. 16K bytes of In-System Programmable Flash Program memory. Internal and external interrupts. 32 general-purpose registers. High-performance, Low-power AVR 8-bit Microcontroller.

FEATURES OF ATMEGA16 Widely used. Easily available. Cost effective. Speed of execution of instructions. Flexible instruction set. Vast documentation. Easily available support and development tools.

DIAGRAM OF ATMEGA16

DC MOTOR CONTROLLER L293D Microcontroller output is not sufficient to drive DC motors, so L293D is used. L293D comes in 16-pin DIP. It can provide current upto 600mA at voltages from 4.5V to 36V. It can be used to drive inductive loads such as relays, solenoids etc In the project it is used for simultaneous bi- directional control of two DC motors.

DC MOTOR CONTROL

ACTION PERFORMED CORRESPONDING TO THE KEY PRESS

SOFTWARE USED The software is written in ‘C’ language Hex code for Atmega 16 is generated by using Code Vision AVR ‘C’ compiler. The next software we used is ‘EAGLE’ for circuit schematic design and layout design.

ALGORITHM STEP 1: START STEP 2: DECLARE VARIABLES STEP 3: SET PORT A AS I/P PORT STEP 4: SET PORT D AS O/P PORT STEP 5: ACCEPT INPUT IF I/P IS 0X02 THEN MOVE MOTOR IN FORWARD DIRECTION IF I/P IS 0X08 THEN MOVE MOTOR IN BACKWARD DIRECTION IF I/P IS 0X04 THEN MOVE MOTOR TO LEFT IF I/P IS 0X06 THEN MOVE MOTOR TO RIGHT IF I/P IS 0X05 THEN STOP MOVING MOTOR STEP 6: STOP

ADVANTAGES Wireless control Surveillance System. Takes in use of the mobile technology which is almost available everywhere. This wireless device has no boundation of range and can be controlled as far as network of cell phone

DISADVANTAGES Cell phone bill. Mobile batteries drain out early so charging problem. Not flexible with all cell phones as only a particular cell phone whose earpiece is attached can only be used.

APPLICATIONS Scientific Military and Law Enforcement Search and Rescue Recreation and Hobby

FUTURE SCOPE Password Protection Alarm-Phone Dialer Adding a Camera

CONCLUSION We have successfully implemented the entire circuit on the PCB with obstacle detection feature. Since all we need is a mobile call establishment to instruct the robot due to the cell phone’s unending and cheap availability, this is highly feasible. The level of sophistication is quite low and hence its working is user friendly. Project can also be subjected to standardization and hence has a good future scope.

REFERENCES [1] Schenker, L, "Pushbutton Calling with a Two-Group Voice- Frequency Code” The Bell system technical journal, vol 14,no. 2, Jan [2] M. Ali Yousuf, R. Montúfar Chaveznava, and V. de la Cueva Cueva Hernández, "Robotic projects to enhance student participation, motivation and learning", Hernández Current Developments in Technology-Assisted Education,pp , July [3] Robert Siwy, "Generation and Recognition of DTMF Signals with the Microcontroller MSP430", Texas Instruments Deutschland, October [4] “Cell phone based land rover” Liu, Simon & Silverman, Mark. November 2009 [online] Available: [accessed:Jan 2013]. [5] [6] ml [8]

Thank you!!!