1. Introduction
Automation plays a significant role in modern
society by enhancing operational efficiency, safety, and energy conservation
across residential, commercial and industrial sectors. Among various automation
applications, motion-based automatic door opening systems have gained
considerable attention due to their ability to provide seamless and contactless
access control. These systems eliminate the need for manual door operation,
thereby improving convenience and hygiene in high-traffic environments [1-3].
A typical motion-based automatic door system
employs motion or proximity sensors, such as Passive Infrared (PIR),
ultrasonic, or infrared sensors, to detect human presence within a predefined
sensing range. Upon detection, the sensor output is processed by a control
unit, which activates a motorized mechanism to open the door. The door remains
open for a specified duration and automatically closes when no further motion
is detected, ensuring efficient operation and reduced energy loss [4,7].
Motion-activated door systems are
particularly beneficial in public facilities such as hospitals, shopping malls,
offices, airports, and hotels, where accessibility and sanitation are critical
concerns. These systems also provide ease of access for elderly individuals and
persons with disabilities. Recent advancements in sensor technology and
microcontroller-based control have significantly improved the reliability,
cost-effectiveness, and scalability of such systems.
This work focuses on the design and
implementation of a motion-based automatic door opening system, demonstrating
the integration of sensing elements, embedded control logic, and
electromechanical actuators to develop an efficient and intelligent access
control solution.
Despite the growing adoption of
motion-based automatic door opening systems and the availability of various
reported solutions, several technical and practical challenges continue to
limit their reliability, safety, and large-scale deployment.
·
PIR
sensor may respond to unwanted movements or environmental temperature
variations.
·
Human
motion outside the effective sensor range may not be detected.
·
Delay
between motion detection and door actuation can affect smooth operation.
·
Precise
control of motor speed and direction is required to avoid jerky movement
·
Continuous
sensor monitoring and motor operation increase energy usage.
·
Dust,
humidity, and temperature changes can affect sensor and circuit performance.
Motivated by the growing demand
for touchless, convenient and energy-efficient access systems in modern public
and commercial environments, this work focuses on the development of a
motion-based automatic door opening system. The motivation arises from the need
to reduce physical contact and enhance user convenience. These motivations can
be categorized as follows:
·
To
reduce physical contact and improve hygiene in public and high-traffic areas.
·
To
provide effortless access, especially for elderly people and persons with
disabilities.
·
To
demonstrate practical application of sensors and embedded systems in daily
life.
·
To
minimize energy loss by ensuring doors remain closed when not in use.
·
To
enable controlled and reliable door operation in busy environments.
·
To
develop a simple and affordable automatic door system using readily available
components.
·
To
design a system suitable for places such as hospitals, offices, hotels, and
shopping malls.
The primary objectives of this work are to manually open doors in
high-traffic areas or for individuals with mobility limitations can be
inconvenient and inefficient. This project addresses the need for an automated
solution that provides hands-free access while considering safety and energy
conservation.
2.
Literature
Review
Automatic door opening systems have been widely studied due to their
application in public and commercial environments, where convenience, hygiene,
and energy efficiency are essential. Existing literature can be broadly
categorized into basic motion-sensor systems, enhanced detection techniques,
integrated systems, and supporting sensor technologies.
a.
Basic Motion-Sensor Based Systems
The simplest and most widely used automatic doors employ Passive Infrared
(PIR) sensors to detect human presence. PIR sensors sense infrared radiation
emitted by the human body, and upon detecting motion within a predefined range,
they trigger a microcontroller (e.g., Arduino) to actuate a motor or servo for
door opening. The door automatically closes after a predefined delay when
motion is no longer detected (naac.iem.edu.in, ciitresearch.org). These systems
are low-cost, energy-efficient, and suitable for sliding or swing doors.
However, they have notable limitations: they are prone to false triggering from
animals or non-human objects and can only detect presence, not direction or
intention of movement.
b.
Enhanced Detection Techniques
To overcome the limitations of simple motion sensors, advanced systems
use smart cameras and human intention recognition. This reduces unnecessary
door openings and improves energy efficiency and user experience. Which can
distinguish between approaching and non-approaching individuals. Although not
door-specific, these approaches can significantly reduce false positives in
automatic door systems.
c.
Integrated Systems
Recent research has focused on combining multiple sensors and control
logic to improve system functionality. For example, some systems integrate PIR
motion detection with metal detection, ensuring the door only opens when a
person without detected weapons approaches, thereby enhancing security. Others
utilize multiple PIR sensors for entry/exit counting, enabling dynamic door
control and accurate occupancy management.
d.
Supporting
Technologies
Apart from PIR sensors, other detection methods are used to improve
system reliability. Ultrasonic and radar sensors can detect motion direction
and speed more accurately and are less sensitive to environmental temperature
fluctuations or IR noise. Additionally, classic infrared beam interruption
systems are employed in sliding doors for precise entry/exit detection, though
they lack the capability to analyze motion intention.
e.
Research Gap
While existing systems effectively automate door operations, most rely
solely on PIR sensors, leading to false triggers and limited detection of human
intention. Advanced vision-based systems improve accuracy but are often costly
and computationally intensive. Therefore, there is a need for a reliable,
low-cost, and adaptable motion-based automatic door system that balances
accuracy, safety, energy efficiency, and affordability, which forms the focus
of this work[5,6].
3.
Methodology
The design and implementation of
a motion-based automatic door opening system involves three main stages: sensing,
control, and actuation, which are given below in the method.
a. Method
The following points are
discussed in different stages:
The system uses a Passive
Infrared (PIR) sensor to detect human presence. PIR sensors sense infrared
radiation emitted by the human body within a predefined range. When a person
enters the sensing zone, the sensor generates a digital signal indicating
motion. The sensor parameters, such as detection range and sensitivity, are
configured to minimize false triggering caused by environmental factors like
pets, sunlight, or temperature fluctuations[8,10].
b. Control Stage
The output signal from the PIR
sensor is fed into a microcontroller (e.g., Arduino Uno or 8051), which acts as
the central processing unit. The microcontroller executes a control algorithm
to determine whether the door should open or remain closed. The algorithm
includes debouncing, timing logic, and safety checks to ensure reliable
operation. For systems requiring enhanced functionality, multiple sensors can
be integrated to detect motion direction, count entries/exits, or implement
obstacle detection.
c. Actuation Stage
Based on the control decision,
the microcontroller triggers a motor driver IC that powers a DC motor, stepper
motor, or servo motor. The motor mechanism physically opens the door smoothly.
A timing control ensures the door remains open for a predefined duration and
closes automatically when no motion is detected. Safety measures such as
obstacle detection or manual override can also be included to prevent
accidents.
d. Integration and Testing
The system components—sensor, microcontroller, motor driver, and actuator are
integrated on a prototype setup. The system is tested under various scenarios
to evaluate response time, accuracy, reliability, and safety. Adjustments in
sensor placement, control algorithm, and motor operation are made to optimize
performance for practical applications in offices, hospitals, shopping malls,
and residential buildings.
3.2 Circuit diagram
The PIR sensor's
output pin (Dout) is connected to a digital input pin of the microcontroller.
The motor driver IC is connected to the microcontroller's digital output pins
to control the motor's rotation[9,10]. The motor is then connected to the motor
driver output. The circuit diagram are given below:
3.3 Software
·
Arduino IDE (or similar microcontroller
programming software): Used to write and upload the control program to the
microcontroller.
·
Embedded C or Assembly
Language: Programming languages used to develop the control logic.
4.
Hardware
implementation and Results
The components are connected according to the circuit diagram.
The microcontroller is programmed to:
a.
Monitor the PIR sensor's output. When a change in
infrared radiation is detected (indicating motion), the PIR sensor's output
goes HIGH.
b.
Upon receiving a HIGH signal from the PIR sensor, the
microcontroller sends a signal to the motor driver IC to activate the motor and
open the door.
c.
After a set time delay (e.g., 5-10 seconds), if no
further motion is detected by the PIR sensor, the microcontroller sends a
signal to the motor driver to close the door.

Fig 1: Circuit diagram Automatic Door System
5.
Conclusion
and Future Scope
This work successfully
designed and implemented a motion-based automatic door opening system using a
PIR sensor, a microcontroller, and a motor driver circuit. The system reliably
detects human motion and performs automatic door opening and closing without
physical contact, thereby enhancing convenience, hygiene, and accessibility.
The proposed design is cost-effective, energy-efficient, and easy to implement
using readily available components. Experimental results confirm that the
system operates smoothly with minimal delay and is suitable for applications in
public and commercial environments such as hospitals, offices, hotels, and
shopping malls.
The developed system can be
further enhanced in several ways to improve performance and functionality.
Advanced sensors such as ultrasonic, radar, or vision-based cameras can be
integrated to reduce false triggering and improve motion direction and
intention detection. Obstacle detection and safety mechanisms may be added to
prevent accidental collisions during door operation. The system can also be
extended with IoT-based monitoring and control for remote operation and
real-time status updates. Additionally, incorporating energy optimization techniques,
access control features (RFID, biometric systems), and adaptive control
algorithms would make the system more intelligent, secure, and suitable for
large-scale deployment.