electronic lock system dessign
#1

[attachment=15910]
An electronic lock is a device which has an electronic control assembly attached to it. They are provided with an access control system. This system allows the user to unlock the device with a password. The password is entered by making use of a keypad. The user can also set his password to ensure better protection. The major components include a keypad, LCD and the controller AT89C51 which belongs to the 8051 series of microcontrollers. This article describes the making of an electronic code lock using the 8051 microcontroller.
A 4x3 matrix keypad and a 16x2 LCD have been used here. Keypad and LCD are very commonly used input & output devices, respectively. A four digit predefined password needs to be specified the user. This password is stored in the system.
While unlocking, if the entered password from keypad matches with the stored password, then the lock opens and a message is displayed on LCD. Also an output pin is made high to be used for further purpose.
The connections in the circuit are as following: port P2 of microcontroller AT89C51 is used as data input port which is connected to data pins (7-14) of LCD. P1^0, P1^1 and P1^2 pins of microcontroller are connected to control pins RS, RW and EN of LCD. Port P0 is used to take input from keypad. P0^7 has been used as lock output pin of controller.

As the program starts, string ‘Enter Password’ is displayed on LCD. The keypad is scanned for pressed digits one by one. Every time, row and column of the key pressed is detected and a ‘*’ is displayed on LCD corresponding to the entered number. After the four digits are entered, the user is prompted to ‘Confirm Password’ and again the input is taken through LCD. If the passwords do not match, a message is displayed to indicate ‘Wrong Password’; otherwise the user is prompted to unlock the device.

To unlock, user needs to ‘Enter Password’ through keypad. Again the keypad is scanned for pressed keys and corresponding digits are identified. The passkey is displayed as ‘****’ on the LCD screen. After the four digits are entered, they are compared with the pre-set password. If all the four digits match with set password, LCD displays ‘Lock Open’ and the lock output pin goes high. If the security code is wrong, ‘Wrong Password’ is sent to be displayed on LCD. The system gets locked if more than three attempts are made with wrong password to open the electronic lock. The system needs to be reset in such a case.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: electronic bicycle lock, abstract of electronic bicycle lock, ppts of electronic number lock, seminar report on electronic number lock, electronic number lock abstract, electronic lock, future scope of electronic lock system,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  AN INVESTIGATION OF ANTI-LOCK BRAKING SYSTEMS FOR HEAVY GOODS VEHICLES project uploader 1 1,862 23-11-2012, 12:06 PM
Last Post: seminar details
  FINGER PRINT BASED ELECTRONIC VOTING MACHINE project uploader 1 1,545 04-10-2012, 12:51 PM
Last Post: seminar details
  Analysis of an Electronic Voting System project report helper 1 1,326 03-10-2012, 03:39 PM
Last Post: seminar details
  Electronic Industries Association (EIA) seminar details 0 806 09-06-2012, 03:45 PM
Last Post: seminar details
  Wireless Telemetry for Electronic Pill Technology project uploader 0 918 08-06-2012, 12:44 PM
Last Post: project uploader
  ELECTRONIC CLOCK seminar details 0 707 07-06-2012, 05:13 PM
Last Post: seminar details
  ELECTRONIC JAM seminar details 0 968 06-06-2012, 01:11 PM
Last Post: seminar details
  Innovative techniques for electronic road pricing seminar paper 0 982 16-03-2012, 12:48 PM
Last Post: seminar paper
  Electronic Stethoscope-2 project uploader 0 783 15-03-2012, 10:00 AM
Last Post: project uploader
  ELECTRONIC PAPER project uploader 1 880 02-03-2012, 09:57 AM
Last Post: seminar paper

Forum Jump: