0% found this document useful (0 votes)
136 views11 pages

Motion Sensor

The document discusses integrating motion sensor lights with sound alerts to enhance home security. It explores the design, implementation, and effectiveness of such a system. Components like an Arduino, motion sensor, LED light, and buzzer are connected to detect motion and provide both visual and auditory alerts to improve security and accessibility.

Uploaded by

Saurav Tiwary
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
136 views11 pages

Motion Sensor

The document discusses integrating motion sensor lights with sound alerts to enhance home security. It explores the design, implementation, and effectiveness of such a system. Components like an Arduino, motion sensor, LED light, and buzzer are connected to detect motion and provide both visual and auditory alerts to improve security and accessibility.

Uploaded by

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

Title: "Enhancing Home Security: Integrating Motion Sensor

Lights with Sound Alerts"

Saurav Tiwary Abrar Gorav Rana


Dept. of Computer Science & Dept. of Computer Science & Dept. of Computer Science &
Technology Technology Technology
Manav Rachna University Manav Rachna University Manav Rachna University
Faridabad, India Faridabad, India Faridabad, India
[email protected] [email protected] [email protected]

Ishank Tyagi Dimple Gaur Kashish Bisht


Dept. of Computer Science & Dept. of Computer Science & Dept. of Computer Science &
Technology Technology Technology
Manav Rachna University Manav Rachna University Manav Rachna University
Faridabad, India Faridabad, India Faridabad, India
[email protected] [email protected] [email protected]
m

Namita Kathpal
Dept. of Electronics and Communication Engineering,
Manav Rachna International Institute of
Research & Studies Faridabad, India
[email protected]

Abstract
Motion sensor lights are designed to optimize lighting usage by
detecting human motion and automatically controlling illumination,
primarily through the use of PIR sensors . While the primary function
of these lights is to provide energy-efficient lighting solutions, there is
no direct mention in the provided context of these systems
producing sound. However, the concept of integrating sound with
sensor technology is explored in other contexts, such as simulated
sound signals for electric vehicles , sound signal processing and
positioning devices , and noise detection systems .
Interestingly, while motion sensor lights themselves do not inherently
produce sound, the technology of sensors and sound is closely
related in other applications. For instance, sound source localization
is used to identify noise pollution sources , and audible sound is
utilized for indoor location systems . These applications demonstrate
the versatility of sensor technology in both visual and auditory
domains.

Introduction
In an age where security concerns are paramount, the integration of
technology into everyday life has become pivotal in ensuring safety.
Among these innovations, motion sensor lights have emerged as a
popular choice for enhancing home security. By detecting movement and
illuminating dark areas, these lights serve as a deterrent to potential
intruders. However, despite their effectiveness in providing visual cues of
suspicious activity, their reliance solely on visual stimuli can sometimes
fall short in alerting homeowners, especially in noisy environments or for
individuals with impaired vision.
To address this limitation, the integration of sound alerts into motion
sensor lights presents a promising solution. By coupling auditory signals
with visual cues, this hybrid system not only enhances security measures
but also caters to a broader spectrum of users, including those with visual
impairments. Moreover, the inclusion of sound alerts adds an additional
layer of deterrence, potentially deterring intruders even further.
This research paper aims to explore the design, implementation, and
effectiveness of motion sensor lights with integrated sound alerts in
enhancing home security. Through an analysis of existing literature,
technical specifications, and real-world applications, this study will
investigate the potential benefits and challenges associated with this
innovative approach. Additionally, practical considerations such as power
consumption, sound intensity levels, and user preferences will be
examined to provide comprehensive insights into the development and
deployment of such systems.
By shedding light on the synergistic relationship between motion sensor
lights and sound alerts, this research endeavors to contribute to the
ongoing discourse surrounding home security solutions. Ultimately, the
findings of this study aim to inform homeowners, security professionals,
and technology developers alike, paving the way for safer and more
inclusive living environments.
Literarture Review
Ansson et al. [2] and Pisello et al. through effective thermal zone
occupancy [3]. Therefore, for older and already built buildings to
implement energy saving measures is still uncommon. it is also the case
mentioned by Jansson et al. [2] and Pisello et al. through effective thermal
zone occupancy [3]. Indra Riyanto et al. [3] have doing the detect the
smell and setup a building lighting transformation if any unface
recognized people will enter.
System Overview
Components Needed:
i) Arduino Uno board
ii) Breadboard
iii) Jumper wires
iv) Passive Infrared (PIR) motion sensor
v) LED bulb
vi) Buzzer
Connections:
 Connect the VCC pin of the PIR motion sensor to the 5V pin on the
