Infrared Obstacle Avoidance IR Sensor Module (Active Low)

Original price was: ₹250.00.Current price is: ₹90.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: 85.50 (Original price: 90.00)

18 people have this product in their cart right now!

Product Details
Available Offers

An Infrared Obstacle Avoidance IR Sensor Module, particularly one with an “Active Low” output, is a type of sensor commonly used in various applications, including robotics and automation. This sensor is designed to detect obstacles or objects in its vicinity using infrared (IR) light. Here’s a breakdown of its key components and how it works: Infrared…

Description

An Infrared Obstacle Avoidance IR Sensor Module, particularly one with an “Active Low” output, is a type of sensor commonly used in various applications, including robotics and automation. This sensor is designed to detect obstacles or objects in its vicinity using infrared (IR) light.

Here’s a breakdown of its key components and how it works:

Infrared Emitter and Receiver: The module typically contains an IR emitter (often an IR LED) and an IR receiver (usually a photodiode or phototransistor). The emitter emits infrared light, and the receiver detects the reflected infrared light.

Active Low Output: “Active Low” means that the sensor’s output signal goes low (or near 0V) when it detects an obstacle. In other words, the sensor’s output is normally high (at a higher voltage level) and drops to a lower voltage level when an obstacle is detected.

Obstacle Detection: When there’s no obstacle in the sensor’s line of sight, the IR light emitted by the emitter isn’t reflected back to the receiver, so the receiver’s output remains high. However, when an obstacle or object is present in front of the sensor, it reflects the IR light back to the receiver, causing the receiver’s output to go low.

Digital Output: The output of this type of sensor is typically digital, making it easy to interface with microcontrollers or other digital electronics. You can connect the sensor’s output pin to a microcontroller’s digital input pin to detect obstacles and trigger appropriate actions.

Applications:

Obstacle Avoidance: In robotics, these sensors are often used on mobile robots to detect obstacles in their path and navigate around them.

Object Detection: They can be used in automated systems to detect the presence or absence of objects on a conveyor belt or in a specific location.

Proximity Sensing: These sensors can be used to determine if an object is within a certain distance of the sensor.

Gesture Recognition: In some applications, they are used to detect hand gestures or motion.

Security Systems: They can be part of security systems to detect movement or intrusion.

To use an Active Low IR Sensor Module, you typically connect its output pin to a digital input pin on a microcontroller or another control system. You then monitor the sensor’s output state to detect obstacles or changes in proximity, allowing you to take appropriate actions in your application.

Technical Details

  • Main Chip: LM393
  • Operating Voltage (VDC): 3.6 ~ 5
  • Average Current Consumption (mA): 0.06
  • Detection Angle: 35 °
  • Distance Measuring Range (CM): 2 ~ 30

Physical Attributes

  • Length × Width × Height(mm) : 31 x 9 x 6
  • Weight (gm): 4

Integration with Arduino

Sample Code

int IRSensor = 2; // connect ir sensor to arduino pin 2
int LED = 13; // conect Led to arduino pin 13

void setup() 
{
  pinMode (IRSensor, INPUT); // sensor pin INPUT
  pinMode (LED, OUTPUT); // Led pin OUTPUT
}
 //https://kitsguru.myshopify.com/products/ir-infrared-obstacle-avoidance-sensor-module
void loop()
{
  int statusSensor = digitalRead (IRSensor);
    if (statusSensor == 1)
         digitalWrite(LED, LOW); // LED LOW
}  else
       {
         digitalWrite(LED, HIGH); // LED High
       }
} //Credits : https://create.arduino.cc/projecthub/Raushancpr/arduino-with-ir-sensor-1579b6

Additional information

Weight 0.2 kg
Dimensions 5 × 5 × 2 cm

Reviews

There are no reviews yet.

Be the first to review “Infrared Obstacle Avoidance IR Sensor Module (Active Low)”
90.00 MRP: 250.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.