• No results found

Instant Theft Alert and Tracking System in Car

N/A
N/A
Protected

Academic year: 2021

Share "Instant Theft Alert and Tracking System in Car"

Copied!
6
0
0

Loading.... (view fulltext now)

Full text

(1)

29

Instant Theft Alert and Tracking System in Car

Kunjal P. Tanna

Final Year Student, Electronics

and Telecommunication 23/24, Manusmruti, R.R.T. Road,

Mulund (W), Mumbai-400080

Preeti Kumar

Final Year Student, Electronics

and Telecommunication 10-C Kanchanjunga, Anushaktinagar, Mumbai-400094

Shubha Narayanan

Final Year Student, Electronics

and Telecommunication 303, Amol Deep, Mhatre Nagar, Rajaji Path, Dombivli(E) 421201

ABSTRACT

There are a variety of areas wherein a need exists for a system capable of identifying and tracking the geographic location of a remote valuable object. One such valuable object which requires constant surveillance is car. In order to alert the car owner immediately regarding theft of the car by means of a portable remote receiver, we have come up with an Event Tracking System, which we have discussed in this paper. This system consists of Event Detection Module, Global Positioning System (GPS), Asset Tag and Wireless Network Interface. The Event Detection Module consists of Event detection sensor and Event detection logic. GPS and Asset Tag together determine the location of the car. Wireless Network Interface consists of a transmitter used to transmit signal to the Surveillance Pad wirelessly. The Surveillance Pad consists of processing unit, display and alert system. The predetermined event to be detected in this system is the unlocking of the door of the car. Once the door gets unlocked it will send an alert to the car owner in the form of an alarm or message. This can help the user to take immediate actions. Once the engine starts, the GPS tracking display in the Surveillance Pad will get enabled with an alarm allowing the car owner to track the car and retrieve it.

1

.

INTRODUCTION

Presently, object tracking is widely used for tracking the stolen objects. But this method fails to immediately inform the user regarding the theft. Thus, delayed knowledge regarding theft makes the process of retrieving the object difficult. Hence, it would be more advantageous if the theft is detected instantly. So we have come up with a system which initially detects the event further tracking it.

According to the Federal Bureau of Investigation (FBI)'s Uniform Crime Reports, a motor vehicle is stolen in the United States every 26.4 seconds. The odds of a vehicle being stolen were 1 in 207 in 2005 (data available based on registrations from the Federal Highway Administration, thefts from the FBI and calculated by the Insurance Information Institute). The odds are highest in urban areas. Total numbers of more than 40,000 cars, costing about 160 crore, are stolen every year in India. On an average, over the past five years, 2,500 vehicles were stolen annually, but the figures have zoomed to 3,282 in the past twelve months. The abovestatistics show that there is an urgent need to implement a system that immediately alerts the car owner about the theft followed by its tracking.

2

.

GENERAL PROCEDURE

The general procedure followed by our system is described in

Figure 1: Figure 1: Flowchart of General Procedure

Once the Engine starts, It activates the tracking of the car by GPS

Stop

Start

Driver locks the door & Enables the Event Tracking System

System senses the occurrence of Predetermined Event i.e. UNLOCKING OF DOOR of CAR

A signal is sent indicating that the Car is UNLOCKED in the absence of the car owner

A portable device detects the occurrence of signal

A portable device detects the occurrence of signal

(2)

30 Driver locks the door and enables the system. This avoids

unwanted alerts while the owner uses the car. The car owner carries a portable device which has an alarm system and a tracking system which communicates with the security system installed in the car. As soon as the thief tries to unlock the door, the security system sends a signalto the portable device to ring the alarm. This immediately informs the car owner about the theft thus overcoming the drawbacks of the existing tracking system. Once the thief starts the engine, the portable device tracks the car using GPS. Thus, the car owner can retrieve the car as soon as possible.

3

.

BLOCK DIAGRAM

The Block Diagram of the system is as shown in Figure 2. The system consists of the event tracking unit and a surveillance pad.

3.1

Event Tracking Unit

It consists of an asset tag and event detection module.

3.1.1

Asset Tag

It comprises of GPS receiver and the communication transreceiver.

3.1.1.1

GPS Receiver

The GPS receiver receives signals from satellites in global positioning satellite system. These signals are processed to identify the geographic location of the GPS receiver according to the well known GPS technology. The GPS receiver is powered by the battery. It is believed that a variety of known rechargeable batteries are preferred. However, reducing the size and weight of the battery also generally results in a reduction of the useful life of the battery. Therefore it is desirable that an asset tag operate in such a manner so as to conserve the consumption of the power by the GPS receiver.

3.1.1.2

Communication Transreceiver

It is a cellular-based transceiver used to receive Event Occurrence signal and transmit signals to the wireless network for ringing the alarm and enabling the display as per the event detected.

3.1.2

Event Detection Module

It consists of Door Sensor, Engine Sensor, Event detection logic and Signal Conditioning Electronics.

3.1.2.1

Door Sensor

