Hc Sr505 Mini Infrared Pir Motion Sensor Infrared Detector Module
Rs. 68.00 Rs. 82.00
- Product Code: SEN-PIR
- SKU -
- Availability: In Stock
- Price in reward points: 1
- For Bulk Order 9962060070
Quick support on WhatsApp (+919962060070) only between morning 11am-4pm, no call will be answered
-Low-power consumption | ||||||||||||||||
-Output degree | High three.3V / Low 0V | |||||||||||||||
-Trigger | repeatable trigger (default) | |||||||||||||||
-Automatic induction | to enter the sensing range of the output is excessive, people go away the sensor variety robotically delay off high, output low. Ultra-small length. | |||||||||||||||
-Repeatable trigger | the sensor output high, the put off duration, if there is human hobby in its sensing variety, the output will continue to be excessive until human beings depart after the excessive variable delay Low (automatically extended sensor module detects the human body after every hobby a postpone duration, and the closing time an occasion is the start line of the delay time). | |||||||||||||||
-Wide working voltage range | the default running voltage DC4.5V-20V. | |||||||||||||||
-Micropower | quiescent cutting-edge <50 microamps, particularly for battery-powered computerized manage merchandise. | |||||||||||||||
-Output high signal | smooth docking and all varieties of circuits." |
SPECIFICATIONS: | |
Model | HC-SR505 |
Operating Voltage Range | DC4.5-20V |
Average Current Consumption (mA) | 0.06 |
Distance Measuring Range | 3 meters |
Delay time | Default 8S + -30% (can be customized) |
Working Temperature Range | -20°C ~ 80°C |
Sensor Lens Diameter | 10mm |
Induction angle | <100-degree cone angle |
OVERVIEW:
-Automatic induction: to enter the sensing range
-Ultra-small size.
-Repeatable trigger
-Wide operating voltage range
-Micropower: quiescent current <50
-Output high signal: easy docking and all kinds of circuits.
PACKAGE INCLUDES:
1 PCS x Hc Sr505 Mini Infrared Pir Motion Sensor Infrared Detector Module
//SOURCE CODE TAKEN FROM BELOW LINK
//https://www.elecrow.com/wiki/index.php?title=HC-SR505_Mini_PIR_Motion_Sensor
void setup() {
Serial.begin(9600);
pinMode(6,INPUT);
digitalWrite(6,LOW);
}
void loop() {
if(digitalRead(6)==HIGH) {
Serial.println("Somebody is here.");
}
else {
Serial.println("Nobody.");
}
delay(1000);
}
https://youtu.be/8TnrozK_384
15 days