Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anjadj/home-security-system
Home Security Real-Time System
https://github.com/anjadj/home-security-system
c driver-programming embedded homesecurity kernel kernel-driver real-time userspace
Last synced: about 2 months ago
JSON representation
Home Security Real-Time System
- Host: GitHub
- URL: https://github.com/anjadj/home-security-system
- Owner: AnjaDj
- Created: 2024-09-11T17:52:40.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-01T13:05:29.000Z (2 months ago)
- Last Synced: 2024-11-01T13:35:51.635Z (2 months ago)
- Topics: c, driver-programming, embedded, homesecurity, kernel, kernel-driver, real-time, userspace
- Homepage:
- Size: 3.64 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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