Product added to cart!
1 / 3
IR sensor Line Follower
Sensors
Product ID:
HF991256
Stock:
50 units available
Details:
An IR Sensor Line Follower is a simple and very popular sensor system used in robotics to detect and...
An IR Sensor Line Follower is a simple and very popular sensor system used in robotics to detect and follow a line (usually black line on a white surface, or vice versa). It works by using Infrared (IR) light to detect the difference between reflective and non-reflective surfaces.
πΉ Working Principle
The sensor has two main parts:
IR LED (Transmitter) β emits infrared light onto the surface.
Photodiode/Phototransistor (Receiver) β detects the reflected IR light.
White surface (reflective) β reflects most of the IR light back, so the receiver detects it β gives HIGH signal.
Black surface (absorptive) β absorbs IR light, very little reflection β receiver detects nothing β gives LOW signal.
Thus, by arranging multiple IR sensors, a robot can βseeβ the line and adjust its movement.
πΉ Typical Module Pins
VCC β 3.3V β 5V
GND β Ground
OUT β Digital output (HIGH/LOW depending on surface)
Some advanced modules also have analog output and sensitivity adjustment potentiometer.
πΉ How It Works in a Line Follower Robot
Two or more IR sensors are placed at the bottom of the robot.
If the left sensor is on black and the right sensor is on white, the robot knows it has to turn left.
If the right sensor is on black and the left is on white, it turns right.
If both are on white, it keeps moving forward.
If both are on black, it may stop or decide it has reached a junction.
πΉ Applications
Line follower robots (education & competitions).
Automated guided vehicles (AGVs) in industries.
Object detection and counting systems.
Black/white surface differentiation.
πΉ Advantages
Low cost and easy to use.
Reliable for simple robotics projects.
Works well on contrasting surfaces.
β‘ Example with Arduino:
Connect VCC β 5V, GND β GND, OUT β digital pin.
The Arduino reads HIGH (1) on white surface, and LOW (0) on black surface.
Read more
PKR 550.00