war field land rover that alerts on sensing

Upload: praveen-reddy

Post on 05-Apr-2018

222 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/31/2019 War Field Land Rover That Alerts on Sensing

    1/33

    Click to edit Master subtitle style

    5/17/12

    WAR FIELD LAND

    ROVER THAT ALERTS

    ON SENSING PLANTED

    LAND MINE AHEAD

    Submitted by:

  • 7/31/2019 War Field Land Rover That Alerts on Sensing

    2/33

    5/17/12

    contents

    Project overview

    Block diagram

    Microcontroller 2051

    Microcontroller 8052RF Remote control

    RF modules

    Motor Driver ICMetal detector

    Software requirements

    Schematic & Working of the project

  • 7/31/2019 War Field Land Rover That Alerts on Sensing

    3/33

    5/17/12

    Project overview

    Here is an war field land rover that alerts onsensing planted land mine ahead controlledremotely using primarily the RF mode.

    The RF remote control has the advantage of

    adequate range (up to 200 metres withproper antennae) besides beingomnidirectional.

    On the other hand, an IR remote would

    function over a limited range of about 5metres and the remote transmitter has to beoriented towards the receiver module quiteprecisely.

    However, the cost involved in using RF

  • 7/31/2019 War Field Land Rover That Alerts on Sensing

    4/33

    5/17/12

    Block diagram

    Transmitter:

  • 7/31/2019 War Field Land Rover That Alerts on Sensing

    5/33

    5/17/12

    Block diagram

    Receiver:

  • 7/31/2019 War Field Land Rover That Alerts on Sensing

    6/33

    5/17/12

    Microcontroller

    It is a smaller computer

    Has on-chip RAM, ROM, I/O ports...

    RAM ROM

    I/OPort

    TimerSerialCOMPort

    Microcontroller

    CPU

    A single chip

  • 7/31/2019 War Field Land Rover That Alerts on Sensing

    7/335/17/12

    Features of MC 2051

    The 2051 is a 20 pin version of the 8051.

    Fully Static Operation: 0 Hz to 24 MHz

    Two-level Program Memory Lock

    128 x 8-bit Internal RAM

    15 Programmable I/O Lines

    Two 16-bit Timer/Counters

    Six Interrupt SourcesProgrammable Serial UART Channel

    Direct LED Drive Outputs

    On-chip Analog Comparator

  • 7/31/2019 War Field Land Rover That Alerts on Sensing

    8/335/17/12

    2051 Pin-out

  • 7/31/2019 War Field Land Rover That Alerts on Sensing

    9/335/17/12

    Features of MC 8052

    8K Bytes of In-System Programmable (ISP)Flash Memory

    4.0V to 5.5V Operating Range

    Fully Static Operation: 0 Hz to 33 MHz

    256 x 8-bit Internal RAM

    32 Programmable I/O Lines

    Three 16-bit Timer/Counters

    Eight Interrupt Sources

    Full Duplex UART Serial Channel

  • 7/31/2019 War Field Land Rover That Alerts on Sensing

    10/335/17/12

    Block diagram of mc

    CPU

    On-chipRAM

    On-chipROM forprogramcode

    4 I/O Ports

    Timer 0

    Serial

    PortOSC

    Interrupt

    Control

    External interrupts

    Timer 1

    Timer/Counter

    Bus

    Control

    TxD RxDP0 P1 P2 P3

    Address/Data

    CounterInputs

  • 7/31/2019 War Field Land Rover That Alerts on Sensing

    11/335/17/12

    Pin out of 8052

  • 7/31/2019 War Field Land Rover That Alerts on Sensing

    12/33

  • 7/31/2019 War Field Land Rover That Alerts on Sensing

    13/335/17/12

    Rf remote control

    The circuit uses HT 12E, HT 12D encoder anddecoder.

    433MHz ASK transmitter and receiver is used

    for the remote control.

  • 7/31/2019 War Field Land Rover That Alerts on Sensing

    14/33

  • 7/31/2019 War Field Land Rover That Alerts on Sensing

    15/335/17/12

    RF ENCODER & decoder

    The HT 12E Encoder ICs are series of CMOSLSIs for Remote Control system applications.They are capable of Encoding 12 bit ofinformation which consists of N address bitsand 12-N data bits.

    The HT 12D ICs are series of CMOS LSIs forremote control system applications.

    This ICs are paired with each other. For

    proper operation a pair of encoder/decoderwith the same number of address and dataformat should be selected.

    The Decoder receive the serial address and

    data from its corresponding encoder,

  • 7/31/2019 War Field Land Rover That Alerts on Sensing

    16/335/17/12

    MOTOR driver l293d

    L293D is a dual H-bridge motor

    driver integrated circuit (IC).

    Motor drivers act as currentamplifiers since they take alow-current control signal andprovide a higher-current signal.

    This higher current signal isused to drive the motors.

    L293D contains two inbuilt H-bridge driver circuits. In

    its common mode of operation, two DC motors can bedriven simultaneously, both in forward and reversedirection.

  • 7/31/2019 War Field Land Rover That Alerts on Sensing

    17/335/17/12

    Operation of motor driver

    L293D has 2 set of

    arrangements where oneset has input 1, input 2,output 1 and output 2and other set has input 3,

    input 4, output 3 andoutput 4, according toblock diagram if pin no 2& 7 are high then pin no 3

    & 6 are also high.

    If enable 1 and pinnumber 2 are high leaving

    pin number 7 as low thent e motor rotates n

  • 7/31/2019 War Field Land Rover That Alerts on Sensing

    18/335/17/12

    Contd..

    If enable 1 and pin number 2 are lowleaving pin number 7 as high then themotor rotates in reverse direction.

    If enable 2 and pin number 15 are highleaving pin number 10 as low then themotor rotates in forward direction.

  • 7/31/2019 War Field Land Rover That Alerts on Sensing

    19/335/17/12

    Metal detectorThe operation of metal detectors is

    based upon the principles ofelectromagnetic induction.

    The single-coil detector is the one

    used in a real metal detector. A pulsing current is applied to the

    coil, which then induces a magneticfield.

    When the magnetic field of the coilmoves across metal, such as thecoin, the field induces eddycurrents in the coin.

    The edd currents induce their own

  • 7/31/2019 War Field Land Rover That Alerts on Sensing

    20/335/17/12

    Schematic diagram

  • 7/31/2019 War Field Land Rover That Alerts on Sensing

    21/335/17/12

  • 7/31/2019 War Field Land Rover That Alerts on Sensing

    22/335/17/12

  • 7/31/2019 War Field Land Rover That Alerts on Sensing

    23/335/17/12

    Working of project

    The project uses HT12E Encoder which

    converts 4 bit data to serial output which isthen fed to the RF module for transmittingthe same to be received by the receiver RFmodule the output of which is fed to HT12D

    the serial decoder IC, the output of which isfed to controller pin 1-4.

    The transmitting end MC is connected to aset of pushbutton switches. Thus while aparticular button is pressed the programexecuted delivers corresponding 4-bit datawhich are then transmitted serially.

    The data so received at the receiver end ofort 1 o erates the motor throu h motor

  • 7/31/2019 War Field Land Rover That Alerts on Sensing

    24/335/17/12

    Contd..The transmitter is powered by a 6v battery in

    series with a silicon diode to finally developrequired voltage for microcontroller circuit.

    The receiver is powered by a 12v battery inseries with a silicon diode to protect thecircuits from accidental reverse batteryconnection.

    5V DC out of the 12V available from regulator

    IC 7805 is fed to the controller, decoder, themotor driver IC L293D pin 8 for operation ofthe motor.

  • 7/31/2019 War Field Land Rover That Alerts on Sensing

    25/335/17/12

    Contd..

    A metal detector circuit is used that uses atuned circuit comprising of a coil.

    Two capacitors C2 and C3 determining aspecific resonant frequency of oscillator by Q4.

    The sensitivity of which is adjusted by apotentiometer of 5k.

    The output of this resonant circuit is fed to Q2which quarter in emitter follower configuration

    with appropriate filtering to forward bias Q3that forces Q4 to be not in condition stage thusthe buzzer connected from positive supply tothe collector of Q4 does not get any power so

    doesnt sound.

  • 7/31/2019 War Field Land Rover That Alerts on Sensing

    26/335/17/12

    Software requirements

    Keil an ARM Company makes C compilers,

    macro assemblers, real-time kernels,

    debuggers, simulators, integratedenvironments, evaluation boards, and

    emulators for ARM7/ARM9/Cortex-M3,

    XC16x/C16x/ST10, 251, and 8051 MCU

    families.

    Compilers are programs used to convert a

    Contd

  • 7/31/2019 War Field Land Rover That Alerts on Sensing

    27/33

    5/17/12

    Contd.. i.e the programs written in one of the HLL like

    C will compile the code to run on the system

    for a particular processor like x86 (underlying

    microprocessor in the computer).

    For example compilers for Dos platform is

    different from the Compilers for Unix

    platform So if one wants to define a compiler

    then compiler is a program that translates

    source code into object code.

  • 7/31/2019 War Field Land Rover That Alerts on Sensing

    28/33

    5/17/12

    advantages

  • 7/31/2019 War Field Land Rover That Alerts on Sensing

    29/33

    5/17/12

    applications

  • 7/31/2019 War Field Land Rover That Alerts on Sensing

    30/33

    5/17/12

    Future scope

  • 7/31/2019 War Field Land Rover That Alerts on Sensing

    31/33

    5/17/12

    Conclusion

  • 7/31/2019 War Field Land Rover That Alerts on Sensing

    32/33

    5/17/12

  • 7/31/2019 War Field Land Rover That Alerts on Sensing

    33/33