








IR sensor module - Infrared Obstacle Avoidance Sensor for Arduino – 2–30cm
An infrared obstacle 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.
Looking to buy IR sensors online in India for your next electronics project? ElectroBoat.in is your ultimate destination! We understand that finding the right infrared sensor module can be crucial for applications ranging from robotics and automation to simple home projects. That's why we offer a comprehensive selection of high-quality IR sensors, catering to diverse needs and budgets.
Whether you're searching for an IR proximity sensor for obstacle detection in your robot car, an IR obstacle avoidance sensor for smart systems, or an IR receiver for remote control applications, we have you covered. Our inventory includes popular modules like the E18-D80NK adjustable infrared sensor, ideal for precise distance detection, and various IR sensor modules compatible with platforms like Arduino.
When you're looking for "IR sensor price" or "where to buy IR sensor online," you'll find competitive pricing and detailed product descriptions on ElectroBoat.in. We ensure that you can easily compare features such as detection range (from a few centimeters for close-range proximity to longer ranges for obstacle avoidance), operating voltage (typically 3V to 5V DC), and output type (analog or digital). Our collection is curated to include sensors known for their reliability, fast response time, and ease of integration into your circuits. Experience seamless online shopping and get your IR sensors delivered conveniently across India from ElectroBoat.in!
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
