PIR sensor HC SR501

Поделиться
HTML-код
  • Опубликовано: 3 окт 2024
  • Taking a closer look at the Passive Infrared Sensor. Testing out different configurations as well.
    Code:
    github.com/Rob...

Комментарии • 16

  • @maker.kylesu
    @maker.kylesu 19 дней назад +3

    Absolutely great video, so useful! Thank you for sharing

  • @Th3Mafia
    @Th3Mafia Год назад +1

    best vid on this device i have found, others are scatter brain
    thank you

  • @ted_van_loon
    @ted_van_loon 5 месяцев назад +1

    in the datasheet, the R and I mode where labeled in the opposite way, expected it might have been a mistake in the datasheet, but since I didn't know if the 3.3 would trigger the arduino(while it should) s well as other things I might have made a mistake at I decided to look at someone using it, and luckily the datasheet just had those 2 the wrong way around.
    also my code for testing was:
    void setup() {
    pinMode(7, INPUT);
    Serial.begin(9600);
    }
    void loop() {
    Serial.println(digitalRead(7));
    delay(100);
    }

  • @KevenMucci-l5f
    @KevenMucci-l5f 4 дня назад

    Norbert Ridge

  • @markharrisllb
    @markharrisllb 3 года назад +3

    A very useful video, thank you.

  • @bunch8
    @bunch8 Год назад +2

    What part # or resistor value are the LDR and Thermistor?
    Thanks for your useful video.

    • @robotsanddinosaurs
      @robotsanddinosaurs  Год назад +1

      You're welcome! Thermistor is 10k I think, not sure about the LDR.

  • @DonnaRodriguez-q8j
    @DonnaRodriguez-q8j 12 дней назад

    Tatum Stream

  • @GrtrJinL-j1o
    @GrtrJinL-j1o 20 дней назад

    Thea Ferry

  • @Mohammad-kf1tg
    @Mohammad-kf1tg Год назад +1

    Helpful video thanks very much

  • @jeffD15
    @jeffD15 Год назад +1

    thank you so much!

    • @robotsanddinosaurs
      @robotsanddinosaurs  Год назад

      You're welcome !

    • @anandjoshi8554
      @anandjoshi8554 2 месяца назад

      @@robotsanddinosaurs in re trigger mode H > if u increase delay time > then after u left the room, output/load remain high ,until the end ofduration of delay time set !!!!