Hw-416-b Pir Sensor Datasheet [TRUSTED]
The HW-416-B: The "Always Watching" Sentinel for Your Projects
In the world of DIY electronics, few components offer as much "bang for your buck" as the Passive Infrared (PIR) sensor. The HW-416-B is a popular iteration of the classic HC-SR501 design, repackaged into a smaller, more breadboard-friendly form factor.
While it may look like a simple circuit board with a white dome, the HW-416-B is actually a sophisticated thermal radar. Let’s dive into the datasheet secrets that make this tiny sensor a powerhouse for home automation and security.
Introduction
The HW-416-B is one of the most popular and cost-effective Passive Infrared (PIR) motion sensor modules available in the electronics market. Often found in Arduino starter kits, security lighting projects, and automatic door systems, this module is frequently compared to its predecessor, the HC-SR501. However, the HW-416-B offers distinct advantages in terms of size, power consumption, and adjustability. hw-416-b pir sensor datasheet
If you are searching for the official HW-416-B PIR sensor datasheet, you may have noticed that a unified manufacturer datasheet is hard to find. This is because the HW-416-B is a generic module design produced by several OEMs. To solve this, this article aggregates verified technical specifications, pinout definitions, timing diagrams, and calibration instructions to serve as the definitive reference for the HW-416-B.
Introduction
The HW-416-B is one of the most popular and cost-effective Passive Infrared (PIR) motion sensor modules available on the market. Often recognized by its white circular housing and three-pin male header, this board is a staple in Arduino, Raspberry Pi, and ESP32 projects. Despite its widespread use, finding a consolidated, accurate datasheet for the HW-416-B can be challenging, as it is frequently confused with the HC-SR501. The HW-416-B: The "Always Watching" Sentinel for Your
This article serves as a complete HW-416-B PIR sensor datasheet, covering every technical detail you need: electrical characteristics, pin configuration, sensitivity adjustment, time delay settings, wiring diagrams, and troubleshooting tips.
1. HW-416-B Overview
The HW-416-B is a passive infrared motion sensor module that detects changes in infrared radiation – primarily from moving people, animals, or warm objects. Detection range: Up to 7 meters (adjustable) Detection
- Detection range: Up to 7 meters (adjustable)
- Detection angle: < 100° cone (with standard Fresnel lens)
- Operating voltage: 4.5V – 20V DC (typical: 5V)
- Quiescent current: < 50 µA (low power, good for battery projects)
- Output signal: 3.3V TTL logic (HIGH when motion detected)
- Output hold time: 0.5 sec – 200 sec (adjustable via potentiometer)
- Trigger modes:
- L (Non-repeatable / Single trigger) – Output goes HIGH once then returns LOW
- H (Repeatable trigger) – Output stays HIGH as long as motion continues
Note: Some HW-416-B modules use an onboard 3.3V regulator, so the output pin is 3.3V – safe for 5V logic inputs (e.g., Arduino, STM32).
Integration guidance
- Power decoupling: place 0.1 µF ceramic + 10 µF electrolytic near VCC and GND.
- Use pull-up resistor (10 kΩ typical) if output is open-collector.
- Place in stable mechanical mount to avoid vibrations that cause false triggers.
- Include a 30–60 s warm-up in initialization routine before relying on readings.
- Debounce/logic: after a detection pulse, implement a short debounce and optional retrigger suppression to avoid rapid repetitive events.
Wiring:
- HW-416-B VCC → Arduino 5V
- HW-416-B GND → Arduino GND
- HW-416-B OUT → Arduino Digital Pin 2
Tuning the Beast: The Potentiometers
The HW-416-B features two variable resistors (potentiometers) on the board that allow you to tune its behavior without rewriting a single line of code.
- Sensitivity (Range): This adjusts how far away the sensor "sees." Turn it clockwise to increase the range (up to 7m) or counter-clockwise to decrease it (down to ~3m). This is perfect if you want to avoid detecting motion from the street outside your window.
- Time Delay: This determines how long the sensor stays "HIGH" (active) after it detects motion.
- Short duration: Great for automatic lights (turn on briefly when you walk by).
- Long duration: Great for alarm systems (keep the siren blaring for minutes).
1. Sensitivity Adjustment (Left Potentiometer – often labeled "SX" or "SENS")
- Function: Adjusts the detection distance and sensitivity to small movements.
- Range: Clockwise increases sensitivity (up to ~7 meters). Counter-clockwise decreases sensitivity (down to ~3 meters).
- Application: Use lower sensitivity in noisy environments (e.g., near heaters) or when you only want large motions.