Hi all
So I'm building a watercooled computer for the first time and I'm currently having some troubles. The idea is to use a waterflow-meter like this (http://www.frozencpu.com/products/16...S-CLBKMBK.html) and having a arduino uno interpret the signal from the flow-meter and then having the arduino send out a 5V signal from another pin/socket when the rpm of the flowmeter is high enough and 0V when the rpm is zero or too low.
As far as I can tell, the code should not be to hard to write if one have had some experience before with arduinos. The problem is that I don't have any experience with arduinoSo if someone could perhaps help me step by step how to write the code I would be very greatful.
Right now I have the current pinout: + on the flowmeter to 5V on the arduino
- on the flowmeter to GRD on the arduino
# on the flowmeter (signal) to D2 on the arduino
And if I measure the voltage between GRD and signal I see a fluctuation between 0.03 to 0.08V. But I think the flowmeter sends out a fluctuating signal so that the voltage jumps between 0.03 and 0.08 should not be something strange.