When winding your thread seal tape, you should wind it in the direction the fitting is going on, aka clockwise around it. This will pull the end tight when you screw the fitting on, rather than push the end of the tape out.
Subscribed! ❤ Im wonding what the curve looks like for each system with variable valve, that is not only on off but has a range of pressures and flow rates. And especially how to take dynamic pressure and adjust the calibration valur accordingly... Let me know if you have some insights 🙏 Thanks a lot and all the best!👍
would the flow measurements still be accurate if the flow rate were to change? I am planning on building something using these for a filtering system, however, the filtering system gets slower as the filter pads become more clogged up. But if it's been calibrated then it should still have an accurate reading right? It would just show a slower output? Thanks for the video! I appreciate you keeping in your own errors, we're all human and it's good to learn from others mistakes :) Keep up the good work!
Would it not be better to include a counter like 74hc4020 to save on interrupts? Use an interrupt at a suitable count value. These hall effect devices are essentially liters per pulse, so the count yields cubic meters easily. Appropriate timers can be used to find flow rates.
instead of replacing my water meter I want to add this to a nearby faucet to track when there's water coming from the city supply, can this be used for that? I'm worried it might track air pressure instead when there's no water flow.
Do you think the air pressure is strong enough to turn it? Maybe you can install it somewhere else we’re going can guarantee water flow. If you can get around that then yea this would work but if it’s a city supply line it might be too powerful or fast of flow for this sensor, that would be my main thing to check
I want something like that. We are into manufacturing but we need something to help us set the amount of water needed and it gives us exactly that e.g. if we set 1000ltrs, it releases that exactly and stops. Can we have that?
thank you for your videeo, does flow sensor can control the pressure of water flowing? IM looking for a valve that can control the pressure electronically.
Glad it helped! thanks for the feedback ua-cam.com/video/3S1473D2v1o/v-deo.html as for water control I would recommend this solenoid that can close and open a water source electronically, and maybe pair that with a pressure sensor if thats what your trying to read
Xin chào bạn, tôi gặp vấn đề với bộ đo lưu lượng mà không biết có thể kiểm tra bằng cách nào xem nó hoạt động bình thường hay bị hỏng hóc. Tôi rất mong chờ câu trả lời của bạn
@@MikaelAbehseraif you go to all this trouble to get it right, which you have done, you should pop the code in the comments. People will no doubt fine tune it to fit their needs, thereby learning anyway. Just saves some time.
AH MAN. i take a full month to figure out the code just to see my flow meter sensor's work. now i ended up with this guy with 19 minutes video and he say he haved 4 hours to thinking of the code. and we have the same result😂😂😂
When winding your thread seal tape, you should wind it in the direction the fitting is going on, aka clockwise around it. This will pull the end tight when you screw the fitting on, rather than push the end of the tape out.
Good to know, thanks Jake!
Don't those fitting have seals in anyhow? Not sure but they look like they would
Subscribed! ❤
Im wonding what the curve looks like for each system with variable valve, that is not only on off but has a range of pressures and flow rates. And especially how to take dynamic pressure and adjust the calibration valur accordingly... Let me know if you have some insights 🙏 Thanks a lot and all the best!👍
Good tutorial
Thanks for posting
Glad it was helpful!
would the flow measurements still be accurate if the flow rate were to change? I am planning on building something using these for a filtering system, however, the filtering system gets slower as the filter pads become more clogged up. But if it's been calibrated then it should still have an accurate reading right? It would just show a slower output? Thanks for the video! I appreciate you keeping in your own errors, we're all human and it's good to learn from others mistakes :) Keep up the good work!
ideally this would give you flow rates as a reading, so yeah it should be accurate exactly as you said
Would it not be better to include a counter like 74hc4020 to save on interrupts? Use an interrupt at a suitable count value. These hall effect devices are essentially liters per pulse, so the count yields cubic meters easily. Appropriate timers can be used to find flow rates.
Yeah there’s definitely better ways to go about it, I would completely change the setup next time around
Hello i really enjoy your videos.
Can i use this for meaauring flow of oil in a refinery ?
Or do you have better options that can work with am arduino
I really appreciate the video but did you compared milliliters vs grams at the end? 18:26
yes, because 1milliliter is 1gram
The density of the liquid matters for this but yes
it's a close estimation. 1mL of water equals 1g at 4ºC.
instead of replacing my water meter I want to add this to a nearby faucet to track when there's water coming from the city supply, can this be used for that? I'm worried it might track air pressure instead when there's no water flow.
Do you think the air pressure is strong enough to turn it? Maybe you can install it somewhere else we’re going can guarantee water flow. If you can get around that then yea this would work but if it’s a city supply line it might be too powerful or fast of flow for this sensor, that would be my main thing to check
I want something like that. We are into manufacturing but we need something to help us set the amount of water needed and it gives us exactly that e.g. if we set 1000ltrs, it releases that exactly and stops. Can we have that?
thank you for your videeo, does flow sensor can control the pressure of water flowing? IM looking for a valve that can control the pressure electronically.
Glad it helped! thanks for the feedback
ua-cam.com/video/3S1473D2v1o/v-deo.html
as for water control I would recommend this solenoid that can close and open a water source electronically, and maybe pair that with a pressure sensor if thats what your trying to read
Thank you. Could you please share the code?
best is to type it out so you can actually learn
@MikaelAbehsera you didn't show it in the end, after all the changes...
Is there a way to read alot of flowmeters? I want to monitor fertilizer flow on my planter it would take 54 sensors
yes, but at that point I would say try and find a better way to mesure, like at the source maybe
Xin chào bạn, tôi gặp vấn đề với bộ đo lưu lượng mà không biết có thể kiểm tra bằng cách nào xem nó hoạt động bình thường hay bị hỏng hóc. Tôi rất mong chờ câu trả lời của bạn
wat
Hi, where is the code? Do you have git?
best is to type it out so you can actually learn
@@MikaelAbehsera Lol. I am a programmer, not an ocr monkey. Forcing somebody do what suits _you_ the best is a bad attitude.
@@MikaelAbehseraif you go to all this trouble to get it right, which you have done, you should pop the code in the comments. People will no doubt fine tune it to fit their needs, thereby learning anyway. Just saves some time.
Pls can the water flow sensor be used to detect water leakage
If flow drops you can assume there’s a leak but it’s tricky and not super accurate, there’s probably different ways to detect that
can we control the rate of water flow using this sensor ?
no just read it
Can you share the updated code
in the video
would this code work on a esp32?
it should, just make sure you select the right board in the editor before you upload and check where your proper pins are
AH MAN. i take a full month to figure out the code just to see my flow meter sensor's work. now i ended up with this guy with 19 minutes video and he say he haved 4 hours to thinking of the code. and we have the same result😂😂😂
haha thats how it goes sometimesr
1
2
@@Fdesouza 3