Sie sind auf Seite 1von 9

GROUP NO :19

SYNOPSIS
ON

Industrial Security System

Guru Gobind Singh Indraprastha University, Delhi


SUBMITTED TO:O.P. THAKUR

Presented By:ANKUR AGRAWAL 07570102809 B.Tech.(ECE)-7th sem

ANSAL INSTITUTE OF TECHNOLOGY,GURGAON

AIM:-

To

design

and

develop

microcontroller

based

digital code lock system.

ABSTRACT:microcontroller based digital code lock circuit comprises a digital control circuit and a driving circuit. Besides, it comprises an input voltage modifying circuit which delivers an input voltage; a reference voltage generating circuit which provides a fixed number of reference voltage; and a comparing circuit consisting of the fixed number of comparators, each of which receiving the aforementioned input voltage at its positive end and a different reference voltage generated by the reference voltage generating circuit at its negative end, delivering an output digital signal based on the comparison result of the two input signals, these output digital signals collectively making up an input digital signal set for the digital control circuit.

CONTENTS:-

(1)

Power Supply: - We will need a +5V/500mA power supply for our project. For this purpose we will use a step down transformer to convert 220VAC/50Hz into 12VAC. The out of transformer is rectified through bridge rectifier using diode 1N4001. Linear voltage regulator IC LM7805 is used to provide a stable regulated +5V supply for microcontroller and other parts in the project.

(2)

Microcontroller AT89S52:- ATMEL make microcontroller AT89S52 is the main controller being used in this project due to its easy availability and low cost. The function of the microcontroller is to read the pulses collected by electronics hardware.

password based door open and close system.password mach the microcontroller then open the dc motor and massage display ok password. operate by assemble language programming.

(3)

CLOCK AND ANTI CLOSE WISE DC MOTOR SYSTEM: - The function of electronics circuit motor driver ULN2000 IC amplify the weak signal received by dc motor is to

and a cascade

circuit.The amplification and filtering is done in multiple .

INTRODUCTION Here is a project called Digital Code Lock using AT89C2052.LCD is optional. This project source code is written in C. This a simple project with efficient hacking prevention from Brute Force etc. The basic user lock is of 5 Digits and Master Lock is of 10 digits so its not easy for an intruder to break the lock unless you keep the code simple. The input is taken from a 43 Keypad (please see the schematic for more information) and Display the user input on a 216 LCD. A pin is assigned as output for activating and deactivating the lock. For demonstration an LED is connected to that pin. The user has two options either he/she can use its own 5 digit code or use the default 5 digit code. If user has to do setup his own code, then he has to enter 123456 and press #. After this.. controller will ask for 8 Digit master password which is preprogrammed in the controller. Entering master lock, user can enter the new 6 digit code for the lock and press # to save it. Keypad has 12 keys (43) starting from 1,2,3,4,5,6,7,8,9,*,0,# (please see the schematic for layout). Numeric keys are used for entering numbers. * is used as the Cancel key and # is used as the Enter key.

Microcontroller Based Digital Lock

Security is a prime concern in our day-today life. Everyone wants to be as much secure as possible. An access control for doors forms a vital link in a security chain. The microcontroller based digital lock for Doors is an access control system that allows only authorized persons to access a restricted area. The system is fully controlled by the 8 bit microcontroller which has a 2Kbytes of ROM for the program memory. The password is stored in the EPROM so that we can change it at any time. The system has a Keypad by which the password can be entered through it. When the entered password equals with the password stored in the memory then the relay gets on and so that the door is opened. If we entered a wrong password for more than three times then the Alarm is switched on.This will avoid illegal trespassing which may be fatal for industries and people.

The Passwords for two devices are preprogrammed, which can be changed only in program at lines 175 & 177 for device 1 and lines 183 & 185 for device 2.The passwords are 1234 & 1271.

Schematic Diagram of a DIGITAL CODE LOCK

CONCLUSION We can now use our knowledge to set up DIGITAL CODE LOCKS for security purposes at different places. They can be used at homes, offices, banks, etc, anywhere where there is a need to restrict someone to enter a restricted area.This is very useful for industrial and home security systems..They will
actually avoid illegal trespassing at low costs.

THE SOFTWARE

The software is written using keil-52. The source code file digital code keil for the project in KEIL-52 is given in the article. Although the program is self-explanatory, you need to be aware of KEIL51 compiler directives and syntax of statements, which are available with in the help menu of KEIL compiler. KEIL contains a lot of statements to control various a lot of statements to control various peripherals including the LCD. The keil compiler /IDE can be used to generate a hex file, which should be burnt into the chip using any universal programmer. The hex code of the program is only 1.5k long, while AT89s52 microcontroller can take up to 4k of code. This program may be modified to suit your specific requirement.

| Block diagram of digital code lock

Das könnte Ihnen auch gefallen