Arduino Uno.
 Connect the GND pin of the PIR motion sensor to the GND pin on
the Arduino Uno.
 Connect the OUT pin of the PIR motion sensor to any digital pin
(e.g., pin 2) on the Arduino Uno.
 Connect the positive leg of the LED bulb to a current-limiting
resistor (e.g., 220Ω) and then connect it to pin 13 (or any other
digital pin) on the Arduino Uno.
 Connect the negative leg of the LED bulb to the GND pin on the
Arduino Uno.
 Connect the positive terminal of the buzzer to pin 10 on the
Arduino Uno.
 Connect the negative terminal of the buzzer to the GND pin on the
Arduino Uno.

PIR Sensor Circuit

Principle
Motion sensor lights operate on the principle of detecting human motion
to control illumination, primarily using Passive Infrared (PIR) sensors.
These sensors detect changes in infrared radiation levels when a person
moves within their field of view, triggering a relay module to switch the
lights on or off, thereby optimizing energy usage . Similarly, sound can be
controlled through motion data, as demonstrated by the Robot Inventor's
Motion Sensor, which can trigger sound based on motion sensor data like
tilt angle and acceleration.
Block diagram

Motion Sensor and Light With sound


Evaluating performances
Breadboard, Arduino Uno, Jumper Wire, LED Bulb,Buzzer,100R Resisitor.
Breadboard Arduino Uno

LED Bulb PIR Sensor

Buzzer 100R Resistor :

Male to Male Jumper Wires Male to Female Jumper Wires


Components Name
Arduino Uno : The Arduino Uno is a microcontroller board that utilizes
the ATmega328P microcontroller chip as its core component. Arduino uno
have a 14 digital input/output and 6 Analog input pin. Arduino have a USB
Connection, DC Power supply jack, Reset Button, In-Circuit Serial
Programming (ICSP). We transfer the programming into the Arduino
using the Arduino IDE application via a USB connector.
Breadboard : Breadboard is used for to make temporary circuit and
device without soldering. The lead of component like Resistor, Capacitor,
Jumper wire easily insert in hole without soldering. Breadboard design in
a specific pattern connected to the row and column internally.
LED Lights : Light-emitting diode (LED) is a widely used standard source of
light in electrical equipment. It has a wide range of applications ranging
from your mobile phone to large advertising billboards. They mostly find
applications in devices that show the time and display different types of
data.
PIR Motion Sensor : (Passive InfraRed sensor) a device used to detect
motion by receiving infrared radiation. When a person walks past the
sensor, it detects a rapid change of infrared energy and sends a signal. PIR
sensors are used for applications such as automatically turning on lights
when someone enters a room or causing a video camera to begin
operating.
Buzzer : A buzzer is understood as a device that creates an audible tone
under the influence of an applied external voltage. This output may either be
in the form of a buzzing or a beeping sound. This is a result of the induced
rapid movements created in the diaphragm of the buzzer.
Results and Discussuion
The motion sensor and light with sound project utilizing Arduino Uno, a
breadboard, jumper wires, LED bulb, sensor, and buzzer provides an
efficient solution for detecting motion and alerting users through both
visual and auditory signals. In this setup, the motion sensor acts as the
primary input device, detecting any movement within its range. Upon
detecting motion, the Arduino Uno processes the signal and triggers two
outputs simultaneously: the LED bulb lights up to provide a visual
indication of the detected motion, while the buzzer emits a sound to alert
users.
The integration of these components offers several advantages. Firstly,
the motion sensor's ability to detect movement ensures timely responses
to potential events or intrusions, enhancing security and safety measures.
Secondly, the LED bulb serves as a clear visual indicator, making it suitable
for environments with varying light conditions or for users with visual
impairments. Additionally, the inclusion of the buzzer adds an extra layer
of alertness, especially in noisy environments or for users who may not
notice the visual cue immediately.
During testing, the effectiveness of the system in detecting motion and
providing timely alerts was observed. The responsiveness of the motion
sensor, coupled with the Arduino Uno's quick processing capabilities,
ensured minimal delay between motion detection and activation of the
visual and auditory signals. However, fine-tuning the sensitivity and range
of the motion sensor may be necessary to optimize its performance for
specific environments.

