100% found this document useful (1 vote)
115 views

Motion Based Automatic Door Opener

This document describes a motion-based automatic door opener system that uses a PIR sensor to detect human movement near the door. When a person enters the sensor range, the PIR sensor detects their presence and sends a command to open the door. After a time delay with no further motion, the door will automatically close. The system includes hardware components like a microcontroller, PIR sensor, motor, and driver IC to open and close the door based on sensor input. It could later be enhanced with a counter to track the number of people entering a facility.

Uploaded by

Pritesh Pawar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
115 views

Motion Based Automatic Door Opener

This document describes a motion-based automatic door opener system that uses a PIR sensor to detect human movement near the door. When a person enters the sensor range, the PIR sensor detects their presence and sends a command to open the door. After a time delay with no further motion, the door will automatically close. The system includes hardware components like a microcontroller, PIR sensor, motor, and driver IC to open and close the door based on sensor input. It could later be enhanced with a counter to track the number of people entering a facility.

Uploaded by

Pritesh Pawar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3

Motion Based Automatic Door Opener

Our system puts forward an automatic and precise door opening system based on

human movement sensing near the door. Well opening a door in places like

hotels, Shopping complexes, and offices can be a tedious task and sometimes

requires hiring a person just for the sake of opening door whenever a person

arrives.

Well this project proposes a system that allows for automatic door opening

solution by sensing human presence near it. Our system achieves this functionality

with the help of PIR sensors. PIR stands for passive infrared sensors. Every live

body emits some infrared energy. This energy is sensed by a PIR sensor from a

good distance. This signal is then processed and door is opened and closed

based on this data.

When a living being arrives within the sensor range, it detects its presence

and sends out a command that opens the door. The door then automatically

closes after a specific time delay if there is no further motion near the door.
The system can be later enhanced by integrating counter mechanism so as

to keep track of the number of persons inside the facility.

Block Diagram:

Hardware Specifications
 Transformer
 8051 series Microcontroller

 Transistor
 PIR sensor

 Diodes

 Motor with sliding door

 Motor Driver IC

 Crystal

Software Specifications
 Keil µVision IDE
 MC Programming Language: Embedded C

You might also like