Menu
Your Cart

E18-D80NK Adjustable Infrared Sensor Switch - PNP NC

E18-D80NK Adjustable Infrared Sensor Switch
E18-D80NK Adjustable Infrared Sensor Switch
E18-D80NK Adjustable Infrared Sensor Switch
E18-D80NK Adjustable Infrared Sensor Switch
E18-D80NK Adjustable Infrared Sensor Switch
E18-D80NK Adjustable Infrared Sensor Switch
E18-D80NK Adjustable Infrared Sensor Switch - PNP NC
This Product is available in Ahmedabad - India Warehouse .
Approx Delivery Time is 2-5 Days.
₹167
7 or more ₹161
30 or more ₹158

(Excluding 18% GST)

The E18-D80NK Adjustable Infrared Sensor Switch 3-80cm is a set of transmitter and receiver in one of the photoelectric switch sensor.  The sensor has a detection range of 3-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: 3 - 80cm adjustable
  • Power supply: 5V
  • Current: 100mA
  • Red: +5V; Yellow: Signal; Green: GND

 

Package Includes :

1 x E18-D80NK Adjustable Infrared Sensor Switch.

 


 

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

3cm to 80cm

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