Product Description
The Voltage Type(0-5V) Anemometer Kit is a device that measures wind speed using three cups. It consists of a shell, three wind cups, and a circuit module. The circuit module contains a photovoltaic module, an industrial microcomputer processor, a current generator, and other components. The device converts the wind speed into an electric current signal.
The shell and the wind cups are made of aluminum alloy with high precision casting technology. They have very small tolerances and smooth surfaces. The internal circuit is protected from damage. The device is durable, weather-resistant, corrosion-resistant, and waterproof.
The cable plug is a military-grade plug that resists corrosion and erosion. It ensures the long-term use of the device and the accuracy of the wind speed measurement. The cable plug must match the relevant specifications.
The circuit PCB is made of military-grade A material that guarantees the stability and quality of the electrical properties. The electronic components are all industrial chips that have excellent electromagnetic interference resistance. They ensure that the device can work normally in temperatures ranging from -20°C to 50°C and humidity levels from 35% to 85% (without condensation).
This product can be widely used in various fields that require wind speed measurement and signal output, such as engineering machinery (crane, crawler crane, door crane, tower crane, etc.), railways, ports, docks, power plants, meteorology, cableway, environment, greenhouse, breeding, air conditioning, energy monitoring, agriculture, health, clean room, etc.
Please connect the external power (DC 9-24V) and the Arduino to the same ground. That is, connect both GND wires to the Arduino and to the external power’s GND. This was not shown in the diagram.
Connection
- Red ↔ 9-24V
- Black ↔ GND
- Yellow ↔ Voltage signal
- Blue ↔ Current signal
Pin Description
Connection Diagram:
Please make the external power (DC 9-24V) and the wiring to Arduino in the same ground, i.e. connect GND to Arduino as well as to external power’s GND. In the diagram, it was not indicated out.
Sample Code:
/* Connect the voltage signal wire to Arduino analog interface: Yellow Cable<---->A0 */ void setup() { Serial.begin(9600); } void loop() { int sensorValue = analogRead(A0); float outvoltage = sensorValue * (5.0 / 1023.0); Serial.print("outvoltage = "); Serial.print(outvoltage); Serial.println("V"); int Level = 6*outvoltage;//The level of wind speed is proportional to the output voltage. Serial.print("wind speed is "); Serial.print(Level); Serial.println(" level now"); Serial.println(); delay(500); }
Features :
- High hardness
- Corrosion protection
- Waterproofness
- High precision
- Dimensions:
- Cups Outer Diameter: 50 mm.
- Body Outer Diameter: 39 mm.
- Base Diameter: 60 mm.
- Screw Hole Diameter: 7 mm.
Package Includes :
1 x Wind Speed Sensor Voltage Type(0-5V) Anemometer.
1 x 3-Meter Connecting Cable with Crimped Connector.
1x Mounting Accessories set.