PIR Motion Sensor Detector Module HC-SR501

Original price was: ₹300.00.Current price is: ₹100.00.
slide 1
slide 1
slide 1
Image Slide 2
Image Slide 2
Image Slide 2
previous arrow
next arrow

Get Extra 5% off (up to ₹100) with UPI/Debit Card! The discounted price is: 95.00 (Original price: 100.00)

32 people have this product in their cart right now!

Product Details
Available Offers

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…

Description

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 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.

Section 2: Versatile Applications for Optimal Security of Passive Infrared Sensor

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.

Section 3: Effortless Integration and User-Friendly Design of Passive Infrared Sensor

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.

Technical Details of PIR Motion Sensor

  • Model: PIR HC-SR501
  • Operating Voltage (VDC): 4.5 ~ 20
  • Average Current Consumption (mA): 0.06
  • Distance Measuring Range (CM): 300 ~ 700
  • Output Type : (High/ Low-level Signal) 3.3V TTL output
  • Working Temperature Range (°C): -20 to 80
  • Detection Angle: <140°
  • Delay Time: 5 to 200s (Can be Adjusted, Default 5s +/- 3%)

 

Physical Attributes of Passive Infrared Sensor

  • L x W x H (mm): 32 x 25 x 25
  • Weight (gm): 12

Integration with Arduino of Passive Infrared Sensor

Sample Code

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
    }
  }
}

Additional Details

  • Infrared Sensor with Control Circuit Board
  • The Sensitivity and Holding Time Can be Adjusted
  • Sensitive Setting: Turn to the Right, Distance Increases (About 7M); Turn to the Left, Distance Reduce (About 3M)
  • Time Setting: Turn to Right, Time Increases (About 200S); Turn to Left, Time Reduce (About 5S)

Additional information

Weight 0.2 kg
Dimensions 5 × 5 × 5 cm

Reviews

There are no reviews yet.

Be the first to review “PIR Motion Sensor Detector Module HC-SR501”
100.00 MRP: 300.00 (including GST)

You may also like…

Spinning Wheel
×

Gen AI

×

Get Started

Please enter your Email Id to continue
Enter Your Email
If you do not have an account, click here to register.
By confirming, you agree to terms and conditions and privacy policy.
×

Get 10% Discount

Enjoy 10% off your first purchase when you shop for ₹2000 or more!

Don't worry, we won't spam you.