HY Studio Light Barrier / Infrarot-Sensor

HY Studio Light Barrier / Infrarot-Sensor
SKU: P00000083
Only 1 left
CHF9.90
.

Fast shipping from our own warehouse in Steinhausen/ZG. Free delivery for orders starting from CHF 300.00!

Products can also be picked up.

Questions or suggestions? Contact us.

Product Description
Details

Light Barrier - OUTput switches to low as soon as there is an object detected between the sensors.

Very easy connection using 3 pins only: VCC, GND, OUT

Example-Sketch for Arduino:

 

/*
  Play-Zone.ch Beispielcode
  * Lichtschranke *
    
  Arduino Pin 13 = LED
  Arduino Pin  8 = OUT (Lichtschranke)
 
 */

void setup() {                
  pinMode(13, OUTPUT);     
  pinMode (8,INPUT);
}

void loop() {
  digitalWrite(13, !digitalRead(8));   // Active Low, deshalb Signal invertieren
}

Additional Information
Additional Information
SKU P00000083
Weight 0.0100
Manufacturer OEM
Reviews
Write Your Own Review

Only registered users can write reviews. Please, log in or register

Downloads
View FileHY Studio Lichtschranke Schematic    Size: (52.82 KB)
Questions or Suggestions?

Do you have a question about a product? Do you have a suggestion for the description or even found an error? Contact us!