+ Reply to Thread
Page 1 of 31 1 2 3 11 ... LastLast
Results 1 to 10 of 301

Thread: Password Based Door Locking (AT89C2051)

  1. #1
    Administrator Binu is an unknown quantity at this point Binu's Avatar
    Join Date
    Jun 2007
    Location
    Nagercoil, Tamilnadu, India.
    Posts
    6,126

    Default Password Based Door Locking (AT89C2051)

    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 Door locker 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 AT89C2051 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.
    When we go inside and come back then the microcontroller will sense the person using the Laser light, the microcontroller will automatically open the door for you.

    Program: pass.zip


  2. #2
    Junior Member sp254093
    Join Date
    Jul 2007
    Location
    Maharashtra, India.
    Posts
    2

    Default

    Hi Binu,
    What are the content of INCLUDE REG_51.PDF file.
    --SANTOSH

  3. #3
    Administrator Binu is an unknown quantity at this point Binu's Avatar
    Join Date
    Jun 2007
    Location
    Nagercoil, Tamilnadu, India.
    Posts
    6,126

    Default

    Please use RIDE Assembler, you can download it from
    www.raisonance.com

    Here's the header file

    http://www.8051projects.info/files/inc.zip

    J.Binu

  4. #4
    Administrator Binu is an unknown quantity at this point Binu's Avatar
    Join Date
    Jun 2007
    Location
    Nagercoil, Tamilnadu, India.
    Posts
    6,126

    Default

    To change the password dial 1234 ?Old password- New Password.

    J.Binu
    Click here to get free Blog & Website

  5. #5
    Junior Member raj2007
    Join Date
    Sep 2007
    Location
    andhrapradesh, India.
    Posts
    1

    Default

    hello mr.binu i am constructing a project from your web site so called "Password Based Door Locking (AT89C2051)" i got a doubt that how can i implement the motor to the door ...
    eagerly waiting for your reply

    raj

  6. #6
    Administrator Binu is an unknown quantity at this point Binu's Avatar
    Join Date
    Jun 2007
    Location
    Nagercoil, Tamilnadu, India.
    Posts
    6,126

    Default

    What type of motor you want to use.
    If you want to use stepper motor then the program should be slightly changed.

    J.Binu
    Click here to get free Blog & Website

  7. #7
    Junior Member eceproj
    Join Date
    Sep 2007
    Location
    tamilnadu, India.
    Posts
    1

    Default

    hello, is it possible to close the dorr using this project. if so how it can be done. if not how the door can be closed. is the motot is ac or dc motor. can you give the program in odinary text format.

  8. #8
    Administrator Binu is an unknown quantity at this point Binu's Avatar
    Join Date
    Jun 2007
    Location
    Nagercoil, Tamilnadu, India.
    Posts
    6,126

    Default

    You can open/close the door and making a motorised door, you can use any type of motor.
    OPen the program with notepad.

    J.Binu
    Click here to buy fully finished Project Kits

  9. #9
    Junior Member star
    Join Date
    Jul 2007
    Location
    gujarat, India.
    Posts
    3

    Default

    quote:Originally posted by sp254093

    Hi Binu,
    What are the content of INCLUDE REG_51.PDF file.
    --SANTOSH
    sumair

  10. #10
    Administrator Binu is an unknown quantity at this point Binu's Avatar
    Join Date
    Jun 2007
    Location
    Nagercoil, Tamilnadu, India.
    Posts
    6,126

    Default

    The header file REG_51.pdf consists of the Addresses of all the registers in 8051 microcontroller.

    J.Binu
    Click here to buy fully finished Project Kits


+ Reply to Thread

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts