Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spacesick/smart-home-security
Final group project for CSCE604151 (Embedded Systems): An implementation of a mock smart home security system that detects burglars using an Arduino Uno and an ESP8266.
https://github.com/spacesick/smart-home-security
arduino esp8266 thingsboard
Last synced: 3 months ago
JSON representation
Final group project for CSCE604151 (Embedded Systems): An implementation of a mock smart home security system that detects burglars using an Arduino Uno and an ESP8266.
- Host: GitHub
- URL: https://github.com/spacesick/smart-home-security
- Owner: spacesick
- Created: 2023-01-20T21:05:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-04T20:24:42.000Z (over 1 year ago)
- Last Synced: 2024-07-08T11:34:59.422Z (4 months ago)
- Topics: arduino, esp8266, thingsboard
- Language: C++
- Homepage:
- Size: 783 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-thingsboard - smart-home-security - mock smart home security system (Integrations / Hardware)
README
# smart-home-security
Final group project for CSCE604151 (Embedded Systems): An implementation of a mock smart home security system that detects burglars using an Arduino Uno and an ESP8266.
![image](https://github.com/spacesick/smart-home-security/assets/70625944/864a9f2a-9194-4193-a1bd-0b8fa556a4b1) ![image](https://github.com/spacesick/smart-home-security/assets/70625944/61c902cd-777b-4ed0-bbcd-f7eb1d8a4958)
![image](https://github.com/spacesick/smart-home-security/assets/70625944/752a9a2c-f866-417e-97b1-4a41560aa70b) ![image](https://github.com/spacesick/smart-home-security/assets/70625944/5a67c7dd-b0c4-478d-8232-e9d679236d92)
## Schematic
![image](https://github.com/spacesick/smart-home-security/assets/70625944/d975cc2c-9b6f-483f-bc7a-0c75a220fe7e)
## Group project members
- Fathan Muhammad
- Vincent Yovian (me!)
- Muhammad Fikri Haryanto## Features
- Uses an ultrasonic sensor to detect movement near valuables inside a home.
- Uses a servo and a matrix keypad to lock/unlock doors.
- Built-in real-time operating system to handle different tasks simultaneously.
- Utilizes the ThingsBoard IoT platform for constant monitoring and its MQTT API to notify the home owner of potential break-ins.