The purpose of this project is to create a home security system that can be monitored over a cloud system.
The main objectives;
- To establish a local network for IoT devices to communicate each other.
- Detecting motion using camera.
- Easily access to sensor values and control notifications with mobile app and website.
This project consists of six different modules. First module is sensor module. In this module controlled by the Arduino, sensors transmit the measured data to the local server via Arduino wifi module. Second module is the IP camera module. The IP camera sends the data received digitally to the local server. Local server module receives data from the IP camera and sensors. The data is processed and stored on the local server, and sent to cloud which is another module by the local server. Cloud is used as a storage for reliable data received from local server. Cloud serves current unique data to web and mobile applications. Web and mobile applications are the interfaces that bring the data to users.