Intelligent MVTS

Embed Size (px)

Citation preview

  • 7/31/2019 Intelligent MVTS

    1/14

    DESIGN OF AN INTELLIGENT

    MOBILE VEHICLE CHECKING

    SYSTEM BASED ON ARM7

    Under the Guidance of

    Mr. Prakash K.MM.Tech

    Project Associates

    ROHIT KUMAR 4BD08EC080HEMANT KUMAR 4BD08EC032RISHI ANAND RAY 4BD08EC078

    PRASHANT BHARTY 4BD08EC060

  • 7/31/2019 Intelligent MVTS

    2/14

    Contents

    Introduction

    Block diagram

    Architecture Software Used

    Common Uses

    References

  • 7/31/2019 Intelligent MVTS

    3/14

    IntroductionWith ARM7 as the core, the new intelligent mobile vehicle checking

    system integrates a lot of hardware modules such as:-

    Video capture

    GPS positioning

    Wireless transmission

    By the hardware/software co-design, the intelligent mobile vehiclechecking system implemented the functions of

    Video capturing

    Vehicle license recognition

    Communication function(wireless transmission)

    GPS positioning

    Meet the traffic auditing departments needs about Mobile VehicleChecking

  • 7/31/2019 Intelligent MVTS

    4/14

    Block Diagram

    Laptop

    Laptop web

    camera

    Video

    capturingusing

    MATLAB

    Image

    processing

    using

    MATLAB

    ARM

    Microprocessor

    Alpha numeric LCD

    GPS

    GSM

    Reset Buzzer

    DC

    Adapter

    Power supply

    5v,12v DC

  • 7/31/2019 Intelligent MVTS

    5/14

    Architecture

    Microprocessor ARM7TDMI-S GPS

    GSMAlphanumeric LCDWeb camera

  • 7/31/2019 Intelligent MVTS

    6/14

    MicroprocessorARM7 TDMI-S

    16/32-bit ARM7TDMI-S microprocessor in a 64 pinpackage.

    8kB on-chip Static RAM.

    32 kB on-chip Flash Program Memory.

    In-System Programming (ISP).

    Eight channel 10-bit A/D converter.

    Two 32-bit timers.

    Two 16-bit timers

    Serial interfaces including two UARTs

  • 7/31/2019 Intelligent MVTS

    7/14

    GPS

    GPS-634R

    Receive data (300 characters) serially and store inanarray format

    Compare received data with GPGGA

    If matched respective time, latitude and longitudevalues are stored in corresponding array format

    The received time(ASCII) value is converted to

    HH:MM:SS (i.e. Hour, Minute and Second ) format and

    displayed on ALCD.

    If the stored latitude and longitude has 9 characters

    than its displayed on ALCD else once again 300

    characters are received from GPS

    If received data doesnt match with GPGGA thenWRONG DATA SORRY is displayed on ALCD

  • 7/31/2019 Intelligent MVTS

    8/14

  • 7/31/2019 Intelligent MVTS

    9/14

    Alphanumeric LCD JHD162A is the display that we have used.

    The block diagram is shown

    It has a panel

    with 2 rows and16 columns.

    Along with 58

    pixel selection

    pattern.

    If connection are proper we see the

    display as shown here

  • 7/31/2019 Intelligent MVTS

    10/14

    Software Used Embedded C: Used for developing a C language code for

    the ARM7 processor which would control all the othermodules in the system.

    Keil Compiler: Used for converting the above developedembedded C code to an executable code (.exe file) for

    ARM processor.

    Flash Magic : PC tool for programming ARM7 usingserial protocol in target hardware (.hex files) .

    MATLAB: Used for writing a MATLAB code for

    processing the captured video image.

  • 7/31/2019 Intelligent MVTS

    11/14

    MATLAB PROCESSING OUTPUT

    INPUT IMAGE-CAPTURED

    VEHICAL PLATE NUMBER

    INVERTED

    BINARY IMAGE

    GRAY-SCALE EQUIVALENT OF

    THE INPUT IMAGE

  • 7/31/2019 Intelligent MVTS

    12/14

    Common Uses Stolen vehicle recovery

    Fleet management

    Asset tracking Field service management

    Surveillance

    Trailer tracking

    Transit tracking

  • 7/31/2019 Intelligent MVTS

    13/14

    Referenceswww.arm.com/support/resources/arm-

    books/index.php

    www.privateline.com/mt_gsmhistory/04_architecture_of_the_gsm_network/

    http://www.gpsworld.com/GPS/gps-references-6438

    www.egochina.net.cn/eBay/Download/JHD162A.pdf

  • 7/31/2019 Intelligent MVTS

    14/14