You are on page 1of 48

ANTI THEFT ALERT FOR

STATIONARY GADGETS USING


WIRELESS TECHNOLOGY
Presented by

M.MANIKANTA
[12KF1A0403]
I.VISHAL KUMAR [12KF1A0401]
P.RATNA KISHORE [12KF1A0406]
Under the Guidance of Ms. P. BABY SHAMILI

MENTEY PADMANABHAM COLLEGE OF


ENGINEERING AND TECHNOLOGY

ABSTRACT
Present Security systems are done with mechanical
switches which initiate an alarm when a certain preset
level of motion is detected.
This project overcomes the drawbacks of present
security systems.
This project can provide the security by using MEMS
sensors with the help of embedded technology.

INTRODUCTION
Now a days everyone knows what type of security we
need, security is needed for all the valuable devices.
But even after taking care we are still unsatisfied with
the security. Because Robbery of the devices has been
increased widely.
So as the technology is growing we are implementing
new ideas over security purpose.

BLOCK DIAGRAM
POWER SUPPLY

USER
MOBIL
E
MEMS
SENSO
R

16X2
LCD
RESET

MAX
232
AT89S52
MICRO
CONTROLL
ER

GSM
MODEM

BUZZ
ER
DC
MOTO
R

GPS
MODE
M

KIT

BLOCK DIAGRAM
POWER SUPPLY

USER
MOBIL
E
MEMS
SENSO
R

16X2
LCD
RESET

MAX
232
AT89S52
MICRO
CONTROLL
ER

GSM
MODEM

BUZZ
ER
DC
MOTO
R

GPS
MODE
M

KIT

POWER SUPPLY
STEP DOWN
T/F

BRIDGE
RECTIFIER

FILTER

VOLTAGE
REGULATOR

Step Down transformer converts high-voltage, low-current


power into low-voltage, high-current power.
Bridge Rectifier is used for converting an alternating current
into a direct current.
The output of the rectifier pulsating in nature. The unwanted
ripple components are removed by placing filter circuit at the
output of the rectifier.
The Voltage Regulator is used to keep the output voltage
constant at the desired value.

BLOCK DIAGRAM
POWER SUPPLY

USER
MOBIL
E
MEMS
SENSO
R

16X2
LCD
RESET

MAX
232
AT89S52
MICRO
CONTROLL
ER

GSM
MODEM

BUZZ
ER
DC
MOTO
R

GPS
MODE
M

KIT

MICROCONTROLLER
The AT89S52 is a low-power, high-performance
CMOS 8-bit microcontroller with 8K bytes of insystem programmable Flash memory.
The device is manufactured using Atmels high-density
nonvolatile memory technology.
The on-chip Flash allows the program memory to be
reprogrammed in-system or by a conventional
nonvolatile memory programmer.

MICRO CONTROLLER
PIN configuration :

12

BLOCK DIAGRAM
POWER SUPPLY

USER
MOBIL
E
MEMS
SENSO
R

16X2
LCD
RESET

MAX
232
AT89S52
(8051)
MICRO
CONTROLL
ER

GSM
MODEM

BUZZ
ER
DC
MOTO
R

GPS
MODE
M

KIT

MEMS
MEMS stands for Micro Electro Mechanical System.
It is fabricated using micro machining technology.
It is used for sensing, actuation or are passive microstructures.
It is usually integrated with Electronic circuitry for
control and/or information processing.

BLOCK DIAGRAM
POWER SUPPLY

USER
MOBIL
E
MEMS
SENSO
R

16X2
LCD
RESET

MAX
232
AT89S52
(8051)
MICRO
CONTROLL
ER

GSM
MODEM

BUZZ
ER
DC
MOTO
R

GPS
MODE
M

KIT

MAX-232
The MAX232 is an Integrated Circuit first created in 1987
by Maxim Integrated Products.
The MAX232 is a dual driver or
receiver and typically converts the
RX, TX, CTS and RTS signals.
It Is Used In Battery-Powered
Systems, Terminals, Modems,
Computer
and
many
other
applications.
18

BLOCK DIAGRAM
POWER SUPPLY

USER
MOBIL
E
MEMS
SENSO
R

16X2
LCD
RESET

MAX
232
AT89S52
(8051)
MICRO
CONTROLL
ER

GSM
MODEM

BUZZ
ER
DC
MOTO
R

GPS
MODE
M

KIT

GSM (Global System for Mobile


communication)
GSM is a digital mobile telephone system.

