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
https://drive.google.com/file/d/1_-csCN-yBDZ9gS5pvXOodh8jj-5E2OOz/view?usp=share_link
- ATMEGA32
- Keypad
- LCD
- EEPROM
- Buzzer
- Pressing on any button will make the buzzer on for 100msec.
- First time password saved is 0000.
- User should enter 0000 to open locker at first time.
- 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
- To close the locker, you should press only on ‘*’
- 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.
- To reset password: (locker must be in opened state): insert 10 zeros the password will back to default value which is 0000.