I developed this project as part of my embedded systems project work.This one is a very cool project and anyone with basic ideas about programming can easily follow my work.
The project basicaaly uses Atmega32 microcontroller.It is an 8-bit atmel AVR series microcontroller.
The input device is a 4x4 matrix keypad. For details regarding its working:https://components101.com/misc/4x4-keypad-module-pinout-configuration-features-datasheet
The output devices include an 16x2 LCD display and a dc motor,
The microcontroller continuously scans the keypad to read the number/character being input by the user. If the value entered matches with the number lock already set, dc motor rotates in one direction.
To lock, number 1 is pressed.If the numlock entered is wrong, the sytem asks the user to re-enter the password again,
Comments