
Building an Infrared Distance Sensor
Measure distance with light. A Sharp infrared sensor bounces a beam off an object and reports, as a voltage, the angle it returns at — closer objects give a higher reading. The Arduino turns that into an approximate distance and lights an LED when something comes near: a touchless switch, a hand-wave trigger, or a robot's eyes. Unlike the ultrasonic sensor, this uses infrared light, works at short range, and makes no sound.
안내
Wire the sensor and LED
Wire the sensor and LED
The Sharp sensor has a 3-wire cable: VCC (red) to Arduino 5V, GND (black) to GND, and signal (white or yellow) to A0. On the breadboard, wire an LED from pin 7 through a 330 Ω resistor to GND (long leg to the pin).
이 단계의 재료:
Arduino Uno R31 개
Infrared Proximity Sensor - Sharp GP2Y0A21YK1 개
LED - Basic 5mm1 개
Resistor 330 Ohm 1/6 Watt PTH - 20 pack1 팩
Breadboard1 개
Jumper Wires (Male-to-Male)1 팩Connect and open the IDE
Connect and open the IDE
Plug the Arduino into your computer with the USB cable, open the Arduino IDE, and select Arduino Uno and its serial port.
이 단계의 재료:
USB-B Cable1 개필요한 도구:
Computer with Arduino IDEUpload the distance sketch
Upload the distance sketch
Paste this sketch and upload, then open the Serial Monitor. It reads the sensor, estimates the distance, and lights the LED when something is within 20 cm.
Test and understand the curve
Test and understand the curve
Open the Serial Monitor and move your hand between about 10 and 80 cm — the printed distance should track it, and the LED lights inside 20 cm. Two things to know: below ~10 cm the reading becomes ambiguous (the sensor's curve folds back), and the output is non-linear, so for real accuracy note the raw value at a few known distances and fit your own curve.
Put it to work
Put it to work
Use it as a touchless switch (wave to trigger), a shelf or drawer 'is-it-open' sensor, or an obstacle detector for a small robot. Change NEAR_CM to set the trigger distance, or swap in the short-range (4–30 cm) or long-range (20–150 cm) Sharp sensor for a different span.
재료
7- ₩391
- ₩11
- ₩137
필요 도구
1관련 블루프린트
이 블루프린트들은 지식을 공유합니다 — 기술, 재료 또는 원리
Related blueprints
Other builds that share materials, tools, or techniques with this one.
CC0 퍼블릭 도메인
이 블루프린트는 CC0로 공개되었습니다. 어떤 목적으로든 자유롭게 복사, 수정, 배포 및 사용할 수 있습니다.
제품 구매를 통해 메이커를 지원하세요. 판매자가 설정한 메이커 커미션 을 받거나, 이 블루프린트의 새로운 반복을 만들어 연결로 포함시킬 수 있습니다.





