Automated Light Control With PIR Sensor and Arduino[1].Pptx
Automated Light Control With PIR Sensor and Arduino[1].Pptx
Introduction
Components Description
Result
Conclusion
References
Illuminating Intelligence:
This project combines ambient light detection
and motion sensing for optimal energy efficiency.
Using an Arduino Uno as the brain, the system
activates a light only when two conditions are
met:
1. The room is dark enough (detected by the
photoresistor)
2. Human presence is detected (via the PIR motion
sensor).
Photoresistor:
This device is a variable resistor that reacts to light. When
light energy contacts the sensor, the material absorbs some
of the light energy and converts it to electrical energy,
becoming less resistive.
Understanding the Working:
Light Detection: Photoresistor on
analog pin A0 monitors ambient
light levels
Motion Detection: PIR sensor on
digital pin 2 identifies human
presence
Night
Conclusion
This is a simple automated lighting system offers an
efficient solution for energy conservation and user
convenience.
The Arduino-based implementation demonstrates how
simple components can be utilised for an smart
system.
In practical applications, PIR sensors like HC-SR501 can
be used.
Last Minute
Engineers
Images of PI
sensors,
examples of
popular PIR
sensors.
References
TinkerCAD Engineers
Garage
Basic working of
PIR sensors, relay, Working of PIR
photoresistor and sensor
documentation.