Specials

All specials

Cart  

No products

0,00 € Shipping
0,00 € Tax
0,00 € Total

Prices are tax included

Check out

List for Quote

No products added yet

FAQ

Do you need help? Go to see our FAQ section.

E18-D80NK - infrared obstacle avoidance sensor

E18-D80NK - infrared obstacle avoidance sensor

Short Description:

  • Model: 2005 E18-D80NK; infrared obstacle avoidance sensor; 3-80cm adjustable; proximity switch; smart car
  • Brand Name: MIC
  • Condition: Brand New With Original Manufacturer

More details...

8,28 €

62,40 HRK

CK-200-204

No products added yet

Secure payment
Secure payment

Detailed Description:

Electrical Characteristics:

  • U: 5VDC
  • I: The 100mA
  • Range: 3-80CM
  • Size: 17mm x 45mm
  • Lead Length: 45cm


Indicator Lights:

Red: power supply positive 4.5-5V
Yellow: TTL output for connection to microcontroller
Green: GND 

Output current: DC / SCR / Relay Control 100mA/5V supply
Current consumption: DC <25mA
Response time: <2ms
Angle: more than 15°

Effective distance: Adjustable from 3-80CM

Working environment temperature: -25 °C ~ 55 °C

Arduino code example:

/*
photoelectric       arduino
  red----------------5V
  black--------------GND
  yellow-------------9
*/
typedef unsigned char uchar;
uchar signal=9;
void setup() 
{
  pinMode(signal,INPUT);
  Serial.begin(9600);  
  // put your setup code here, to run once:

}

void loop() 
{
  if(!digitalRead(signal))
  {
    Serial.println("The chip receives the sensor signal");
  }
  while(!digitalRead(signal));
  // put your main code here, to run repeatedly:

}

Path: > > > > E18-D80NK - infrared obstacle avoidance sensor

30 other products in the same category :