RS Flow Sensor 257 - 149

Hi,

Can any help me wire the RS PRO Radial Flow Turbine Flow Meter, 0.25 L/min → 6.5 L/min into an arduino uno. Please see data sheet below:

PowerPoint Presentation (rs-online.com)

The idea is that I would be able to send an alert when water usage has occurred for longer than 60 mins continuously. (as well as providing water flow data).

Any help would be greatly appreciated.

According to the product page, the flow meter will run on 5V. In that case you can connect the output directly to a digital input on a 5V Arduino. Don't forget to connect the grounds.

If the sensor and Arduino must be electrically isolated, use an optocoupler.

Be aware that long leads between the sensor and the Arduino will pick up electrical noise, unless steps are taken to minimize the disturbance.

Thanks for the quick reply.

I may need some more help as I'm new to this and experimenting.

On the diagram there is 5 points which need to be wired:

E
0v
G
+V

I need to know where these are connected onto the arduino. Appreciate any help

Hello
Post your sketch and schematic to see how we can help.

We strongly recommend that people start with the basics of Arduino, before tackling a moderately advanced project like this. There are plenty of examples included with the Arduino IDE (the software development package) and many, many more on line.

You should learn to read a pushbutton, blink an LED without using the delay() function, and time a pulse before starting with the flow meter.

If you want to pay someone to design your circuit and write code, ask a moderator to move this thread to the Jobs and Paid Consultancy forum section.

Note that the LED input on the flowmeter requires a current limiting resistor.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.