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.

Tunable 3-50cm - E18-D50NK - infrared obstacle avoidance sensor

Tunable 3-50cm - E18-D50NK - 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...

7,76 €

58,50 HRK

CK-200-205

No products added yet

Secure payment
Secure payment

Detailed Description:

Electric characteristics: 

  • Working voltage: DC 5V;
  • Current assumption: DC<25mA;
  • Response time: <2ms;
  • Effective range: 3~50cm (adjustable)
  • Standard inspection: below 10,000 LX(for sunlight); below 3,000 LX(for filament lamp)

Size:

  •      Diameter: 17MM
  •      Sensor length: 45MM
  •      Lead Length: 45CM


Application:

  •      Goods production line automatic counting device
  •      multi-function reminder
  •      Maze Robot

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: > > > > Tunable 3-50cm - E18-D50NK - infrared obstacle avoidance sensor

30 other products in the same category :