Complete Project Working Youtube Video Link: https://youtu.be/6fEhGmEgx8w
Embedded System Image
Android App Image(Only Main Control Panel)
- Project Description
- Features
- Getting Started
- Hardware Requirements
- Software Requirements
- Installation
- Usage
- Contributing
- License
Elite Security is an innovative IoT-based Smart Shop Security System developed to address the rising instances of theft and robbery in small-scale businesses, especially during the pandemic. The project aims to provide affordable and advanced security solutions for small businesses to protect their assets and prevent robbery.
The system is designed to continuously monitor the shop premises and employs real-time alert mechanisms to immediately notify the shop owner or security personnel in case of any unauthorized access or suspicious activities. The alert notifications are sent to a mobile application built using Android Studio, ensuring that the shop owner can be informed about the situation from anywhere.
The core components of the Elite Security system include ESP8266 (a Wi-Fi enabled microcontroller), various sensors (e.g., motion sensors, door/window sensors), and alarms. These components work together to detect and respond to potential security breaches effectively.
The project provides a cost-effective and scalable solution, making it accessible to small businesses with limited budgets. It emphasizes simplicity in both hardware and software to ensure easy implementation and management for users.
- Real-time monitoring of the shop premises
- Mobile application with alert notifications, User Authentication, Helpline Support and user Profil
- Integration of ESP8266, sensors, and alarms for security detection
- Cost-effective and scalable solution
- Seamless hardware-to-app updates for continuous security coverage
To get started with Elite Security, follow the installation instructions provided in the next section. You will need to gather the required hardware and software components before setting up the system.
- ESP8266 (NodeMCU) microcontroller
- Motion sensors (IR sensors)
- Buzzer or alarm
- Wi-Fi connection for the ESP8266
- Arduino IDE
- Android Studio (for the mobile application)
-
Clone this GitHub repository to your local machine using the following command:
git clone https://github.com/tejaspalyekar/Elite-Security.git
-
Set up the Arduino IDE and open the code provided in the
arduino
directory. -
Connect the ESP8266 and sensors according to the wiring instructions provided in the Arduino code comments.
-
Upload the code to the ESP8266 using the Arduino IDE.
-
Open the Android Studio and import the mobile application project from the
android_app
directory. -
Build and install the mobile application on your Android device.
-
Power up the ESP8266 and sensors.
-
Launch the mobile application on your Android device.
-
The system will start monitoring the shop premises.
-
If any suspicious activity is detected, the mobile application will receive an alert notification.
-
Take appropriate actions based on the received alerts.
Thank you for considering contributing to the Elite Security project! If you have any suggestions, bug reports, or feature requests, please feel free to open an issue on the GitHub repository. We welcome any contributions that can enhance the project and make it even more reliable and secure.
This project is licensed under the MIT License. You are free to use, modify, and distribute the code as long as you retain the original license text.