Door Locker Security System is a system to unlock a door using a password. project is divided into to MCU's HMI_ECU is just responsible interaction with the user just take inputs through keypad and display messages on the LCD. CONTROL_ECU is responsible for all the processing and decisions in the system like password checking, open the door and activate the system alarm.
- GPIO
- I2C
- TIMER
- UART
- LCD
- DC_MOTOR
- EEPROM
- BUZZER
![project schema](https://private-user-images.githubusercontent.com/84991746/258190204-54a059d6-7c7e-459d-894c-879f55c5ff4f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk5NzczOTEsIm5iZiI6MTczOTk3NzA5MSwicGF0aCI6Ii84NDk5MTc0Ni8yNTgxOTAyMDQtNTRhMDU5ZDYtN2M3ZS00NTlkLTg5NGMtODc5ZjU1YzVmZjRmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE5VDE0NTgxMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWMyOGYyNDgxNzk2MGRiNzU1MjQyMmJlNjY4NjRiNjE3ODRiODk2ZDA5NTdlYjIzMWNhOGJmYTJlNDgxMjhiZjYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.RXrjuXSh7b3d73mxJwiCeZQeK4uSEscYHp8hApMBAQE)