https://github.com/davidf1000/smart-home-security
A home-security system that could detect door movement using reed switch and detect fire or smoke with MQ gas sensor. System used NodeMCU to read sensor data and send alert via HTTP protocol to IFTTT service that could make notification into your smartphone when either gas sensor or reed switch is triggered.
https://github.com/davidf1000/smart-home-security
arduino esp32 iot
Last synced: 3 months ago
JSON representation
A home-security system that could detect door movement using reed switch and detect fire or smoke with MQ gas sensor. System used NodeMCU to read sensor data and send alert via HTTP protocol to IFTTT service that could make notification into your smartphone when either gas sensor or reed switch is triggered.
- Host: GitHub
- URL: https://github.com/davidf1000/smart-home-security
- Owner: davidf1000
- Created: 2020-07-01T11:11:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-02T14:43:09.000Z (almost 6 years ago)
- Last Synced: 2025-01-11T17:18:33.529Z (over 1 year ago)
- Topics: arduino, esp32, iot
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Smart-Home-Security
Created for PRD Class final Project.
A home-security system that could detect door movement using reed switch and detect fire or smoke with MQ gas sensor. System used NodeMCU to read sensor data and send alert via HTTP protocol to IFTTT service that could make notification into your smartphone when either gas sensor or reed switch is triggered.