It senses the locking and unlocking of the door. It sends the appropriate signal to the processor.

3.1.2.2

Engine Sensor

It senses the start and stop of the engine. It sends the appropriate signal to the processor.

3.1.2.3

Event Detection Logic (Processor)

It continuously checks the status of the sensors to set and clear Door Status bit (DS) and Engine Status bit (ES) accordingly. It also sends the Event Occurrence signal to the communication transreceiver.

3.1.2.4

Signal Conditioning Electronics

It converts the signal to the desired form with the help of transducers, amplifier and filters.

3.2

Surveillance Pad

The portable device mentioned above is termed as Surveillance Pad. It is carried by the owner to monitor the car. It consists of Wireless Network, Processing Unit, Alarm and Display.

3.2.1

Wireless Network

This network uses radio communication to communicate with the event tracking unit present in the car. The frequency ranges in Megahertz.

3.2.2

Processing Unit

It receives the event occurrence signal and rings the alarm when the door is opened. It also enables the display on receiving the position report when the engine starts.

3.2.3

Alarm System and Display

They are enabled by the processing unit. Display continuously shows the location of the car.

4. WORKING

AT Mega32 microcontroller is part of AVR series of microcontroller manufactured by Atmel with RISC architecture 32 Kb of in-system programmable Flash, 1K EPROM, 2K SRAM, 32 bit multifunction General purpose I/O, TWI, USART, SPI, JTAG interface support, etc. Atmel also provides free software support in the form of AVR „C‟ compiler, AVR Studio for Software debugging and simulation in assembly language and Ponyprog software is also available for flash programming.

The interface diagram, of micro-controller system is shown in figure 3.

Port C is configured as input port and remaining ports are grounded. In this application, a mobile is connected to microcontroller based system through RS 232C data link cable. Internally RxD and TxD are connected to 9-pin RS232 female connector through MAX 232 IC for TTl-RS232C signal translation. PA0 is connected to potential divider circuit to provide variable analog voltage at its input. The crystal of 1.8432 MHz is chosen for generating baud rate of 115.2 kbps for serial communication with mobile.

AT Mega32 is initialized to configure port C as input. Universal Baud Rate Register (12 bit) UBRRG & UBRRL are initialized to 000H for baud rate of 115.2 kbps. The frame format of 8 bit, no parity and 1 stop bit is set using Universal Control & Status Register C (UCSRC). Receiver and transmitter are enabled through appropriate bits in UCSRB. For transmission, it is recommended to check the empty status of transmit buffer with the help of UDRE flag in UCSRA. If the transmit buffer is empty then data byte to be transmitted to TxD pin is sent through Universal Data Register (UDR). For serial data reception, RxC bit in UCSCRA is checked at regular intervals and if it is active, incoming data byte from RxD pins is read through UDR.

For enabling SMS reception from control system mobile, microcontroller sends

1. „ATZ‟ command to reset modem of control system mobile. 2. „AT‟ command to check modem status.

3. „AT + CGMF‟ command to select to text mode.

4. „AT + CNMI‟ command to set incoming SMS message indications.

(3)

31 Figure 2: Block Diagram

GLOBAL POSITIONING SATELLITE SYSTEM

GPS RECEIVER BATTERY COMMUNICATION TRANSRECEIVER DOOR SENSOR ENGINE SENSOR SIGNAL CONDITIONING ELECTRONICS

ASSET TAG

EVENT TRACKING UNIT

EVENT DETECTION

MODULE

EVENT OCCURRENCE SIGNAL POSITION REQUEST POSITION DATA WIRELESS NETWORK PROCESSING UNIT ALARM SYSTEM DISPLAY

SURVEILLANCE PAD

EVENT DETECTION LOGIC (PROCESSOR)

(4)

32 Figure 3: Interfacing Diagram

PA0 and PA1 of microcontroller are connected to PC0 and PC1 pins of AT Mega32. Microcontroller then checks digital input port

C1 C2 C3 R1 PA0/ADC 0 PA1/ADC 1 PA2/ADC 2 PA3/ADC 3 PA4/ADC 4 PA5/ADC 5 PA6/ADC 6 PA7/ADC 7 PB0/T0 PB1/T1 PB2/AIN0 PB3/AIN1 PB4/SS PB5/MOS I PB6/MIS O PB7/SCK XTAL1 XTAL2 RESET GND GND PC0/SCL PC2/TCK PC1/SOA PC3/TMS PC4/TD0 PC5/TD1 PC6/OSC 1 PC7/OCS 2 PD1/TXD PD2/INT0 PD3/INT1 PD4/OC1 B PD5/OC1 A PD0/RXD PD6/ICP PD6/OC2 AREF AVCC VCC VCC R1IN PA0 PA1

89S52

R2IN T1IN T2IN C1+ C1- C2+ C2- V+ C7 R1OUT R2OUT T1OUT T2OUT C4 C5 C6 5 1 3 2 4 RDATA U2 RDATA JDP1 MOBILE (RS-232 COMM) MAX23 2 SW1 MICROCONTROLLER ATMEGA 32 V- 6 7 8 9

