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: 5 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-04T20:24:42.000Z (over 2 years ago)
- Last Synced: 2025-04-23T02:07:58.198Z (5 months ago)
- Topics: arduino, esp8266, thingsboard
- Language: C++
- Homepage:
- Size: 783 KB
- Stars: 4
- 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.
 
 
## Schematic

## 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.