Arduino With (IR) Infrared Sensor
Hi guys In here I am going to show you have to work with IR - Infrared Sensor.
In above sensor, You find it easy to see 3 pins there…
1.VCC - for operate the sensor (5v)
2.OUT - for, get signal to Arduino development board.
3.GND - for ground (GND) from Arduino development board.
EXPANDED TECHNICAL DETAILS
Object & Motion Detection Logic
This foundational project explores the use of Active Infrared (IR) sensors for proximity and line-following applications.
- IR Pair Working: The sensor consists of an IR LED (Transmitter) and a photodiode (Receiver). The Arduino monitors the analog or digital signal from the photodiode. When a physical object reflects the IR light back, the signal voltage changes.
- Ambient Light Compensation: The firmware includes calibration to ignore standard room lighting, ensuring that the "Reflection" detected is truly from a physical object within 5-10cm.
Use Cases
- Touchless Switches: Implementing a wave-to-on light switch for kitchens or bathrooms.
- Counting & Sorting: Used in assembly line simulations or piggy-bank builds to detect when a coin/object has passed a certain point, providing a silent and low-power alternative to ultrasonic sensors.