This item has closed 1 buyer bought 1 item

Similar products

IR PROXIMITY SENSOR FOR ARDUINO KE0042
R71.96
R30 shipping
PROXIMITY SENSOR INDUCTIVE 8mm N.O. 3WIRE LEAD PS-08N
R385.42
R30 shipping
PROXIMITY SENSOR MINI RND 4mm NO PM12-04P-M12
R262.69
ALS IR LED OPTICAL PROXIMITY DETECTION MODULE KS0269
R84.92

E18-D80NK Adjustable IR Proximity Sensor

New
R172.00
Shipping
Standard courier shipping from R30
R30 Standard shipping using one of our trusted couriers applies to most areas in South Africa. Some areas may attract a R30 surcharge. This will be calculated at checkout if applicable.
Check my rate
Ready to ship in
The seller has indicated that they will usually have this item ready to ship within 3 business days. Shipping time depends on your delivery address. The most accurate delivery time will be calculated at checkout, but in general, the following shipping times apply:
 
Standard Delivery
Main centres:  1-3 business days
Regional areas: 3-4 business days
Remote areas: 3-5 business days
Buyer Protection How you're covered
Get it now, pay later
Returns
Dealer
Warranty Type: Dealer Standard Dealer Warranty
Money-Back 7 Days
Money-Back Guarantee: 7 Days: 7 Days Money Back Guarantee

Product information

Condition:
New
Location:
South Africa
Customer ratings:
Product code:
mir-e18-d80nk
Bob Shop ID:
434033304
Description

IR Adjustable Trigger Sensor - E18-D80NK

The E18-D80NK is an Infrared distance switch, a high-sensitive photo reflectorto detect distance from an object. The range is from 3cm to 80cm and canadjusted via an integrated potentiometer. The output signal is an on ofsignal.

![](#/image/catalog/generic/E18-D80NK/E18-D80NK -

Layout01.jpg)

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: 22CME18-3

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
More InfoLocal Stock.
More Products

View More Products

Customer ratings: 1 ratings

Thank you
16 Nov 2019