Self filling dog water bowl

Поділитися
Вставка
  • Опубліковано 30 лис 2024

КОМЕНТАРІ • 35

  • @blueribbonfriesians
    @blueribbonfriesians 2 роки тому +3

    I am new at arduino programming would you be willing to share your sketch so I could mimic the project. Thank you

    • @ultimate99tube
      @ultimate99tube  2 роки тому +6

      /*
      I only an armature coder but here you go ;)
      THIS is auduino_test for auto refilling dog bowl
      sketch for testing and setting up the sensor.
      */
      const int WaterSensor = 2;
      const int CheckLed = 5;
      // PIN OUTS
      const int WaterValve = 4; // valve and beeper on when powered
      #define RELAYON LOW // this makes reading easier
      #define RELAYOFF HIGH // ie: RELAYON instead of HIGH
      //##############################################################################
      void setup() {
      pinMode(WaterSensor, INPUT);
      pinMode(WaterValve, OUTPUT);
      pinMode(CheckLed, OUTPUT);
      Serial.begin(9600);
      }
      //**********************************************************************************************************************
      void loop() {
      int Water = digitalRead (WaterSensor);
      Serial.print(" read sensor = "); Serial.println(Water);
      if (Water == LOW) {//read water level
      digitalWrite(WaterValve, RELAYON);
      digitalWrite(CheckLed, HIGH); delay(500);
      Serial.print(" relay on = "); Serial.println(Water);
      }
      else {
      digitalWrite(WaterValve, RELAYOFF);
      Serial.print(" relay off = "); Serial.println(Water);
      digitalWrite(CheckLed, LOW); delay(500);
      }
      }
      ********************************************************************************************
      /*
      THIS is ardunio complete sketch for auto refilling dog bowl
      switch on bowl to turn on or off?
      push button to open valve?
      led lights when valve open?
      dim led on when power is on, always red?
      */
      // PINS OUT
      const int WaterValve = 4; // valve and beeper on when powered
      #define RELAYON LOW // this makes reading easier
      #define RELAYOFF HIGH // ie: RELAYON instead of HIGH
      //PINS IN
      const int WaterSensor = A1; //analog in water = 1014 out = 35
      const int CheckLed = 5;
      int A = 0;
      //##############################################################################
      int Flush = 50; //480 minutes = 8 hours
      const long Minute = 55500;//55500 for 1 minute
      //##############################################################################
      void setup() {
      digitalWrite(WaterValve, RELAYOFF);
      pinMode(WaterSensor, INPUT);
      pinMode(WaterValve, OUTPUT);
      pinMode (CheckLed, OUTPUT);
      Serial.begin(9600);
      }
      //**********************************************************************************************************************
      void loop() {
      if (A == 0) {
      for (int Start = 0; Start

    • @ypcomchic
      @ypcomchic Рік тому

      Why not get a patent on it for yourself?

  • @lovemusic-yz2yw
    @lovemusic-yz2yw 11 місяців тому +2

    This is the higher level of dog water bowl I've ever seen in my whole life in youtube

  • @_DeadlyNightshade_
    @_DeadlyNightshade_ Рік тому +1

    That's what I'm talking about!
    Inventions that make a difference and save us time. Kudos 👏👏
    Using engineering to help our pets and strays 😂😅

  • @william-1776
    @william-1776 2 роки тому +1

    Great work. I need to build something like this for all my dogs. Keep up the content.

  • @cesarcasillas5819
    @cesarcasillas5819 2 роки тому +1

    Sweet water bowl

  • @MIRealDMA
    @MIRealDMA 5 місяців тому

    The min you drilled holes in that yeti, you let out the argon gas that keeps the water cold between the double stainless walls.

    • @ultimate99tube
      @ultimate99tube  5 місяців тому

      lol. The dog bowls are not insulated. Even if they were, they are so big they would get to room temperature quickly. Most dogs do not want even cold water.

  • @cct2557
    @cct2557 2 роки тому +1

    Absolutely love this

  • @MosaicHomestead
    @MosaicHomestead 11 місяців тому +2

    Only a true geek would make a hole through the floor to plumb a electronic water bowl lol...Now my solar powered chicken bunker doesn't seem so crazy, im also a geek lol.

  • @graftedinforever971
    @graftedinforever971 Рік тому +4

    How do you clean it?

  • @Eagle13Free
    @Eagle13Free 2 роки тому +2

    Great Job! thanks for sharing on the video. now, where can I obtain a completed one? Cheers!

    • @ultimate99tube
      @ultimate99tube  2 роки тому

      Thanks. I have seen some self filling bowls on Amazon I think.

  • @blueribbonfriesians
    @blueribbonfriesians 2 роки тому +1

    Can you list a complete parts list. I think this is a great idea. Thank you.

    • @ultimate99tube
      @ultimate99tube  2 роки тому +1

      I added what I could find into the video.

    • @blueribbonfriesians
      @blueribbonfriesians 2 роки тому

      Thank you very much. I am definitely going to put one of these together.

    • @blueribbonfriesians
      @blueribbonfriesians 2 роки тому

      Would you be willing to share your Arduino Sketch info. I have never programmed one before. I am trying to learn it. Got my Boomer bowl today.

  • @ruthie8785
    @ruthie8785 Рік тому +1

    Build one for me!

  • @richardhawke6946
    @richardhawke6946 11 місяців тому

    The processor that you recommend is not available right now. Do you have any other recommendations for one?

  • @wendys.5488
    @wendys.5488 Рік тому +1

    Do you sell these already assembled? I would buy one!

    • @ultimate99tube
      @ultimate99tube  Рік тому

      Sorry but not really interested in selling them but thank you

  • @mikeweaver1980
    @mikeweaver1980 2 роки тому

    Where did your previous gravity fed bowl with the lid come from. I would like to get one with a lid and not many options.

    • @ultimate99tube
      @ultimate99tube  2 роки тому

      It was like this. the top lid it’s just for looks.
      www.chewy.com/frisco-wide-mouth-gravity-feeder-10/dp/335255

  • @gordoxxico9153
    @gordoxxico9153 3 місяці тому

    So what if they turn it over?
    What’s gonna stop the water from flooding the house when away from home if sensor detects no water?

    • @ultimate99tube
      @ultimate99tube  3 місяці тому

      @@gordoxxico9153 it’s a very heavy bowl. My dogs would never turn it over. The water is adjusted so it only comes out in a very small trickle when the sensor calls for water. Worst case is it would trickle while you were away but in four years, it’s been perfect.

  • @Braap_Jackson
    @Braap_Jackson Рік тому +1

    How much to build me one? 😃

    • @ultimate99tube
      @ultimate99tube  Рік тому

      Sorry bro, thanks but not my thing I’m retired and taking it easy.

  • @blisssloan9529
    @blisssloan9529 Рік тому

    Where did you route your drain hose? Any issues with malfunctioning? I’ve been researching how to build an autofill with a filter…but I worry about overfilling-My luck my house would flood!

    • @ultimate99tube
      @ultimate99tube  10 місяців тому

      Sorry, I replied to a different video.
      Actually, after a couple years, I am redoing it now because I remodeled the room. I am going to try it without a drain, and I will not be using the freshening up routine.

  • @ypcomchic
    @ypcomchic Рік тому

    A mini lathe prob would have worked better.

  • @ericb3061
    @ericb3061 10 місяців тому

    I was asking the same thing why would he drill through a wooden floor

    • @ultimate99tube
      @ultimate99tube  10 місяців тому

      I actually remodeled that room with new porcelain floors and I’m going to route it through the sidewall now, but you have to get water to it somehow.

  • @CH-ev8uq
    @CH-ev8uq 4 місяці тому

    Really did not want to fill up those bowls