Skip to content

Design a hotel room Locker system that enable the guest to set a password, this password should never delete even if the microcontroller power is off

Notifications You must be signed in to change notification settings

khloodelhossiny/Locker_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Locker_System

Design a hotel room Locker system that enable the guest to set a password, this password should never delete even if the microcontroller power is off

Video

https://drive.google.com/file/d/1_-csCN-yBDZ9gS5pvXOodh8jj-5E2OOz/view?usp=share_link

The System consists of :

  1. ATMEGA32
  2. Keypad
  3. LCD
  4. EEPROM
  5. Buzzer

Details:

  1. Pressing on any button will make the buzzer on for 100msec.
  2. First time password saved is 0000.
  3. User should enter 0000 to open locker at first time.
  4. To change password user should press on ‘/’ buzzer will be on for 3 second then off user should enter 4 digit password then press on ‘/’ again to save password
  5. To close the locker, you should press only on ‘*’
  6. To open the locker, enter 4 digit password (lcd display * each time you enter a digit for password, then display locker opened if right password and Try again if wrong password and a buzzer will be on for 3 second then off re-enter password again.
  7. To reset password: (locker must be in opened state): insert 10 zeros the password will back to default value which is 0000.

Untitled

About

Design a hotel room Locker system that enable the guest to set a password, this password should never delete even if the microcontroller power is off

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published