The manual says that the output signal of the wind speed is a AC sine wave signal and the frequency of this signal is directly proportional to the speed of the wind.
So is it possible to measure the frequency with an Arduino Uno?
First need to measure its voltage with a multimeter on AC range whilst you blow it at the minimum speed you expect to encounter.
If you get at least three volts, then you can connect it to the Arduino via a 47K resistor with diodes to ground and Vcc so that they only conduct if the voltage is greater than Vcc or less than ground.
If you get less voltage, you will need an amplifier.
Paul__B:
First need to measure its voltage with a multimeter on AC range whilst you blow it at the minimum speed you expect to encounter.
If you get at least three volts, then you can connect it to the Arduino via a 47K resistor with diodes to ground and Vcc so that they only conduct if the voltage is greater than Vcc or less than ground.
If you get less voltage, you will need an amplifier.