• Incl.Excl.
    BTW
  • 0
  • Incl.Excl.
    BTW
  • 0
    Gratis verzending boven €100,- binnen Nederland
    Op werkdagen besteld voor 15:00 uur dezelfde dag verzonden*
    Geleverd uit eigen voorraad vanuit ons magazijn in Nederland

    Laser receiver module 5v

    Laser receiver module 5v
    Productomschrijving

    Laser receiver module 5v

    Voedingsspanning: 5v
    Aansluiting    - =  gnd en vcc = 5vdc out = uitgang

    Kleine voorbeeld sketch in combinatie met laser:

    const int pinLaser = 2; // output signal pin of laser module/laser pointer
    const int pinReceiver = 3; // input signal pin of receiver/detector (the used module does only return a digital state)
    
    void setup() {
      pinMode(pinLaser, OUTPUT); // set the laser pin to output mode
      pinMode(pinReceiver, INPUT); // set the laser pin to output mode
      digitalWrite(pinLaser, HIGH); // emit red laser
      Serial.begin(9600); // Setup serial connection for print out to console
    }
    
    void loop() {
      int value = digitalRead(pinReceiver); // receiver/detector send either LOW or HIGH (no analog values!)
      Serial.println(value); // send value to console
      delay(1000); // wait for 1000ms
    }

    Productspecificaties

    Artikelnummer
    N60

    Recent bekeken

    Laser receiver module 5v
    Laser receiver module 5v
    Op voorraad

    Deliverytime

    €1,99 Incl. btw
    Toevoegen