Skip to content

Latest commit

 

History

History
46 lines (40 loc) · 1.33 KB

README.md

File metadata and controls

46 lines (40 loc) · 1.33 KB

Door-Entry-Automated-System

The "Simple Room Entry Home Automation System" is a cost-effective and user-friendly solution designed to enhance the convenience and energy efficiency of your home. This system is capable of automatically detecting a person's entry into a room, opening the door, and then closing it when the person leaves. It provides a seamless and hands-free experience, making your daily routines more efficient and comfortable.

Components needed (Tech Stack)

Hardware

1. Motion Sensors
2. Microcontroller
3. Door Control Mechanism
4. User Interface
5. Power Supply

Software

1. Flask
2. Html
3. Css
4. GPIOzero package from python
5. Git and Github for version control

How to Download

Open command line and run the following command

git clone https://github.com/TinyyDev/Door-Entry-Automated-System.git

Requirements

Run this command to install all the necessary packages

pip install -r requirements.txt
cd Door-Entry-Automated-System

In your favourite IDE create a python environmennt to help run the web App

python app.py

to run the wep App Connect your PIR sensor, LED and Breadboard to the Raspberry Pi using your Jumper wires Consult the GPIO pin table for the right connections. Change directory to "WEbPage" folder and run "python app.py" to start the flask server.