IR Adjustable Trigger Sensor - E18-D80NK
The E18-D80NK is an Infrared distance switch, a high-sensitive photo reflector to detect distance from an object. The range is from 3cm to 80cm and can adjusted via an integrated potentiometer. The output signal is an on of signal.

Quick Spec
- Power Supply: 5VDC
- Supply current DC <25mA
- Maximum load current 100mA (Open-collector NPN pulldown output)
- Response time <2ms
- Diameter: 17MM
- Pointing angle: ≤ 15 °, effective from 3-80CM Adjustable
- Detection of objects: transparent or opaque
- Working environment temperature: -25℃+55℃
- Case Material: Plastic
- Lead Length: 22CM
Layout

Application

Arduino Code Example - Pin 5 used as signal input
void setup()
{
Serial.begin(9600); //Start serial communication boud rate at 9600
pinMode(5,INPUT); //Pin 5 as signal input
}
void loop()
{
while(1)
{
delay(500);
if(digitalRead(5)==LOW) {
// If no signal print collision detected
Serial.println("Collision Detected.");
}
else
{
// If signal detected print collision detected
Serial.println("No Collision Detected.");
}
}
}
Shipping List
- 1 x E18-D80NK Adjustable IR Proximity Sensor
- 2 x Fastening Rings
E18-D80NK Adjustable IR Proximity Sensor
- Brand: Generic
- Product Code: E18-D80NK
- Weight: 0.026kg
- Product Status : Active
Stock
Warehouse | Stock Status | Location |
---|---|---|
Centurion | In Stock | UE104 |
Stellenbosch | In Stock | 066 |
We ship free of charge between branches to complete your order.
-
R58.00 (Inc Tax: R66.70)
Related Products
Sparkfun IR Remote
Sparkfun IR Remote Have you ever needed a cheap way to activate something from across the room? Infrared remotes are still the cheapest way to wirelessly control a device. Sparkfun have designed t..
R68.00 (Inc Tax: R78.20)
IR PL-N823 Breakout - Qwiic
IR PL-N823 Breakout - Qwiic This board utilizes Kemet Corporation’s lensless passive infrared sensor, PL-N823. It uses the pyroelectric effect of ceramic by absorbing infrared rays emitted from the h..
R398.00 (Inc Tax: R457.70)
DF Robot Metal Proximity Switch 5V
DF Robot Metal Proximity Switch 5V The proximity switch usually possesses the characteristics of travel switch, micro switch and sensor. This is a small 5V metal proximity switch with 27 x 10 x 6mm..
R218.00 (Inc Tax: R250.70)
DF Robot IR Proximity Sensor 1- 400cm
DF Robot IR Proximity Sensor 1- 400cm This digital laser proximity sensor offers a longer sensing distance and comes with an indicator for showing real-time sensor status. Keep pressing down the on..
R448.00 (Inc Tax: R515.20)
Tags: analog, distance, sensor, ir, E18-D80NK, infrared, proximity