💡 Flow with the Future: Elevate Your Water Management Game!
The 2" Water Flow Sensor is a high-performance Hall Effect flowmeter designed for a wide range of applications, including petrochemical industries and irrigation systems. With a flow range of 10-200L/min and a robust construction from food-grade plastic, this sensor ensures accurate measurements and compliance with ROHS standards, making it a reliable choice for both professional and residential use.
J**.
Works with 3v3 on VCC.
I haven't finished integration, but initial tests are very positive.I am running this meter on 3v and so far it's working great. I think there's a small paddlewheel inside that spins to count flow; I don't have measurements on precision yet, but the numbers I'm seeing show it to be quite sensitive indeed.I've connected it to a SEEED Xiao ESP32C3, and configured it with ESPHome as a pulse counter, and then integrate that pulse counter into a volume measurement. I still have some work to do on the calibration, but very pleased with this so far.I haven't compared it to others, and I think there are some improvements to be had in sturdiness (it's cheap plastic, but that's obvious from the photos), but overall I am excited to have a working meter.
D**N
Accurate and Durable – Ideal for DIY Projects
Perfect for my DIY water usage monitoring system. Accurate readings, durable build, and easy integration with my Arduino project. Threads were clean and fit standard fittings with no leaks. Will be ordering more
L**K
Make sure you know the different pipe threads, British vs US
Some what frustrating that something sold in the US should have non US standard pipe threads. Granted it was clearly stated in the description that it was BSPT not NPT. How many. people know what that means? (British National Pipe Thread vs National Pipe Thread). How many people know the difference. The two adaptors cost more than the original piece! My ignorance is not the fault of the piece.
J**H
Too large of an obstruction reduces fluid flow
the way this unit is designed it blocks of a full 1/2 of the flow so it can direct the rest of the flow into the paddle wheel. Any time you run water through a reduced opening it causes substantial pressure drops at higher flows. The way these units should be designed is so they widen first so when the block off part of the area for the wheel it still leaves a full 1" diameter open. If they had done that it would not have caused such a large pressure drop. It may work ok if you place 3 of these parallel but that is a lot of 1" fittings to pay for.
H**R
The magic number is 897 pulses per gallon
Works. Definitely seeing the +/- 5% difference in output.A few things I discovered:* The sensor needs at least 8V. I had a 9v power supply left over from some other equipment. However, a raspberry PI can only take 3.3V into its GPIO port. (and no pull-up resistor is needed) So I sent 8V into this sensor, and on the output pin I installed a 10k resistor tied to ground. This dropped the output voltage to around 3.7V.* I wanted to record data in gallons per hour. This is from my most recent calibration where I dumped water into a bucket marked off with quarters of a gallon on the side.total_gal = total_gal + 0.001115 # 897 pulses per gal = 0.001115 gal per pulse. This code runs whenever a change from high to low occurs on the output pin.flow = (count / 897.0)*3600 # pulses/897 is gal per sec. *3600 is gal per hour* the label faces down. There is a lot of play in the spindle inside. making the label face down puts the impeller more directly in line with the water flow* make sure you install it in the right direction. The arrow on the label was correct for me.* I used waterproof automotive plugs, sealed on the ends with caulk, since this thing will be outside measuring the irrigation water usage.
B**.
Using with a reef aquarium to control flow thru a UV sterilizer
I've adapted this Gredia GR-201 1/2" flow sensor paired with a Digiten Flow Meter to monitor flow rate thru a UV sterilizer. The sterilizer I have requires a flow at 37 GPH optimum and 60 GPH max to be effective eradicating protozoa.Out of the box the pairing of the meter and sensor was way off reporting 16 GPH while a had a gate valve nearly closed.So to calibrate it, the meter has a K-factor value that has to be adjusted to the sensor you pair it with. The default was a K-factor value of 1.98.I did a Google Bard search for what the sensors K-factor should be... 11.45. I set the meters K-factor to that. It was much closer but not accurate.I adjusted my valve until the meter was reading 1 GPH of flow. I set up a bucket to divert the water exiting the system into so I could measure the amount dispensed in a minute. I recorded .453 gal. with the K- 11.45.Now a little math, divide the current K- (11.45) by the flow it produced (0.453) while the valve restricted flow with the meter reading 1 GPM.The resulting new K-factor of 25.27 worked precisely. Well, as precise as using a large measuring cup to measure the amount of water dispensed.I re-ran the test, I got 1 gallon at the 1 minute mark, 3 gal at 3 minutes.The one annoying thing about the meter is the backlit display goes dark after 15 seconds. Annoying during the calibration when your hands are busy turning on/off a pump and a timer. But in actual use I'll only be using this to set the gate valve position and the backlighting won't so much be an issue.I hope this helps those trying to get a more accurate reading.
Trustpilot
3 days ago
3 weeks ago