E18-D80NK Adjustable Infrared Proximity Sensor (3-80cm)

₹189

  1. Sensing range: 3 – 80cm.
  2. Input voltage: 5VDC.
  3. Current Consumption: 300mA.
  4. Digital Output.
  5. Cable length: 1 m.
  6. Diffuse reflective type.

In stock

  • (GST Bill) Enter your GST number at checkout
  • Free shipping on eligible prepaid orders
  • Secure payments via Razorpay and Paytm
  • Dispatch in 24 Hours from Noida warehouse!
SKU: SE1487 Category:

Description

The E18-D80NK is a rugged, high-performance photoelectric proximity switch engineered for autonomous mobile robots, automated conveyor belt systems, and industrial counting lines. Unlike small open-frame IR sensor modules, the E18-D80NK integrates modulated infrared optics inside a durable, threaded M18 cylindrical plastic casing. This design provides high immunity against visible ambient light interference and electrical noise.

The sensor operates on the diffuse reflection principle. It continuously emits modulated infrared pulses; when an object crosses its beam path, light reflects back to the internal receiver photodiode. The internal signal processor drives an NPN digital open-collector output—holding the signal HIGH (VCC) when clear, and pulling it LOW (0V) when an obstacle is detected within the set threshold. The effective sensing distance can be adjusted between 3 cm and 80 cm via a multi-turn trimmer screw at the rear of the housing.


Technical Specifications

Parameter Technical Detail
Model E18-D80NK
Sensing Type Photoelectric Diffuse Reflective Switch
Detection Distance 3 cm to 80 cm (Adjustable via rear potentiometer screw)
Output Type NPN Digital Output (Active LOW when obstacle detected)
Operating Voltage 5V DC
Current Consumption < 25 mA (Working current up to 100 mA load capacity)
Response Time < 2 ms
Detection Angle ≤ 15° conical beam angle
Target Light Source Modulated Infrared Light (High ambient light resistance)
Housing Style & Size Threaded Cylindrical (M18 Diameter × 45 mm Length)
Cable Length ~45 cm 3-wire shielded lead

Wire Color Pinout Configuration

The sensor lead features 3 color-coded wires (verify wire color codes before powering):

Wire Color Function Name Connection Guidance
Brown (or Red) VCC (+5V) Connect to +5V DC power supply rail.
Blue (or Green) GND (0V) Connect to common system ground.
Black (or Yellow) OUT (Digital Output) Digital signal pin; pulls to LOW (0V) on detection, otherwise remains HIGH.

Basic Arduino Wiring & Example Code

Wiring Diagram

  • Brown/Red (VCC) âž” Arduino 5V

  • Blue/Green (GND) âž” Arduino GND

  • Black/Yellow (OUT) âž” Arduino Digital Pin 2 (Use internal pull-up resistor)

C++

// E18-D80NK IR Proximity Switch Interfacing
const int sensorPin = 2; // OUT lead connected to Digital Pin 2

void setup() {
  // Use INPUT_PULLUP to ensure stable HIGH state when no obstacle is present
  pinMode(sensorPin, INPUT_PULLUP); 
  Serial.begin(9600);
  Serial.println("E18-D80NK IR Sensor Switch Initialized.");
}

void loop() {
  int sensorState = digitalRead(sensorPin);

  // Active Low Logic: LOW indicates an obstacle is present
  if (sensorState == LOW) {
    Serial.println("OBSTACLE DETECTED! Signal: LOW");
  } else {
    Serial.println("Path Clear. Signal: HIGH");
  }

  delay(150);
}

Key Features & Highlights

  • Long-Range Detection (3cm to 80cm): Far superior detection range compared to standard short-range IR boards, making it ideal for high-speed obstacle avoidance.

  • Ambient Light Resistance: Modulated IR pulse technology prevents false triggers caused by indoor fluorescent lighting or direct sunlight.

  • Adjustable Sensitivity Screw: Embedded rear trimmer potentiometer allows exact tuning for different target sizes and reflection surfaces.

  • Threaded M18 Enclosure: Easily installs into robot chassis frames, industrial brackets, or acrylic mounting plates using the included dual hex retaining nuts.

Common Applications

  • Heavy-duty obstacle avoidance for competition robots, sumo bots, and AGVs.

  • Object counting and presence verification on industrial assembly lines.

  • Touchless automatic door openers, sanitary dispensers, and gate barriers.

  • Interactive media installations, security alarms, and smart parking systems.


What’s Included in the Box

  • 1 × E18-D80NK Mini Adjustable Infrared Sensor Switch (with 45cm lead)

  • 2 × M18 Threaded Plastic Retaining Nuts


Why Buy From Aryabot?

  • 100% Quality Assurance: Assembled with high-grade optical diodes, stable NPN switching transistors, and durable industrial enclosure materials.

  • Tested & Benchmarked: Quality-checked for response speed, distance adjustment range, and output logic accuracy prior to dispatch.

  • GST Invoice Provided: Tax-compliant B2B invoices generated for educational institutions, corporate research labs, and commercial deployments.

  • Pan-India Express Dispatch: Fast order processing and direct delivery from our Noida fulfillment warehouse.


Features :

  1. Diffuse reflective type.
  2. Digital output.
  3. Adjustable detection distance.
  4. Low consumption.
  5. Compact size.

Package Includes :

1 x E18-D80NK Mini Adjustable Infrared Sensor Switch 3-80cm.


Useful Links :

How to interface with Adjustable Infrared Sensor

Additional information

Weight 0.03 kg
Dimensions 8 × 7 × 4 cm