Arduino - Rain Collector

Поделиться
HTML-код
  • Опубликовано: 14 окт 2024
  • We hook up a Davis Instruments rain collector to an Arduino using Interrupts.
    GitHub: github.com/Cur...
    Facebook: / basementelectronics
    Twitter: / citrusireland
    Google+: plus.google.co...

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

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

    Hi, this was really useful to me. I followed this and used pieces from your github and was able to get mine up and running (albeit converted to in/hr because I'm working slightly south of you in Philadelphia ). How do I alter the code to give me total rainfall in a rain event? I'd like to have it count the tips over a 24 hours period, but as a non-coding individual, I'm struggling to isolate the "thing" to count over time. I know I could calc it backwards from the rainrate, but I thought an actual count of tips would be more accurate.

  • @rxd-mmxxi126
    @rxd-mmxxi126 4 года назад +1

    Very nice, I bought my first Arduino follow and works great. Have one question ..is there a way to add code to also print it to SD card Module in same time? Thanks

  • @thermaltake5498
    @thermaltake5498 2 года назад

    Can u make one how to calibrate reed switch based anemometers? Where they have a little magnet attached to the windvane and its spinning thx 😉

  • @TheGhungFu
    @TheGhungFu 6 лет назад +1

    Probably not a good idea to beat on your rain collector, but the Arduino thingy is pretty cool.

  • @abiramadhesta500
    @abiramadhesta500 3 года назад

    Sorry i dont quite catch. Which rain collector cable in interrupt and which cable in ground?

    • @abiramadhesta500
      @abiramadhesta500 3 года назад

      Blue cable jack to interrupt orange to ground. But you never mention bule and orange

    • @BasementElectronics
      @BasementElectronics  3 года назад

      The switch on the rain collector is just a open/closed switch. It doesn't matter which wire you connect to the interrupt and which you connect to ground.
      Think of it like a standard push button. When the switch closes, it completes the circuit and triggers the interrupt.

    • @abiramadhesta500
      @abiramadhesta500 3 года назад

      @@BasementElectronics thanks

  • @AjinkyaMahajan
    @AjinkyaMahajan 3 года назад

    Well explained. Thanks ✨✨✨

  • @muhamadfairulizwanbmatzain2103
    @muhamadfairulizwanbmatzain2103 5 лет назад

    How it suppose to measure volume of rain?

  • @AlexTechWiz
    @AlexTechWiz 4 года назад

    How do you calibrate the rain collector? For example, 10ml, how many tips do you get?

    • @BasementElectronics
      @BasementElectronics  4 года назад

      The tipping cup is pre-calibrated to a certain volume per tip. Use that volume to figure out how many tips to reach 10ml

  • @kosmolino
    @kosmolino 3 года назад

    what's the brand of the rain collector and where can I buy it?

    • @BasementElectronics
      @BasementElectronics  3 года назад +1

      (This was a while back)
      If I remember right, it was made by Davis Instruments. It was provided to me for a project, so I'm not sure where it was bought. I'm sure a quick Google search will find that though.

  • @asadshabbir9320
    @asadshabbir9320 2 года назад

    Sir I need this code.can you send me please?

  • @ivanvale9842
    @ivanvale9842 7 лет назад

    Hello, Curtis Ireland. This tutorial was very good. But I cant't see very well the arduino codes of the rain gauge programation.
    Could you copy/paste the entire codes here? Thanks

    • @ivanvale9842
      @ivanvale9842 7 лет назад

      Thank you very much for the code. But could I ask you another thing? This code only provides information about the rain intensity with RainRate, but i would like to have also data about the precipitation acumulated (in milimeters) when it rains.
      I've tried to do this part of arduino's code, but it didn't work...
      So could you teach me how to get the total acumulated precipitation with the arduino?
      I'm so sorry for bothering you, thanks for your atention and your precious time.
      Best regards, L. V

  • @Abnormal98
    @Abnormal98 4 года назад

    what is " 914400.0 "