GSM Security System
GSM Security System
GSM Security System
In this project there will be sensors inside the home ,if any body comes forcibly to home the
sensors output will give information to the system that somebody had came, then it will send the SMS
to the owners mobile or make a call to police.
PROJECT CYCLE
1. Specification of the Project.
2. PCB Layout.
3. Device Test.
4. Code Implementation.
5. Program Test.
6. Pilot Run.
7. Documentation.
SOFTWARES USED:
Embedded C.
Keil uVision
ATMEL Programmer
BLOCK DIAGRAM
RECEIVER:
Power Supply
Trans Regulator
former (7805)
Rectifier Filter
µ
Buzzer
C
O Buzzer Buzzer
Driver OSC
N
T
R LCD (Display)
O
LCD LCD
L Driver Glass
Sensors L
E
R
TRANSMITTER:
MOBILE
Power supply:
The microcontroller and other devices get power supply from AC to Dc adapter through 7805,
5 volts regulator. The adapter output voltage will be 12V DC non regulated. The 7805/7812 voltage
regulators are used to convert 12 V to 5V/12V DC.
AC/DC Regulator
Filter
AC Power Adapter (7805) DC Output
Vital role of power supply in ‘Home automation and security system using gsm’
The adapter output voltage will be 12V DC non regulated. The 7805/7812 voltage regulators are used
to convert 12 V to 5V/12V DC.
Micro controller-AT89C51
In the security system the micro controller is programmed in such a way that if somebody had
entered in home with out permission the sensors will detect and give an interrupt to the
microcontroller, if the controller is interrupted it will give commands and user number to the modem to
sent the alert SMS to the owner mobile.
LCD is connected to microcontroller as 4 bit data mode, before displaying anything in LCD
Initialization have to do ,so microcontroller will control the LCD initialization and select the data
register and command register according to the purpose.
Memory is connected to microcontroller using two pins, it is communicating with the
microcontroller through I2C communication.
Relay and buzzer is controlled by the microcontroller using single pins, Ie giving high means
device will switch on and vice versa. Sometimes it may be interchange according to the transistor
used to drive the device.
Buzzer: the buzzer subsystem produces a 2 KHz audible tone when powered. The buzzer
will sound when the signal coming into the driver is high. It must be connected to a transistor,
Darlington or transducer driver subsystem.
The buzzer is connected between the supply rail (+ V) and the input signal. This acts as load
on the driver. When the input signal coming into the buzzer subsystem is low, a potential difference
across the buzzer causes current to flow. It is this flow of current that causes the buzzer to sound.
RS232Protocol
RS-232 was created for one purpose, to interface between Data Terminal Equipment (DTE) and Data
Communications Equipment (DCE) employing serial binary data interchange. So as stated the DTE is
the terminal or computer and the DCE is the modem or other communications device. RS-232 pin-
outs for IBM compatible computers are shown below. There are two configurations that are typically
used: one for a 9-pin connector and the other for a 25-pin connector.
PIR Sensors
Pir sensor (Passive infra red sensor) is used to detect the movement.
Vital role of PIR sensor in ‘security system using gsm’
Sensor is used to detect the movement, if any body open door forcibly the sensor will give
output to microcontroller.
Working principle In the security systems the device is connected to sensors like PIR sensors,
smoke sensors etc. when some body had entered home forcibly for ex the PIR sensor connected to
the door will detect the presence of person, and it will give an interrupt to the microcontroller. then
according to the program load in flash the controller will find out from which sensor the interrupt had
came, then it will sent SMS to the owners mobile or police by retrieving the phone numbers from
memory.(the owners mobile number and police number is stored in memory)
Home automation
Office automation.
FUTURE ENHANCEMENT: In this project in future we can add a multimedia camera to see what
is going inside the home by sitting in office or some where.