This project implements a password-protected door lock system using LabVIEW and embedded hardware. The system enhances security by allowing access only to users who enter the correct password via a keypad interface.
The user enters a password using the keypad. The LabVIEW program reads the input and compares it to a predefined password. If the password matches, the system triggers the door lock to open and provides a success indication. If the password is incorrect, access is denied and an error message is displayed.
The Password Door Lock project demonstrates the integration of software (LabVIEW) and hardware for practical security solutions. It can be further enhanced with features like password change, logging, or remote access.