Conclusion
Motion sensor technologies have evolved to incorporate various sensing
modalities, including light and sound, to enhance their functionality and
application scope. Motion sensor lights, as discussed in are designed to
optimize energy consumption by using PIR sensors to detect human
movement and control lighting automatically. This technology not only
conserves energy but also provides a practical solution for users to
implement in their environments. On the other hand, sound-based
motion detection systems, as explored in Papers and leverage audio
signals and sensor fusion techniques to estimate motion, localize sound
sources, and track moving targets. These systems can operate in
conditions where visual sensors may fail, thus complementing light-based
motion sensors. The integration of these technologies could lead to more
sophisticated and versatile motion detection systems, with applications
ranging from energy management to security and robotics.
References :
1. Adam, Muthanna, et al. "2-In-1 Motion and Sound Powered Desk
Lamp." Psychology and Education: A Multidisciplinary Journal 13.10
(2023): 1002-1006.
2. Purwanto, Iwan, Saifuddin Saifuddin, and Dian Pratiwi. "Study room
lighting automation systems digital using arduino Uno." AIP
Conference Proceedings. Vol. 2706. No. 1. AIP Publishing, 2023.
3. Yong, Tan Kai, et al. "Development of Arduino Lighting System for
Classroom Used." Borneo Engineering & Advanced Multidisciplinary
International Journal 1.2 (2022): 6-10.
4. Lu, Chow-Chin, et al. "Elementary school students learn arduino
programming to assemble sensory-controlled works." International
Journal of Information and Education Technology 10.4 (2020): 265-
270.

5. Riyanto, I. et al. (2018) ‘Motion sensor application on building


lighting installation for energy saving and carbon reduction joint
crediting mechanism’, Applied System Innovation, 1(3), p. 23.
doi:10.3390/asi1030023.
6. Coulson, D. ZMOTION™—ANewPIRMotionDetection Architecture;
Zilog, Inc.: Milpitas, CA, USA, 2010; No. WP001703-1110.
7. Garg, V.; Bansal, N.K. Smart Occupancy Sensors to Reduce Energy
Consumption. Energy Build. 2000, 32, 81–87. [CrossRef]
8. Martini; Riyanto, I.; Adiyarta, K.; Suparmoko, M. An Effort to Lower
Electricity Bill in University Building by Automatic Lighting Switches
Application. Pertan. J. Soc. Sci. Human. 2018, 26, 11–19.
9. Riyanto, I.; Margatama, L.; Suparmoko, M.; Martini; Hindarto, D.E.
University Contribution in Developing Country on Carbon Emission
Reduction through Motion Sensor Application Pilot Project on
Building Lighting Installation. In Proceedings of the IEEE
International Conference on Applied System Innovation, Chiba,
Japan, 13–17 April 2018.
10. Rakibe, R.S.; Patil, B.D. Background Subtraction Algorithm Based
Human Motion Detection. Int. J. Sci. Res. Publ. 2013, 3, 3–6.
11. Pisello, A.L.; Bobker, M.; Cotana, F. A Building Energy Efficiency
Optimization Method by Evaluating the Effective Thermal Zones
Occupancy. Energies 2012, 5, 5257–5278. [CrossRef]
12. Riyanto, I.; Margatama, L.; Suparmoko, M.; Martini; Hindarto, D.E.
University Contribution in Developing Country on Carbon Emission
Reduction through Motion Sensor Application Pilot Project on
Building Lighting Installation. In Proceedings of the IEEE
International Conference on Applied System Innovation, Chiba,
Japan, 13–17 April 2018.
13. Sahu, A.K.; Choubey, A. Motion Detection Surveillance System Using
Background Subtraction Algorithm. Int. J. Adv. Res. Comput. Sci.
Manag. Stud. 2013, 1, 58–65.

You might also like