How to use Rain sensor with arduino tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 มิ.ย. 2024
  • In this video we will learn how to use a Rain sensor, this sensor has the ability to detect water on the surface.
    Watch the video till the end to know how to use it.
    You can support us and unlock premium projects code by joining our membership by clicking the link below:
    / @miliohm
    Music :
    "LAKEY INSPIRED - Chill Day" is licensed under a Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
    Music provided by BreakingCopyright: • [Non Copyrighted Music...
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @ara.strawbaerri
    @ara.strawbaerri 2 ปีที่แล้ว

    How do we turn off the alarm? Or put a timer on it?

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

    thank you a lot i works !...

  • @typingcat
    @typingcat 2 ปีที่แล้ว +3

    Does it actually work well to detect whether it is raining or not? I mean, in theory, I guess it can detect the presence of water on its surface, but real rain does not stay long in that big blob shape like that. If it detects any amount of water, what if the rain stops? The surface would still be wet for quite some time. Can it distinguish the state of raining and being wet after the rain has stopped? Ideally, shouldn't the sensor also detect some sort of impact from the raindrops and the presence of water at the same time to intelligently determine whether it is raining or not?

    • @miliohm
      @miliohm  2 ปีที่แล้ว +1

      You can use your creativity and some algorithm on that

    • @bra1nsen
      @bra1nsen ปีที่แล้ว

      @@miliohm good answer miliohm (Y) the function could work with relevant changes over time

  • @wadib3eed7
    @wadib3eed7 3 ปีที่แล้ว +2

    what is the type of traces on the sensor pad ? are stainless steel or copper ?

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

      I think that's copper

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

      @@miliohmBut i think copper will be oxidizeded with water and will be corroded.

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

      @@wadib3eed7 ya, but some references said that.

    • @futuregadget_v2.1
      @futuregadget_v2.1 3 ปีที่แล้ว +1

      The item description says, it's nickel-plated. So there shouldn't be any problems with corrosion.

  • @user-yx3lc2zh6m
    @user-yx3lc2zh6m หลายเดือนก่อน

    Boss how to write the rain sensor for uno using computer. Tq

  • @tjmoore1084
    @tjmoore1084 3 ปีที่แล้ว +3

    a rain sensor, that works like this, is exactly what i am looking for! do you know of a product i can buy? i dont care about tempature, wind, humidity - only rain when it starts. thanks

    • @miliohm
      @miliohm  3 ปีที่แล้ว +1

      There are many. Just google rain sensor

  • @manishrai6845
    @manishrai6845 ปีที่แล้ว

    water and voltage is inversely proportional.... are you sure about this ? were actually reading the resistance resistance . So shouldn't it be if more water is applied then less is the resistance and vice versa . So if water is decrease's resistance then shouldn't the water directly be proportional to voltage ?

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

    Can it be connected by wifi to notify me on my cell phone if it’s raining?

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

      sure, you need wifi module like nodemcu

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

      @@miliohm thank you. Any video or link?

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

    Can you put a button to turn off the alarm once it is raining?

  • @commanderrobot8509
    @commanderrobot8509 ปีที่แล้ว

    how can we put a timer on the alarm? so that it would just alarm for 30 seconds?

    • @miliohm
      @miliohm  ปีที่แล้ว

      you can use millis() for example. The logic would be
      If (millis()-timeStart>=30000){ alarm ON} else { alarm OFF}

    • @commanderrobot8509
      @commanderrobot8509 ปีที่แล้ว

      @@miliohm thanks man

  • @wisnuindrawan6496
    @wisnuindrawan6496 3 ปีที่แล้ว +2

    who is walking using banana leaves ?

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

      not sure, just random human being :D

  • @susmithat881
    @susmithat881 ปีที่แล้ว

    How to convert those values to millimeter

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

      It just rain detector, not rainfall/rain gauge sensor.

    • @susmithat881
      @susmithat881 ปีที่แล้ว

      @@miliohm then how should we know it's values in mm

    • @miliohm
      @miliohm  ปีที่แล้ว

      @@susmithat881 you should use rain gauge instead

    • @susmithat881
      @susmithat881 ปีที่แล้ว

      @@miliohm thanks a lot sir

    • @susmithat881
      @susmithat881 ปีที่แล้ว

      @@miliohm ok sir

  • @tanujabysani2663
    @tanujabysani2663 ปีที่แล้ว

    Version of arduino ide