Menu
Your Cart

E18-D80NK Adjustable Infrared Sensor Switch 5V DC 10-80cm NPN NO

E18-D80NK Adjustable Infrared Sensor Switch 5V DC 10-80cm NPN NO
E18-D80NK Adjustable Infrared Sensor Switch 5V DC 10-80cm NPN NO
E18-D80NK Adjustable Infrared Sensor Switch 5V DC 10-80cm NPN NO
E18-D80NK Adjustable Infrared Sensor Switch 5V DC 10-80cm NPN NO
E18-D80NK Adjustable Infrared Sensor Switch 5V DC 10-80cm NPN NO
E18-D80NK Adjustable Infrared Sensor Switch 5V DC 10-80cm NPN NO
E18-D80NK Adjustable Infrared Sensor Switch 5V DC 10-80cm NPN NO
This Product is available in Ahmedabad - India Warehouse .
Approx Delivery Time is 2-5 Days.
₹157
7 or more ₹150
30 or more ₹146

(Excluding 18% GST)

The E18-D80NK Adjustable Infrared Sensor Switch 10-80cm is a set of transmitter and receiver in one of the photoelectric switch sensor.  The sensor has a detection range of 10-80cm. The detection distance can be adjusted according to the demand.

The Adjustable Infrared Sensor Switch is small, easy to use, inexpensive, easy to assemble, and can be widely used in a robot to avoid obstacles, interactive media, industrial assembly lines, and many other occasions.

The switching signal output differs in accordance with the obstacles. It remains high when no obstacles and remains low when there are obstacles. 

Features :

  • Diffuse reflective type.
  • Digital output.
  • Adjustable detection distance.
  • Low consumption.
  • Compact size.
  • Range: 10 - 80cm adjustable
  • Power supply: 5V
  • Current: 100mA
  • Red: +5V; Yellow: Signal; Green: GND

 

Package Includes :

1 x E18-D80NK Adjustable Infrared Sensor Switch 5V DC 10-80cm NPN NO

 


 

Code and Connection with Arduino nano for E18-D80NK.

 

 

const int e18_sensor = 7;
const int led = 2;
void setup() {
  Serial.begin(9600);
  pinMode (e18_sensor, INPUT);
  pinMode (led, INPUT);
}
void loop() {
  int state = digitalRead(e18_sensor);
  Serial.println(state);
  if(state==LOW){
  Serial.println("Object Detected"); 
  digitalWrite(led, HIGH);
  }
  else {
  Serial.println("All Clear"); 
  digitalWrite(led, LOW);
}
delay(1000);
}
Technical
Cable Length

100 cm

Current consumption

300mA

Diameter

2.32 cm

Input Voltage

5 V

Light source

Infrared

Range

10cm to 80cm

Type

Normally open <br> NPN

Length

6.9 cm

Write a review

Note: HTML is not translated!
Bad Good
Captcha

The product is currently Out-of-Stock. Enter your email address below and we will notify you as soon as the product is available.

Name
Email
Phone
Comments