ESP32 Wake up with PIR Motion Sensor

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024

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

  • @DevidasBhobe
    @DevidasBhobe 3 дня назад

    That guy going crazy was oddly cathartic

  • @firdoshdiakus4841
    @firdoshdiakus4841 3 месяца назад +1

    Great tutorial, may you do one with the motion sensor to send message on telegram when motion detected but with the same deep sleep function. Thank you

  • @Dylan.299
    @Dylan.299 2 месяца назад +1

    Brilliant tutorial and love the code explanation. Just about to buy first esp32. Would the espCAM package work if separated from the cam board and controller only used do you think? Presume it has interrupts to use. Thanks ahead.

    • @aaronalquiza9680
      @aaronalquiza9680 4 дня назад

      most of the time i keep the MB together with the esp32CAM, but i've recently separated them because i want to use solar power and wire the esp32cam up.

  • @jumbo999614
    @jumbo999614 4 месяца назад +1

    How to do this with ESP32 Cam?

    • @codingwithbrett
      @codingwithbrett  4 месяца назад +1

      I don't know if you could wake up the ESP32 CAM if the camera detects motion. Having the ESP32 CAM start recording if the PIR sensor detects motion should be possible. The critical thing is to use the right pin for the PIR sensor that wouldn't interfere with the camera. I'll give it a go some time.

    • @jumbo999614
      @jumbo999614 4 месяца назад

      @@codingwithbrett Thank you