Stolen car recovery

34
x/4/2010 (day) , At Lec (x) ,every one is invited

description

stolen car recovery using GpS

Transcript of Stolen car recovery

Page 1: Stolen car recovery

x/4/2010 (day) , At Lec (x) ,every one is invited

Page 2: Stolen car recovery

GGlobal PPositioning SSystem

Page 3: Stolen car recovery

The History of GPS

Feasibility studies begun in 1960’s. Pentagon appropriates funding in 1973. First satellite launched in 1978. System declared fully operational in

April, 1995.

Page 4: Stolen car recovery

Historical Development of GPS

1978 -Launch of first GPS satellite.1985 -Kinematic GPS surveying.1989 -Launch of first Block II satelliteWide area differential GPs conceptU.S Coast Guard GPSInformation System (GPSIC).1993 -Real-time Kinematic GPSInitial operational capability (IOC) on December 8.1995 -Full operational capability (FOC) on July 17.1996 -Presendential Decision Directive, first U.S GPS policy.20002000 - Selective availability set to Zero .

Page 5: Stolen car recovery

Competitors of GPSCompetitors of GPS

• GLONASSGLONASS

- Russian Federation’s satellite - Russian Federation’s satellite navigation systemnavigation system

• GalileoGalileo

-European Union and the European Space -European Union and the European Space AgencyAgency

Page 6: Stolen car recovery

Introduction

•The global positioning system(GPS)The global positioning system(GPS) is a network of 24 NAVSTAR satellites orbiting at a distance of 20,200kms from the surface of the earth . Originally established by the u.su.s department of defense(DOD).

Page 7: Stolen car recovery

A visual example of the GPS constellation in motion with the Earth rotating.

A visual example of the GPS constellation in motion with the Earth rotating.

Page 8: Stolen car recovery

Four Basic Functions of GPS

Position and coordinates.

The distance and direction between any two waypoints, or a position and a waypoint.

Travel progress reports.

Accurate time measurement.

Page 9: Stolen car recovery

System OverviewSystem Overview

The total GPS configuration is comprised The total GPS configuration is comprised of three distinct segments:of three distinct segments: (1)(1) The space segment-Satellites orbiting The space segment-Satellites orbiting the Earththe Earth (2)(2) The control segment-Stations The control segment-Stations positioned on the Earth’s equator to positioned on the Earth’s equator to control the satellites.control the satellites. (3)(3) The user segment – Anybody that The user segment – Anybody that receives and uses the GPS signalreceives and uses the GPS signal..

Page 10: Stolen car recovery

Control SegmentControl Segment

Space SegmentSpace Segment

User SegmentUser Segment

Three Segments of the GPS Three Segments of the GPS

Monitor Stations

GroundAntennas

Master Station

Page 11: Stolen car recovery

User Segment

Military. Search and rescue. Disaster relief. Surveying. Marine, aeronautical and terrestrial navigation. Remote controlled vehicle and robot guidance. Satellite positioning and tracking. Shipping. Geographic Information Systems (GIS). Recreation.

Page 12: Stolen car recovery

Space Segment

Page 13: Stolen car recovery

Kwajalein Atoll

US Space Command

Control SegmentControl Segment

Hawaii

Ascension Is.

Diego Garcia

Cape Canaveral

Ground AntennaMaster Control Station Monitor Station

Page 14: Stolen car recovery

Position is Based on TimePosition is Based on Time

T + 3

Distance between satellite and receiver = “3 times the speed of light”

TSignal leaves satellite at time “T”

Signal is picked up by the receiver at time “T + 3”

Page 15: Stolen car recovery

Pseudo Random Noise CodePseudo Random Noise Code

Receiver PRN

Satellite PRN

Time Difference

Page 16: Stolen car recovery

Calculating DistanceCalculating Distance

Velocity x Time = Distance

Radio waves travel at the speed of light, roughly 186,000 miles per second (mps)

If it took 0.06 seconds to receive a signal transmitted by a satellite floating directly

overhead, use this formula to find your distance from the satellite.

186,000 mps x 0.06 seconds = 11,160 miles

Page 17: Stolen car recovery

TriangulationTriangulationGeometric Principle:

You can find one location if you know its distance from other, already-known locations .

Page 18: Stolen car recovery

TriangulationTriangulation

Page 19: Stolen car recovery

TriangulationTriangulation

Page 20: Stolen car recovery

3-D Trilateration 3-D Trilateration1 Satellite 2 Satellites

3 Satellites

Page 21: Stolen car recovery

Latitude and LongitudeLatitude and Longitude

Latitude and LongitudeLatitude and Longitude: are spherical coordinates on the surface of the earth. LatitudeLatitude is measured North or South of the Equator. LongitudeLongitude is measured East or West of Greenwich. GPS uses Latitudes and Longitudes to reference locations.

Page 22: Stolen car recovery

•How to recover A stolen car?

• 1-Know it’s place • 2-Lock it • 3-Go & Get it

A simple question?

Page 23: Stolen car recovery

GPSGPS Chip receive The satellites signals

And generate the Latitude and Longitude

A mobile basedSystem send (Lat&Lon) viaSMS/GPRSSMS/GPRS

To the car owner

By using any mapping Software

We can knowWere the car is.

How to know the stolen car place?

Page 24: Stolen car recovery

A built in µ.controllerµ.controller holda text or a code aboutThe lock operation.

The car owner Communicate with

The µ.controllerVia SMS/GPRSSMS/GPRSTo lock the car.

The µ.controllerµ.controller startTo perform the Lock Operation by cutting

The power off.

How to Lock the stolen car ?

Page 25: Stolen car recovery

Gps Receiver µ.chip

Page 26: Stolen car recovery

GPS µ.chip Pin out

Page 27: Stolen car recovery

GPS Serial Communications

Page 28: Stolen car recovery

GPS Serial Communications

Page 29: Stolen car recovery

Extracting or Parsing the GGA string

A program can be written to serially read the incoming message strings and determine if it's a GPGGA message. If so, the program can extract and/or display only geospatial information we might want, like the time and longitude/latitude coordinates.

Page 30: Stolen car recovery

Mobile F-bus

Page 31: Stolen car recovery

Effective car Lock

Page 32: Stolen car recovery

Presented by : student / MOHAMED MAGHRBY

Page 33: Stolen car recovery

Sample frame sent to Nokia 3310 (showed as a Hex dump)

Byte: 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15

Data: 1E 00 0C D1 00 07 00 01 00 03 00 01 60 00 72 D5

Byte 0: This is the F-Bus Frame ID. Cable is 0x1E .Byte 1: the destination address 00 for the phone .

Byte 3: This is the message type or 'command'.

Byte 2:source address. PC's ID byte. 0x0C (Terminal).

Byte 4&5: the message length 4 is MSB & 5 is LSB

Page 34: Stolen car recovery