Это видео недоступно.
Сожалеем об этом.

Arduino Prototyping Inputs #46: Measuring Water Flow

Поделиться
HTML-код
  • Опубликовано: 17 авг 2019
  • Measuring the flow of water is very difficult, unless you implement this handy flow sensor into your prototype. Although it’s not as precise as other means of measuring liquid flow, it can be very useful and can give you a good idea of how much liquid has passed through the system. 👉 Leave a tip via cryptocurrency if I've helped you out:
    Bitcoin: bc1q2whh7h7nddf6lzzsns6phxdf2pyr6z0pvgy98t
    Doge: DDgFpxEsBTdjgJDg3vxwuagia9UU5UmSVL
    Etherium: 0x952e75561491951C50561b76eCFFFE1AC493d495
    XRP: rPVaL4TNr3aMPhwgYsWZdgirM99S9QnfCA
    Polkadot: 15pNwwPAsMwi59cMJC441P6KwYzCsq9WqQu156FF8KffRaee
    Water Flow Sensor 2 Pack -- amzn.to/3axEsGn
    NEW! Learn to Solder Course (Free to LinkedIn Pro users) - bit.ly/2ILSzx3
    Prototyping Supplies:
    • Perfboard -- amzn.to/30Sj6O9
    • Inexpensive Arduino Compatible Kit -- amzn.to/2Dfqs5U
    • A More Deluxe Starter Kit -- amzn.to/3g9nFtR
    • Jumper Wire Kit - amzn.to/3f9rtK4
    • Breadboard Kit - amzn.to/3hIEPib
    • WaveShield Kit -- amzn.to/3g9vMq6
    • Motor Shield Kit -- amzn.to/3hISQfL
    • Adafruit Circuit Playground Kit -- amzn.to/39yBfo9
    My Camera Equipment:
    • Primary Camera -- amzn.to/3fewxgA
    • Camera Kit -- amzn.to/3jQvaI8
    • Primary Lens -- amzn.to/3jQvaI8
    • Macro Probe Lens -- amzn.to/3jQvaI8
    • Main Light -- amzn.to/2X1SwB6
    • Secondary (RGB) Lights -- amzn.to/3jQvaI8
    • Mini Lights -- amzn.to/3jQvaI8
    A few other FREE sensor tutorials you might like: (I have 100's!)
    • Cellular Data shield - • Arduino Prototyping Te... z
    • Capacitive Sensing - • Arduino Prototyping In...
    • Luminosity Sensors - • Arduino Prototyping In...
    • Thermocouples - • Arduino Prototyping In...
    • Sensing Vibration - • Arduino Prototyping In...
    A few other sensor tutorials you might like: (I have 100's!)
    • Cellular Data shield - • Arduino Prototyping Te... z
    • Capacitive Sensing - • Arduino Prototyping In...
    • Luminosity Sensors - • Arduino Prototyping In...
    • Thermocouples - • Arduino Prototyping In...
    • Sensing Vibration - • Arduino Prototyping In...
    And some playlists on prototyping with Arduino:
    • The Basics - • Arduino Prototyping: T...
    • Inputs - • Arduino Prototyping: I...
    • Outputs - Arduino Prototyping, Techniques - • Arduino Prototyping Ba...
    • Complete Prototyping Series! - • Arduino Prototyping: T...
    Instagram - / marcdevinck
    Twitter - / devinck
    Don't forget to like and subscribe if you'd like me to make more videos!
    My company, Panoptic Labs - www.panopticlab...

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

  • @BarMagnet
    @BarMagnet 6 месяцев назад

    Would it make more sense to use a fourteen bit binary counter and save on interrupt calls? The core of this device is actually liters per pulse !!!. Therefore you would have automatic quantity measurement. Appropriate timer interrupts could give flow rate measurements if required.

    • @MarcdeVinck
      @MarcdeVinck  6 месяцев назад

      Sounds like an interesting solution. I'll have to try that one day. Thanks.

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

    bang apakah bisa lebih dari 1 sensor
    jika bisa cara memisahkan hasil pembacaan seperti apa ?

  • @HiteshKumar-ci3ef
    @HiteshKumar-ci3ef 3 года назад

    I love your video sir …
    Can you please tell me with the help of water flow meter and Arduino we can measure the input volume of liquid but in addition of this how we can show the tottal amount of liquid on the LCD display connected to arduino ????

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

      If you need really accurate measurements, this flow meter isn't the right sensor. Depends also on the specific application. Measuring weight or height in a container is more accurate and easier to do. You could also use a peristaltic pump and measure rotation. That can be very accurate.

    • @HiteshKumar-ci3ef
      @HiteshKumar-ci3ef 3 года назад

      @@MarcdeVinck actually i am making a collage project.. in which i want to show how much petrol has hone into the motorbike tank and that i will going to show by water flow meter and Arduino but how to indicate that how much total pertol is in a tank ?

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

      ​@@HiteshKumar-ci3ef Look at how a gas pump works. They dispense accurately. To measure the tank, that is very difficult IMHO, unless you use the system a gas tank currently uses (float or resistive sensors?)

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

    Would this sensor work if I’m looking for if the water is flowing and when it stops flowing an alarm goes off

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

      In general, yes, but without knowing the specific it's hard to say. I would not rely on it for anything critical. Water does seem to be able to pass without any signal in small quantities. If you want to detect water in general, there are other ways. You could check for conductivity in a specific pipe, or several other solutions.

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

      @@MarcdeVinck it’s a water pump like a pond pump pumping distilled water through a cnc spindle

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

      @@brandonpeters1987 Ah ok, so if you want the general flow amount and if it is flowing, yes, it would work. Just have it oriented vertically by the pump (I think) so that when the pump is off no water would trickle past. If you just want the presence of water, it gets more difficult since you are using distilled water and it's not conductive. There are sensors that would work. You'll need to do some searching to find one. And they get expensive!

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

      @@MarcdeVinck what about using a flow switch ? I’ve also never used an arduino so this would be my first project.

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

      @@brandonpeters1987 I think most flow switches are actually paddles (or impellers) like the one in the video. Arduinos are fairly easy and the community is great! You’re in good company, makes sure to check out the arduino forums too.

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

    I tried the same code and it funktions undependent of if the Flow rate Sensor plugged in or not! It gives also values even when there ist no flow rate :( This code is weird

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

      Make sure to post your question about the code on the Adafruit forums since it's their code and they have an active community. It worked for me, so maybe double check your wires, make sure your Arduino can blink an LED, etc. Eliminate any other variables.

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

    Idonot find code please give to me the link

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

      You can find the link to the code on the product page....here it is -- github.com/adafruit/Adafruit-Flow-Meter