Ppt land rover

19
Akash Chandel (0821331024 ) Anupam Singh (0821331028 ) Ashutosh Singh (0821331024 ) Nishi Kant Rai (08213----- -) HINDUSTAN INSTITUTE OF TECHNOLOGY GR. NOIDA MAJOR PROJECT EEC - 851 Presented by :

Transcript of Ppt land rover

Page 1: Ppt land rover

Akash Chandel(0821331024)

Anupam Singh(0821331028)

Ashutosh Singh(0821331024)

Nishi Kant Rai(08213------)

HINDUSTAN INSTITUTE OF TECHNOLOGY GR. NOIDA

MAJOR PROJECTEEC - 851

Presented by :

Page 2: Ppt land rover

CELLPHONE OPERATED

LAND ROVER

Page 3: Ppt land rover

CONTENTS OF THE PRESENTATION

• SECTION A: PROJECT OVERVIEWPART 1 : WHAT this project is all aboutPART 2: HOW this project/robot worksPART 3: WHERE this robot can be used

• SECTION B: TECHNICAL ASPECTSPART 1: List of Components employedPART 2: Circuit and Pin Diagram

• SECTION C: CONCLUSION

Page 4: Ppt land rover

PROJECT OVERVIEWSection A :

Page 5: Ppt land rover

WHAT this robot actually does?

• Today, cell phone has displaced nearly all the old traditional devices of communication.

• So, in this project we show that how we can control the movement of any small robot with the help of mobile phone.

• And hence, by using this logic we can not only control the movement of vehicle but also switch on/off other accessories on robot.

Page 6: Ppt land rover

• The movement is controlled by pressing relevant keys on a mobile phone that makes a call to another mobile phone attached to the robot.

Page 7: Ppt land rover

HOW this robot works?

1. A mobile phone makes a call to the other mobile phone attached to the robot.

2. In the course of the call, if any button is pressed, a tone corresponding to the button pressed (called DTMF tone) is heard at the other end of the call, perceived by robot using the other phone.

3. The received tone is processed by the ATmega16 microcontroller with the help of DTMF decoder MT8870.

4. The decoder decodes the DTMF tone into its equivalent binary digit and this binary number is sent to the microcontroller.

5. The microcontroller is pre programmed to take a decision for any given input and outputs its decision to motor drivers in order to drive the motors for forward or backward motion or a turn.

Page 8: Ppt land rover

DTMF: Dual Tone Multi Frequency

• DTMF signalling is used for telephone signalling over the line in the voice-frequency band to the call switching centre. The version of DTMF used for telephone tone dialling is known as ‘Touch-Tone.’ • DTMF assigns a specific frequency (consisting of two separate tones) to each key so that it can easily be identified by the electronic circuit.

The DTMF keypad is laid out in a 4×4 matrix, with each row representing a low frequency, and each column representing a high frequency. Pressing a single key (such as '1' ) will send a sinusoidal tone for each of the two frequencies (697 and 1209 Hz).

Page 9: Ppt land rover

DTMF Decoder• A DTMF Decoder takes in DTMF tone and converts it into BCD code, output depending upon which key is pressed at the transmitter side.

• A number of companies make chips which decode these DTMF signal. One such IC is HT 9170.

• The device after detecting a valid tone-pair makes one of the pins high (StD) for a short duration and the output latch is updated (D0-D3) according to the received tone-pair

D3 D2 D1 D0

1 0 0 0 1

2 0 0 1 0

3 0 0 1 1

4 0 1 0 0

5 0 1 0 1

6 0 1 1 0

7 0 1 1 1

8 1 0 0 0

9 1 0 0 1

* 1 0 1 0

0 1 0 1 1

# 1 1 0 0

Page 10: Ppt land rover

H BRIDGE Concept for motor driver• An H bridge is an electronic circuit that enables a voltage to be applied across a load in either direction by turning S1-S4 On/Off.

• These circuits are often used in robotics and other applications to allow DC motors to run forwards and backwards.

•H bridges are available as integrated circuits(here L298), or can be built from discrete components.

Page 11: Ppt land rover

MICROCONTROLLER• Microcontroller is a single chip that contains the processor (the CPU), non-volatile memory for the program (ROM or flash), volatile memory for input and output (RAM), a clock and an I/O control unit.

Here, the function of microcontroller (PIC16F887A) is to control output based on the programmed embedded hex logic. The microcontroller continuously scans input logic. The input logic is 4BCD data from DTMF decoder and change in the logic level makes microcontroller to perform particular subroutine/tasks.

Page 12: Ppt land rover

WHERE this robot can be used?

• Agriculture and farming : “Remote-controlled robot uses thermal imaging to detect and eradicate termites” – GizmagThe Termibot carries video and thermal imaging cameras where human pest controllers can't go. When a telltale heat or moisture signature is detected, Termicam breaks termite nests open to confirm the infestation, then pumps pest control chemicals directly into the source.

Page 13: Ppt land rover

• Military and security operations:

“Had there been a high range, light weight robot which could go into the hotels where terrorists held guests hostage during the 26/11 attack and send the images from inside, the security forces could have perhaps handled the situation better and the casualties would have been limited.”

“ This concept is taken from military application where such land rover works as Unmanned Guided vehicle (UGV) for spy operations, mine diffuser, bomb detector etc. in such application the movements of land rover can be controlled from very far remote and safe place (as there is practically no limitation on operating range)”

Page 14: Ppt land rover

TECHNICAL ASPECTSSection B :

Page 15: Ppt land rover

List of Components EmployedPIC-16F877A (MICRICONTROLLER)

DTMF DECODER 8870

L293D (MOTOR DRIVER IC)

7805 (VOLTAGE REGULATER)

555 TIMER

ELECTROLYTE CAPACITOR 1000 µf

CRYSTAL OSCILLATOR-12MHz

AMPLIFIER

TRANSFORMER(STEP DOWN 500mili amp)

DIODE

LEDs

RESISTORs

CERAMIC CAPACITOR (O.1 PICO FARAD)

358 AMPLIFIER

TRANSISTOR

Page 16: Ppt land rover

CIRCUIT DIAGRAM

Page 17: Ppt land rover

CONCLUSIONSection C :

Page 18: Ppt land rover

• Scope for learning : PCB designing and various steps involved. PIC Microcontroller and its interfacing Programming the microcontroller using C

• Scope for improvement : This land rover can be further improved to serve specific purposes. It requires four controls to roam around. The remaining eight controls can be configured to serve other purposes, with some modifications in the source program of the microcontroller.

Page 19: Ppt land rover