How to Use Water Flow Sensor (Make Water Meter with Arduino or ESP8266)

  Рет қаралды 97,945

miliohm

miliohm

Жыл бұрын

In this video, I explain how the Water flow meter works and how to use it with Arduino and ESP8266 board NodeMCU. So we can build water meter with arduino.
My Arduino Basic Course :
Coming Soon!
Join this channel to support me or to get access to perks:
/ @miliohm
Code on video :
miliohm.com/how-to-use-a-wate...

Пікірлер: 64
@liteglow2000
@liteglow2000 Жыл бұрын
Brilliant. I used so long time to fix the ESP error code, and first try on YT you fixed it !! thank you .. I use this code to send signal to MQTT :)
@dravidr.krishna6658
@dravidr.krishna6658 2 ай бұрын
This video really helped me a lot.....my sensor wasn't showing any readings then I realized the problem was with the source and ground connections. Thankyou❣
@user-hy6li1wl5c
@user-hy6li1wl5c 11 ай бұрын
Dear @miliohm, thank you for the simple and clear explanation about make Water Meter with Arduino or ESP8266. Best regards from Ukraine!
@sinnesia2958
@sinnesia2958 Жыл бұрын
Great! This is what im looking for
@ioanapetrescu6109
@ioanapetrescu6109 Жыл бұрын
I was trying to solve the error from esp and I finally managed thanks to you❤
@miliohm
@miliohm Жыл бұрын
I'm glad the video helped!
@wisnuindrawan6496
@wisnuindrawan6496 Жыл бұрын
i am mess with delay dan millis, but with this video, i had a clue hehe, thanks :D
@Geek_Daily
@Geek_Daily Жыл бұрын
thank you for your video it worked for me and I hope I can get it's score
@brar5353
@brar5353 10 ай бұрын
Thank you. This is exactly what I need. Is there a way to display the flow on a screen?
@izzuddinshofar
@izzuddinshofar Жыл бұрын
The explanation is good
@conradstanley1027
@conradstanley1027 Жыл бұрын
I love this video!! Problem is that I get "error: 'increase' was not declared in this scope attachInterrupt(digitalPinToInterrupt(sensorPin), increase, RISING);" error. I've been searching for a while now. Anyone got a suggestion? Thanks in advance.
@sarahdavis2653
@sarahdavis2653 9 ай бұрын
Excellent video
@kunalwagh2129
@kunalwagh2129 10 ай бұрын
Can i change the values and find how much volume of air is blowed through the sensor??
@user-tp1ez8ey3x
@user-tp1ez8ey3x 9 ай бұрын
can you use it for oils ?
@kianleddy9606
@kianleddy9606 Жыл бұрын
using the esp8266 and the exact code at the end of the video it didn't register any pulses im a bit of a noob so any help would be appreciated
@johnnyb3884
@johnnyb3884 6 ай бұрын
Hi, how can i atach a LCD with i2c to Show the datas?
@haziqhasnizan8050
@haziqhasnizan8050 11 ай бұрын
can you listdown how to get the list of metarial
@ewanewan585
@ewanewan585 Жыл бұрын
I love ur work. Men can you do the volume and flowrate combine in 1code/1run? Thankyou in advance
@miliohm
@miliohm Жыл бұрын
You can print the volume before it reset after a time interval.
@nathenieldanta9731
@nathenieldanta9731 6 ай бұрын
Hello , I have a problem regarding to print both flow rate and volume. The error of the code is lastTime is not declared in code. Do i have to declare it in the beginning of the code?
@krisdarlenecarmenamante3523
@krisdarlenecarmenamante3523 11 ай бұрын
How can I display it from the LCD
@seekingalpha9818
@seekingalpha9818 6 ай бұрын
Thank you
@dimi5929
@dimi5929 Жыл бұрын
how does the code change if i use esp32 instead?
@JJVgaming
@JJVgaming Жыл бұрын
Hey quick question, I am building a heat exchanger test facility for senior design and need to retrieve flow rate. What I am confused of is that the Arduino circuit builder's online usually places a 10kohm resistor between the flowmeter wiring circuit, I was wondering why the do this? I understand why you'd need a paired resistor for a thermistors, but not for a flowmeter with a digital input. Thanks!
@miliohm
@miliohm Жыл бұрын
if the resistor is connected between the signal and VCC, it is a pull up resistor. It will force the signal HIGH when there is floating (unknown signal state) so it won't confuse the arduino.
@roglopes.mobile2568
@roglopes.mobile2568 3 ай бұрын
Does it work with Sonoff?
@rumpie1470
@rumpie1470 4 ай бұрын
hey there, sorry to bother you! If you're calibrating this sensor using a measuring tool, how much water do you use for calibration? Also, after a few tries, how do you end up with a value like 2.663? Do you take an average? If yes, how do you figure out the average?
@user-zc7vt9wh6d
@user-zc7vt9wh6d Жыл бұрын
from were did you get the correlation ,V=2.663*pulse,can u please explain
@sarahdavis2653
@sarahdavis2653 9 ай бұрын
He pours water through the sensor into a jug and measures the water and the number of pulses to calibrate the sensor and his was 2.663
@traffic1122
@traffic1122 Жыл бұрын
Thank you for the video, do you think i can extend the flow sensor wires upto 40 meters? will i be able to receive the pulses from the wire ?
@miliohm
@miliohm Жыл бұрын
It is not ideal of course, better to put arduino in short distance with the sensor, then you can transfer the data using many ways to your monitoring station.
@traffic1122
@traffic1122 Жыл бұрын
@@miliohm thanks for the replay. In fact i can't put it close because i will be monitoring two pipes. One in the basement the other one on the roof. Thats why i need to extend one of the wires and keep the board inside the house.
@miliohm
@miliohm Жыл бұрын
@@traffic1122 you can use like internet of things or LAN or even Lora to transfer the data. And give each arduino a outdoor case.
@traffic1122
@traffic1122 Жыл бұрын
@@miliohm sound good. I will think it out. By the way, I can connect two water flow sensors to one Arduino, right?
@elsh11
@elsh11 Жыл бұрын
is it possible to connect the water flow sensor directly to the esp8266 board? the flow sensor operated at 5v to 24v, and the pulse output is at 5v.
@miliohm
@miliohm Жыл бұрын
you should watch the entire video, and you will get the answer
@user-lt1oy1kz9u
@user-lt1oy1kz9u 26 күн бұрын
Accuracy will change with pressure. When water is flowing with low pressure the pulses will be different than when with higher pressure.
@roiad876
@roiad876 5 ай бұрын
If there's air pressure in the system, say from the water supply network, will this pick it up as well?
@edwinmaywa
@edwinmaywa Ай бұрын
As long as the turbine rotate inside it will count
@louie8878
@louie8878 Жыл бұрын
How calibrate the water flow sensor can you make video about that😊
@m.furkaner7418
@m.furkaner7418 Жыл бұрын
Just put a funnel on top of the sensor, pour 100 ml of water and check how many pulses you get
@BarMagnet
@BarMagnet 6 ай бұрын
Seems to me to be an elaborate way of doing the job. Wouldn't 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. Timer interrupts can give flow rate measurements if required.
@madhukunam3637
@madhukunam3637 Жыл бұрын
Sensar price please sir
@michaelxyPL
@michaelxyPL Жыл бұрын
I love U
@santhoshkumar87
@santhoshkumar87 4 ай бұрын
I have a doubt.. lets say I am setting this up to detect dry run and immediately shutoff motor if there is water . when there is no water, motor pushes the air. will this show as water flowing where in fact the air is moving the fan inside the sensor?
@miliohm
@miliohm 4 ай бұрын
Yes, whatever flowing through the sensor Will be counted
@SuperMario-ij4om
@SuperMario-ij4om 10 ай бұрын
Can you use it to measure air flow rate ??
@ikkedwipratiwi367
@ikkedwipratiwi367 5 ай бұрын
Halo kak, kebetulan banget saya lagi ambil sensor ini untuk tugas akhir. Jadi saya sempet disinggung mengenai persamaan yang dipake sensor dalam program. Berarti saya bisa gunain persamaan yang kakak pake juga ? dan juga berarti di dalam program ini tidak menyinggung satuan flow rate ya ka? Semoga kakak bisa menjawab pertanyaan saya, terima kasih kak!
@abdabd-hc8tv
@abdabd-hc8tv 7 ай бұрын
send me code of water flow sensor using stm32 pleas me
@WhereLeo
@WhereLeo 2 ай бұрын
can this Water Flow Sensor be installed directly in the pipe where tap water passes?
@miliohm
@miliohm 2 ай бұрын
as long as the turbine inside is spinning then it should work.
@WhereLeo
@WhereLeo 2 ай бұрын
@@miliohm Thank you, would it be possible to control the volume using only pure electronic component? or adruino /esp is needed?
@Atri315
@Atri315 Жыл бұрын
Can i use it for fuel meter in bikes.........plz reply
@miliohm
@miliohm Жыл бұрын
I think yes, but you have to calibrate it. Make sure it is accurate
@Atri315
@Atri315 Жыл бұрын
@@miliohm i had tried earlier.......but fuel flows in bikes is not frequent as water in any pipe....i mean to say that.....i had placed it just after fuel tank.....due to this flow was stopped after sometime as the system below the sensor loaded with fuel and next flow starts after the fuel consumed by bike and also flow was like seeping......i think it would be better to place it before atomizer....what do u think...plz reply
@miliohm
@miliohm Жыл бұрын
You are right, sometimes when the water is too little, the water cannot turn the turbine. So maybe you should use the sensor with smallest diameter?
@Davestated.
@Davestated. Жыл бұрын
Hi! Can I ask if this sensor can detect fish movement in the water? Or do you have any other recommended sensors for sensing the fish's movement in the water? I'm looking forward to hearing from you. Thank you!
@peterc6964
@peterc6964 Жыл бұрын
Its a water flow sensor. It will not detect fish movement in water
@Davestated.
@Davestated. Жыл бұрын
@@peterc6964 I mean the movement of the water
@nindasyafa460
@nindasyafa460 Жыл бұрын
could you tell me how to get 2.663 please?
@miliohm
@miliohm Жыл бұрын
Itu dari matematika sederhana aja kak, dari hasil percobaan berapa pulsa untuk menghasilkan volume tertentu. Jadi dibandingkan aja. Dari hasil percobaan saya 2,663 pulsa menghasilkan 1mL
@nindasyafa460
@nindasyafa460 Жыл бұрын
ohh okeeyy makasii kak
@syedshahsahabjee
@syedshahsahabjee Жыл бұрын
@@miliohm is it really 1mL making 2663 pulse, i think you have written wrong, it might be 1 litre not 1 milli litre? can you please confirm
@madhukunam3637
@madhukunam3637 Жыл бұрын
Sensar price please sir
MEASURING WATER FLOW WITH ARDUINO #arduino #esp32 #waterpump
19:28
Mikael Abehsera
Рет қаралды 7 М.
Wireless Water Level Indicator using LoRa and ESP32 | TTGO LoRa32
12:08
Electronic Clinic
Рет қаралды 48 М.
Пранк пошел не по плану…🥲
00:59
Саша Квашеная
Рет қаралды 5 МЛН
Every Shower needs this Upgrade! (Online Water Tracker)
11:09
GreatScott!
Рет қаралды 283 М.
User Input Based Liquid/Water Filling Machine using Flow Sensor & Arduino
7:01
DIY Touch Controlled Automatic Filling Machine || Water Dispenser
12:14
Easy HomeMade Projects
Рет қаралды 44 М.
Automatic liquid filling machine using nano for 250ml, 500ml, 1000ml,
6:24
hrbembedded & craft
Рет қаралды 8 М.
Turbine Flow Meter Explained | Operation and Calibration
8:05
Water Flow Rate & Volume Measurement using Water Flow Sensor & Arduino
3:01
How To Electronics
Рет қаралды 239 М.
Arduino YF-S201 Flow Sensor calibration and usage
16:34
Tonguç Endem
Рет қаралды 61 М.
water flow sensor/volume measurement/working principle
2:53
BORIS ELECTRONICS
Рет қаралды 61 М.
НЕ БЕРУ APPLE VISION PRO!
0:37
ТЕСЛЕР
Рет қаралды 218 М.
Ноутбук за 20\40\60 тысяч рублей
42:36
Ремонтяш
Рет қаралды 175 М.
Как удвоить напряжение? #электроника #умножитель
1:00
Hi Dev! – Электроника
Рет қаралды 1 МЛН
Todos os modelos de smartphone
0:20
Spider Slack
Рет қаралды 60 МЛН