https://github.com/kalebu/home-security-system
A simple arduino based project for home security with SMS based notification
https://github.com/kalebu/home-security-system
Last synced: 6 months ago
JSON representation
A simple arduino based project for home security with SMS based notification
- Host: GitHub
- URL: https://github.com/kalebu/home-security-system
- Owner: Kalebu
- License: mit
- Created: 2021-05-10T07:27:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-10T07:43:29.000Z (over 4 years ago)
- Last Synced: 2025-03-24T04:03:57.666Z (7 months ago)
- Language: C++
- Size: 38.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security-system.svg
Awesome Lists containing this project
README
# Home-security-system
A simple arduino based project for home security with SMS based notification
## Features
- Buzzer and LED Alam
- Panic Button
- Door pressed detection
- LCD Display notification
- GSM based SMS Notification
- Ultrasonic Sensor (detecting obstacles)## How does it work ?
It sense threats and then alarm the system when any of the parameters being monitored is detected which include;
- pressing of panic button
- Opening of a door
- Proximity near byand immediately alarm the system by raising notifications which include;
- Buzzer Alarm
- Turning warning security LED
- Sending a SMS Notification
- Displaying Threat on LCD Display## Circuit Diagram
The first proposed model used PIR as to sense threats while the codebase relies on ultrasonic to achieve that, so replace PIR with ultrasonic in your wiring !! .
