PIR sensor

Security Alarm Circuit with PIR

This alarm system utilizes a PIR sensor (Passive Infrared) to detect motion and a 2N2222 NPN transistor to drive an active buzzer. The 7.4V Li-ion battery provides power to both the sensor and the load. 1. Circuit Components •              PIR S…

ee-diary

PIR Sensor: Interfacing with ATmega32 Microcontroller

PIR stands for Passive Infrared Sensor . It detects infrared radiation emitted by warm bodies, such as humans or animals, within its range. Unlike active infrared sensors, PIR sensors do not emit infrared radiation but passively detect it, making th…

ee-diary

Detect Motion with PIR sensor and NodeMCU

Motion detection is a critical aspect of security systems and automation projects. Passive Infrared (PIR) sensors are widely used for detecting motion due to their reliability, cost-effectiveness, and ease of integration. This blog post explores a …

ee-diary

PIR sensor with Arduino code

Here PIR sensor with Arduino code is provided which turns on a LED when human or animal body is detected near the sensor. The human and animal body emits heat energy in the form of infrared radiation. The HR-SC501 passive infrared(PIR) sensor modul…

ee-diary

Arduino based PIR Motion Sensor Alarm

A human body radiates infrared signal which can be detected using PIR(Passive Infrared) sensor. When human body is detected nearby the sensor we can make sound alarm using buzzer or speaker to inform about intruder detection. Such PIR motion sensor …

ee-diary

Automatic Light Controller with Arduino

Here an automatic light controller with Arduino is build. The automatic light controller turns on bulb only when it is required and is thus useful in saving power. The light bulb is connected to Arduino which is automatically turned on when the amb…

ee-diary
Load More
That is All