The GSM module is communicate the microcontroller with


mobile phones through UART.

GSM modem interfacing with microcontroller for SMS control


of industrial equipment.

BLOCK DIAGRAM
POWER SUPPLY

USER
MOBIL
E
MEMS
SENSO
R

16X2
LCD
RESET

MAX
232
AT89S52
(8051)
MICRO
CONTROLL
ER

GSM
MODEM

BUZZ
ER
DC
MOTO
R

GPS
MODE
M

KIT

GPS(Global Positioning System)


The Global Positioning System (GPS) is a space
based satellite navigation system that provides
location.
The serial data from the GPS receiver is taken by
using the Serial Interrupt of the controller.

BLOCK DIAGRAM
POWER SUPPLY

USER
MOBIL
E
MEMS
SENSO
R

16X2
LCD
RESET

MAX
232
AT89S52
(8051)
MICRO
CONTROLL
ER

GSM
MODEM

BUZZ
ER
DC
MOTO
R

GPS
MODE
M

KIT

LCD (Liquid Crystal Display)


LCD is a flat panel display, electronic visual display that
uses the light modulation properties of liquid crystals.

Liquid crystals do not emit light directly.

LCDs are available to display arbitrary images or fixed


images which can be displayed or hidden.

BLOCK DIAGRAM
POWER SUPPLY

USER
MOBIL
E
MEMS
SENSO
R

16X2
LCD
RESET

MAX
232
AT89S52
(8051)
MICRO
CONTROLL
ER

GSM
MODEM

BUZZ
ER
DC
MOTO
R

GPS
MODE
M

KIT

BUZZER
Piezo Electric buzzers are Solid state devices that
produce an Audible signal when powered.

They are basically made up of piezo crystal.

A simple oscillator circuit is used to make these


signals audible.

BLOCK DIAGRAM
POWER SUPPLY

USER
MOBIL
E
MEMS
SENSO
R

16X2
LCD
RESET

MAX
232
AT89S52
(8051)
MICRO
CONTROLL
ER

GSM
MODEM

BUZZ
ER
DC
MOTO
R

GPS
MODE
M

KIT

RESET
RESET is an active High input When RESET is set to
High, 8051 goes back to the power on state.

The 8051 is reset by holding the RST high for at least


two machine cycles.

BLOCK DIAGRAM
POWER SUPPLY

USER
MOBIL
E
MEMS
SENSO
R

16X2
LCD
RESET

MAX
232
AT89S52
(8051)
MICRO
CONTROLL
ER

GSM
MODEM

BUZZ
ER
DC
MOTO
R

GPS
MODE
M

KIT

DC MOTOR
DC motor is an electrical machine which converts
direct current (electrical energy) into mechanical
energy.

We use this DC motor in this project for checking the


Direct current.

PROPOSED METHOD
If the theft is not done then the fan rotates continuously. It is
the indication of the power supply.

When the MEMS sensor direction is changed then the fan is


OFF and the buzzer will ON.

At that time message will be send to user mobile by the GSM


module and GPS module.

RESULT

RESULT FROM GPS & GSM

APPLICATIONS
Apartments.
Tollgates.
Industries & Companies.
Security places.
Museums.
Jewelry Shops.

ADVANTAGES
Safe & secure.
Easy to use.
Reduce the Theft.
Reduce the Man Power.
Theft can caught easily.

DISADVANTAGES
If we are not having the signal, then the
information will not be sent.

The kit must be in the network coverage area.

CONCLUSION
By using this anti theft, robberies of the valuable
devices can overcome, the theft can be caught easily.
With the development of sensor technology, MEMS
sensors in the form will be varied, through the
extensive application of electronic technology to
achieve high overall performance further.

FUTURE SCOPE
The future scope of our project is that a new anti-theft sensor

system is being developed at the advanced institute of industrial


technology.
Presently only SMS feature is available, we can include the call

feature for case of operation.


Microphone could be interfaced to the GSM/GPS module so that

during theft activity voice call could be established with the owned.

REFERENCES
http://www.alarmscctv.com/detectionprodint6.html
http://www.societyofrobots.com/microcontroller_tutorial.shtml

http://www.nowsms.com/faq/what-is-a-gsm-modem

http://www.vexrobotics.com/276-2153.html

http://www.adc.com/Americas/en_US/1268116694636

h
T

k
n
a

u
o
y

Any quires?

You might also like