Your cart is currently empty!
Get Extra 5% off (up to ₹100) with UPI/Debit Card! The discounted price is: ₹95.00 (Original price: ₹100.00)
Passive Infrared PIR Sensor: Enhance Your Security with Advanced Motion Detection Section 1: Unparalleled Motion Sensing Technology of Passive Infrared Sensor passive infrared sensor provides cutting-edge motion detection. PIR sensors are able to detect a change in the amount of infrared radiation that they are receiving, which can occur when an object with a different temperature…
Passive Infrared PIR Sensor: Enhance Your Security with Advanced Motion Detection
passive infrared sensor provides cutting-edge motion detection. PIR sensors are able to detect a change in the amount of infrared radiation that they are receiving, which can occur when an object with a different temperature moves into the field of view. This technology can be used to detect the movement of humans or animals within a certain range. Moreover, this state-of-the-art sensor is specifically designed to accurately and swiftly detect human movement. Furthermore, with its advanced passive infrared technology, the SR501 ensures reliable performance in any environment.
Superior Detection Accuracy: One of the key advantages of the passive infrared sensor is its superior detection accuracy. In addition to that, its finely tuned infrared sensors can detect even the slightest movements, allowing you to enhance the security of your home or office. As a result, you can rest assured that the SR501 motion sensor will keep a vigilant eye on your surroundings.
Instant Response Time: Another remarkable feature of the passive infrared sensor is its instant response time. Thanks to its impressively fast reaction time, the sensor quickly responds to any detected motion. Within milliseconds, it triggers the desired action, whether it’s turning on lights, sounding an alarm, or activating a security system. As a result, you can experience the peace of mind that comes with having a sensor that reacts instantly to potential threats.
The PIR Motion Sensor SR501 offers a wide range of applications, making it an indispensable component for various security systems. Its versatility ensures it can be used in both residential and commercial settings, delivering exceptional performance in different scenarios.
Ideal for Home Security: Safeguard your home with the SR501 PIR Motion Sensor. Install it near entry points, hallways, or areas prone to unauthorized access. Enjoy the convenience of an automated security system that alerts you to any movement, keeping your loved ones and valuables safe.
Commercial Security Solutions: In commercial environments, the sr501 motion sensor is an excellent choice for enhancing security. Whether it’s a retail store, office building, or warehouse, the sensor can be integrated into existing security systems or used as a standalone device. Trust the hc sr501 motion sensor to provide reliable motion detection, deterring potential intruders.
The passive infrared pir sensor offers seamless integration and a user-friendly design, ensuring hassle-free installation and operation. Experience convenience and simplicity like never before.
Easy Installation: Installing the hc sr501 module is a breeze. Its compact size and straightforward wiring process make it suitable for both DIY enthusiasts and professional installers. Get up and running quickly, saving time and effort.
Adjustable Sensitivity and Range: Customize the sensor’s sensitivity and range to suit your specific needs. Whether you require a broad detection area or a more focused range, the SR501 allows you to fine-tune these settings effortlessly. Achieve the perfect balance between accuracy and coverage.
int led = 13; // the pin that the LED is atteched to int sensor = 2; // the pin that the sensor is atteched to int state = LOW; // by default, no motion detected int val = 0; // variable to store the sensor status (value) void setup() { pinMode(led, OUTPUT); // initalize LED as an output pinMode(sensor, INPUT); // initialize sensor as an input Serial.begin(9600); // initialize serial } void loop(){ val = digitalRead(sensor); // read sensor value if (val == HIGH) { // check if the sensor is HIGH digitalWrite(led, HIGH); // turn LED ON delay(500); // delay 100 milliseconds if (state == LOW) { Serial.println("Motion detected!"); state = HIGH; // update variable state to HIGH } } else { digitalWrite(led, LOW); // turn LED OFF delay(500); // delay 200 milliseconds if (state == HIGH){ Serial.println("Motion stopped!"); state = LOW; // update variable state to LOW } } }
Weight | 0.2 kg |
---|---|
Dimensions | 5 × 5 × 5 cm |
You must be logged in to post a review.
Enjoy 10% off your first purchase when you shop for ₹2000 or more!
Don't worry, we won't spam you.
Reviews
There are no reviews yet.