Starter Ki Broken Light Blocking Photo Interrupter Sensor Module For Arduino AVR PIC DIY Starter Kit KY010

Starter Ki Broken Light Blocking Photo Interrupter Sensor Module For Arduino AVR PIC DIY Starter Kit KY010

Price:   $0.47

  • Model: icchipcn0004778
  • Shipping Weight: 0.1kg
  • 9999 Units in Stock

(0 reviews)
(complete orders today,deliverd around 25/04/2025)
  • Shipping time
    Shipping Worldwide.About 5-15 days.
  • means of transportation
    EMS,DHL,FEDEX,HK Post
  • Payment
    Paypal,T T,
  • Email us
    [email protected]
  • New Products
    4-6W RF power amplifier, broadband RF amplifier, microwave power amplifier
    $368.98
    10A 60V Anti-reverse Irrigation Module Apply to Constant current power module Batterysolar charging anti backflow XY-FE
    $0.36
    3.5mm Plug Jack Stereo Plastic + Metal TRRS Headset Audio Socket Breakout Board Extension Connector Module 3.5mm jack
    $0.35
    4 12 16 20 Key 1*4 4*3 4*4 4*5 Membrane Switch Keypad 1x4 3x4 4x4 4x5 Matrix Array Matrix keyboard for arduino smart car NEW
    $0.61
    • Details
    • Reviews
    • Tags
    • FAQ
    Brand Name:icchipcn.com
    Condition:New
    Type:Voltage Regulator
    Application:Computer
    Supply Voltage:1
    Dissipation Power:1
    is_customized:Yes
    Warm prompt: Dear buyer, Our cheapest transportation services Economic category logistics (SunYou Economic Air Mail ,China Post Ordinary Small Packet Plus ) can be traced only befor it arrive your country,please choose Standard category logistics if you want a full tracking info.Photo interrupter module and a digital interface, built-in 13 LED build a simple circuit to produce.photo-interrupter warning lamp
    It comes with digital interfaces of the LED, the light blocking access number 3 sensor interfaces,sensing when the light interrupter
    Device senses a key signal, LED lights, otherwise off.
    Routines source code:
    int Led = 13 ;// define LED Interface
    int buttonpin = 3; // define the photo interrupter sensor interface
    int val ;// define numeric variables val
    void setup()
    pinMode (Led, OUTPUT) ;// define LED as output interface
    pinMode (buttonpin, INPUT) ;// define the photo interrupter sensor output interface
    void loop ()
    val = digitalRead (buttonpin) ;// digital interface will be assigned a value of 3 to read val
    if (val == HIGH) // When the light sensor detects a signal is interrupted, LED flashes
    digitalWrite (Led, HIGH);
    else
    digitalWrite (Led, LOW);

    Package Included:

    • 1 x For AVR PIC KY-010 Photo Interrupter Module

    aeProduct.getSubject()