(5)

33 bits and analog input at periodic intervals and sends SMS

whenever there is change in status of input port bits or deviation of analog input from prescribed limits.

Figure 4: Flowchart of Detailed Process

The detailed description of the process shown in flowchart is as follows:

When the owner activates the system, the event detection module initially checks the door status bit, DS. DS=0 indicates that the door is unlocked and DS=1 indicates that the door is locked. The

event detection module is programmed to constantly check the DS bit. As soon as DS clears, a signal is sent to the communication transreceiver. Transmitter sends a signal to the surveillance pad which immediately rings an alarm alerting the driver regarding the opening of car door. Once DS bit clears, the event detection module starts checking for the engine status bit ES. ES=0 indicates the engine is OFF and ES=1 indicates the engine is ON. As soon as ES bit sets, another signal is sent to GPS receiver requesting for the position report through communication transreceiver. This enables the GPS receiver. The asset tag provides a position report by the prompt provided by the event indicator sent to the communication transmitter by the event detection module. Upon such prompting, the position of the car is communicated to the wireless network through communication transreceiver and forwarded to the surveillance pad. The display is enabled by the processing unit and the driver easily tracks the car. The event prompt has an advantage that the GPS receiver remains dormant, thus conserving power, until prompted by the local communicator to provide a position report.

5. CONCLUSION

The event detection system proposed by us can be implemented in places like banks, defence, museums, research centres and various other high security places thus facilitating immediate detection and quick recovery of the stolen object.

6. COMMENTS

1.Even if the thief disables the GPS system after opening the car, an alert is inevitably sent to the car owner regarding the theft. Hence it serves as a foolproof system for car theft detection.

2.Since the GPS receiver is activated only after the engine is started, a lot of power is conserved.

3.The processor present in the car itself can be used since it requires very less memory eliminating the need for a dedicated processor.

4.We could have used an RFID tag instead of GPS. But GPS is relatively cheaper and provides continuous tracking. 5.We could have ANDed both the door unlocking and engine

starting events. But this logic will not provide a security to the valuables present inside the car since the thief need not necessarily steal the car.

7. RECOMMENDATIONS

1.The surveillance pad can be replaced by an SMS alert and GPS tracking on mobile which eliminates the need to carry an additional device.

2.Also we can use cryptography to encrypt the transmitted signal and decrypt it at the surveillance pad, thus reducing the brute-force attacks.

3.Just as with car owners, homeowners also have a desire to recover lost or stolen household items having significant value. Thus a similar system can be implemented at homes where multiple events can be detected.

8. REFERENCES

[1] Koji Hasegawa, “GPS Receiver and GPS Reception Method”, US Patent Application Publication, September 6, 2001.

Start

Signal sent to communication Transreceiver

Transmitter sends signal to Surve illance pad

Processing unit rings the alarm on Surveillance pad

Signal is sent to the GPS receiver requesting Position report

GPS Receiver is enabled

Position of car is communicated to Surveillance Pad

End

IS DS=0 ? IS ES=1 ? Yes Yes No No

(6)

34 [2] Timothy Neher, Anthony LaRochelle, “Security Tracker”,

US Patent Application Publication, Jul 10, 2007.

[3] Zeineh , Rashid A., “Vehicular Safety System and Method”, US Patent Application Publication, Dec 11 , 2003.

[4] edaboard.com Forum for Electronics, available at http://www.edaboard.com/

[5] SatSleuth GPS Tracking Systems, available at, http://www.satsleuth.com/

[6] Tech Ebooks, available at http://www.freetechebooks.com/

[7] Auto-Theft.Info, available at http://www.auto-theft.info/ [8] Jesse H. Tanner, “Vehicle location”, US Patent

Application Publication, September 12, 1995.

[9] SmartMotorist.com, available at http://www.smartmotorist.com/

Figure

Figure 1:   Figure 1: Flowchart of General Procedure
Figure 4: Flowchart of Detailed Process

References

Related documents

If workers at different age levels are disproportionately affected by the business cycle, then changes in the youth share will have a direct composition effect on aggregate labor

Specifically examined was the relationship of poverty to the three State of Texas Assessment of Academic Readiness (STAAR) Reading standards for Hispanic and Black

Its peers generally will only see one exposed network location of the mobile node, but it is also possible that a peer node connects a mobile node through two or more different

institutions that govern PES are often designed in ways that entail transaction costs that cannot be feasibly met by individual smallholders. Collective action can provide a

K0638 Lumbar-sacral orthosis, flexible, provides lumbo-sacral support, posterior extends from sacrococcygeal junction to T-9 vertebra, produces intracavitary pressure to reduce

He earned a Bachelor of Arts degree in Psychology and Justice Studies from the University of New Hampshire – Durham, NH, in 2013.. Alex has most recently been employed as

>>>CLICK HERE<<< You should try to use a assignment of debt agreement buyers water-based cleaner. Besides all these benefits, people can experience less