ESP32 moisture sensor streaming to AWS

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ม.ค. 2025

ความคิดเห็น • 16

  • @LOSIMONASSI
    @LOSIMONASSI 5 ปีที่แล้ว +1

    Amazing, I have been looking for it since a long time ! Thanks !

    • @kaysenzion7902
      @kaysenzion7902 3 ปีที่แล้ว

      I guess it is quite off topic but do anybody know of a good website to stream new movies online?

  • @viruscode95
    @viruscode95 4 ปีที่แล้ว

    Hi, im new to this kinda thing, at 7:32 you said that we can use any pin that have "TOUCH*", im using ttgo lora sx1278 esp32. Does it work the same? Im hoping to receive your reply.

    • @Corgitronics
      @Corgitronics  4 ปีที่แล้ว

      It looks like the TTGO devices do expose some of the touch pins. Looking at the Pin Schematic on this page www.lilygo.cn/prod_view.aspx?TypeId=50003&Id=1271&FId=t3:50003:3 it shows that Touch2 - Touch6 are available.

  • @spikeywayent
    @spikeywayent 2 ปีที่แล้ว

    where is the github repo for this project? very well explanation and thank you for your time creating this content.

    • @Corgitronics
      @Corgitronics  2 ปีที่แล้ว

      Github has wiped out some of my repos after I changed my subscription level. I will have to find a local copy of the code, but it's from years ago.

    • @Corgitronics
      @Corgitronics  2 ปีที่แล้ว

      Okay, I was able to find the local copy and uploaded it to github.com/corgitronics/esp32-moisture-mqtt/tree/main
      You will have to update a couple of the files, as noted in the README.md file.

  • @microfix6035
    @microfix6035 5 ปีที่แล้ว

    Great videos all the. Where can I find them metal arm holder ?

  • @Faewks
    @Faewks 3 ปีที่แล้ว

    Hey, thanks for this video!
    I have one question: I have read that some of this sensors need 5 V to function correctly. Did you use an external 5 V source or did you use 3,3 V from the ESP32?
    Thank you!

    • @Corgitronics
      @Corgitronics  3 ปีที่แล้ว

      The ESP32 is being powered by the 5V USB cable, but it has its own 3.3V regulator. I don't recall if I ran the commercial sensors on 3.3 or 5V, but they seem to work well enough at the bottom of their rated voltage range.

  • @xkanight
    @xkanight 5 ปีที่แล้ว

    Hello, I'm trying to find a way to use this system for water detection around a sump pump, water softener and other areas in my mechanical room. Do you have any advice on how to do this. I would like to run multiple sensors off one board so I can be alerted on the location of the leak. Also my plan would be to use parallel strands of either copper tape, or stainless steel wire as a perimeter sensor.
    Is there power running through the sensor wire or is it just measuring independence?

    • @Corgitronics
      @Corgitronics  5 ปีที่แล้ว +1

      For your purpose, you might consider using the capacitive sensirs that I found on AliExpress and connect them to a RaspberryPi, perhaps a PiZeroW. Since you only want to detect the presence of moisture (on/off) then you don't really need an analog input for these sensors.
      If you go with copper wire, be aware that it will oxidize and loose sensitivity. I'd recommend stainless steel wire, or perhaps aluminum wire for that. Going with the bare conductor approach is simple, but the wires will have a low voltage potential between them, based on whatever power supply/battery you use. There must be plenty of circuit examples for this approach to look at.

  • @jeanpierredaviau7478
    @jeanpierredaviau7478 5 ปีที่แล้ว

    Is the code on github?

  • @ramadhanbasir
    @ramadhanbasir หลายเดือนก่อน

    apakah pcb yang di buat itu langsung di hubungkan ke pin pada esp32? ada yang bisa bantu

    • @Corgitronics
      @Corgitronics  หลายเดือนก่อน

      Yes, it the circuit board is connected with one pin to ground and the other pin is connected to one of the touch-sensor pins on the ESP32.