Motion Sensor with Alarm

Aim

To learn how to use Proximity sensor to detect motion using Arduino UNO.

Components required for the experiment

Arduino UNO Board, PIR sensor and Buzzer.

What is PIR sensor and where it is used?

PIR stands for "Passive Infrared". A PIR sensor is an electronic device that can detect motion by measuring changes in the infrared (heat) radiation within its range. It contains a pyroelectric sensor which generates an electrical signal when exposed to infrared radiation, and an electronic circuit that processes the signal and triggers an output when motion is detected.


PIR sensors are commonly used for security purposes in homes, offices, and other buildings. They are also used in automatic lighting systems, where the sensor detects motion and turns on the lights, and then turns them off after a set time period when no motion is detected. PIR sensors are also used in some outdoor lighting systems, where they can help conserve energy by turning on the lights only when motion is detected. Additionally, PIR sensors can be used in robotics, for obstacle detection, and in some industrial applications for monitoring equipment and processes.