








Infrared Obstacle Avoidance IR Sensor Module – Active Low Output, Detection Range 2–30cm
An infrared sensor (IR sensor) is a radiation-sensitive optoelectronic component with a spectral sensitivity in the infrared wavelength range 780 nm … 50 µm. IR sensors are now widely used in motion detectors, which are used in building services to switch on lamps or in alarm systems to detect unwelcome guests. IR Obstacle Avoidance Sensor Module with Active Low Output, ideal for robotics, Arduino projects, line-following robots, and obstacle detection systems. Reliable range detection from 2 cm to 30 cm.
₹ 29 ₹69
69



Add FAQ
Detailed Product Description:
The Infrared Obstacle Avoidance IR Sensor Module is a compact, affordable, and easy-to-use solution for non-contact object detection. It emits infrared light and detects reflected IR rays from nearby objects to determine the presence or absence of an obstacle.
This module has a digital output (Active Low) — the output pin goes LOW when an obstacle is detected. It includes onboard potentiometers to adjust the detection range and sensitivity, making it ideal for line-following robots, obstacle-avoiding robots, automation systems, and interactive installations.
Compatible with Arduino, ESP32, Raspberry Pi, STM32, and other microcontrollers.
Key Features:
-
Infrared proximity sensor for obstacle detection
-
Active low digital output (LOW when obstacle detected)
-
Adjustable detection range via onboard potentiometer
-
Compatible with Arduino, Raspberry Pi, ESP8266, etc.
-
Ideal for robotics, automation, DIY electronics
Technical Specifications:
Parameter | Specification |
---|---|
Operating Voltage | 3.3V – 5V DC |
Detection Range | ~2 cm – 30 cm (adjustable) |
Output Type | Digital (Active Low) |
IR Wavelength | 850–950 nm (typically) |
Board Size | ~3.1 cm × 1.5 cm |
Indicator LEDs | Power ON LED and Detection Status LED |
Mounting Holes | Yes |
How to Use:
With Arduino (Sample Wiring):
Sensor Pin | Arduino |
---|---|
VCC | 5V |
GND | GND |
OUT | D2 |
Arduino Code:
int sensorPin = 2;
void setup() {
pinMode(sensorPin, INPUT);
Serial.begin(9600);
}
void loop() {
int state = digitalRead(sensorPin);
if (state == LOW) {
Serial.println("Obstacle Detected!");
}
else {
Serial.println("No Obstacle.");
}
delay(300);
}
Applications:
-
Obstacle avoidance in robots
-
Line-following robot sensors
-
Automatic parking systems
-
Interactive installations and automation
-
Home security or smart sensing
Package Includes:
-
1 × Infrared Obstacle Avoidance IR Sensor Module – Active Low
0 Reviews For this Product
