Skip to content

AnjaDj/Home-Security-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 

Repository files navigation

Home Security Real-Time System πŸ πŸ”’ ➑️ GENERAL

Developing a Home Security System where the entry process is carefully monitored for safety. When someone opens the door and steps into the room, an IR Distance Sensor detects their movement and sends a signal to a Raspberry Pi 3B. This triggers the main thread, which starts a timer thread set to 30 seconds. During this time window, the individual has the opportunity to input the correct password. If the password is entered correctly within 30 seconds, the security protocol is deactivated. βœ…
However, if the time expires without a valid password, the system activates output peripherals (ALARM RED-LED & BUZZER) and takes a picture of a burglar, signaling a breach 🚨


For more detailed informations about each used modul and hardware, visit our Wiki πŸ“œ page.
For source code written in C, switch to our development πŸ”§ branch