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
-20 % Out Of Stock
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
₹199
₹249

(inc GST)

  • Stock: Out Of Stock
  • ₹1 FlyRobo Cashback.
  • SKU: FR-01-621
    7 or more ₹191
    30 or more ₹186

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

Questions1 Answers3 | Expand All
Can i get GST invoice for the order ?
Shubham Bhausaheb Modake
  • Yes, You can claim GST credit if you have a GST number. To do it you have to mention the GST number at the time of checkout. GST option appears in the Billing Address. If you are an existing customer of flyrobo then you can log in to your account ( Account → Address Book → Edit Address) and Then enter your GST number.
    FlyRobo[ 16/11/2022 ]
    Was this answer helpful?746
10 pec discount ??
Rakesh
  • If you want to purchase product in bulk then Please contact at sales@flyrobo.in with quantity and SKU number.


    FlyRobo[ 06/07/2021 ]
    Was this answer helpful?6
When will delivered order?
Ajeet
  • Order will be delivered within 1-3 days in metro city, 3-5 days in other city and 4-7 days in villages or small city. This is the average time of delivery in express shipping. but can change with different locations and different situations.
    FlyRobo[ 16/07/2021 ]
    Was this answer helpful?-1107
Showing 1 to 1 of 1 (1 pages)

Write a review

Note: HTML is not translated!
Bad Good

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