Arduino Prototyping Inputs #46: Measuring Water Flow

  Рет қаралды 10,710

Marc de Vinck

Marc de Vinck

4 жыл бұрын

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.panopticlabs.com

Пікірлер: 18
@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?)
@BarMagnet
@BarMagnet 5 ай бұрын
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 4 ай бұрын
Sounds like an interesting solution. I'll have to try that one day. Thanks.
@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.
@brandonpeters988
@brandonpeters988 Жыл бұрын
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 Жыл бұрын
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.
@brandonpeters988
@brandonpeters988 Жыл бұрын
@@MarcdeVinck it’s a water pump like a pond pump pumping distilled water through a cnc spindle
@MarcdeVinck
@MarcdeVinck Жыл бұрын
@@brandonpeters988 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!
@brandonpeters988
@brandonpeters988 Жыл бұрын
@@MarcdeVinck what about using a flow switch ? I’ve also never used an arduino so this would be my first project.
@MarcdeVinck
@MarcdeVinck Жыл бұрын
@@brandonpeters988 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.
@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
Arduino Prototyping Inputs #48: Tilt
3:17
Marc de Vinck
Рет қаралды 427
Alat Seru Penolong untuk Mimpi Indah Bayi!
00:31
Let's GLOW! Indonesian
Рет қаралды 14 МЛН
Always be more smart #shorts
00:32
Jin and Hattie
Рет қаралды 43 МЛН
Вечный ДВИГАТЕЛЬ!⚙️ #shorts
00:27
Гараж 54
Рет қаралды 13 МЛН
Tom & Jerry !! 😂😂
00:59
Tibo InShape
Рет қаралды 61 МЛН
MEASURING WATER FLOW WITH ARDUINO #arduino #esp32 #waterpump
19:28
Mikael Abehsera
Рет қаралды 6 М.
Arduino Prototyping Techniques #104: Perfboard
7:42
Marc de Vinck
Рет қаралды 62 М.
Water Flow sensor and Raspberry pi - Testing & Setting
18:13
hydrosys4 raspberry
Рет қаралды 21 М.
User Input Based Liquid/Water Filling Machine using Flow Sensor & Arduino
7:01
IoT Water Meter with ESP32 - Full Tutorial and Code
23:15
Kevin Darrah
Рет қаралды 48 М.
Pressure Sensor - Arduino
17:52
Ovens Garage
Рет қаралды 189 М.
EEPROM Memory - Store Anything - Arduino101
13:16
Electronoobs
Рет қаралды 100 М.
Quando ACELERA eu faço MAIS GRANA 💰
0:16
Hermann Greb
Рет қаралды 54 МЛН
OMG 😂😂😂#funny #rimiufun
0:16
Ri Miu Family
Рет қаралды 4,7 МЛН
Дела семейные...
0:59
Это смешно!
Рет қаралды 4,6 МЛН
Domino lego #cute #china #construction #train
0:35
construction toy
Рет қаралды 29 МЛН
Random pink food asmr mukbang 📱 #asmr #mukbang #eating #food
0:14