-27%

Wind Speed Sensor Voltage Type(0-5V) Anemometer Kit (Waterproof & Industrial)


Ask for Latest offer / Availability : https://bit.ly/34JYAAH

  1. High hardness, Corrosion protection.
  2. Waterproofness and High precision.
  3. The mode of its output signal:0-5V(Voltage signal).
  4. supply voltage: DC 9-24V.
  5. Power consumption:Voltage MAX≤0.3W.
  6. Start wind speed:0.4-0.8m/s.

4,718.00 6,500.00 incl. GST

The three Cups type Wind Speed Sensor Voltage Type(0-5V) Anemometer Kit is an instrument that can measure the wind speed. It is composed of shell, the wind cup, and the circuit module. Photovoltaic modules, industrial microcomputer processor, the current generator, electric current and so on are integrated into the internal drive.

The materials of sensor shell and wind Cups are the aluminum alloy which uses the special mold precision casting technology, the size of the tolerance is very small. The precision of the surface is very high, and the internal circuit has been protection processing, the sensor has high strength, weather resistance, corrosion resistance and waterproof.

The plug of the cable is a military plug, it has a good anticorrosive and prevents erosion performance that it can ensure the instrument used for a long time, at the same time, In the case of using relevant specifications that ensure the accuracy of the wind speed acquisition.

The material of the circuit PCB is the military-grade A which ensure the stability of the parameters and the quality of the electrical properties; Electronic components are all industrial chip which makes overall has extremely reliable electromagnetic interference resistance and can ensure that the host can work normally in – 20 ℃ ~ + 50 ℃, humidity 35% ~ 85% (condensation).

This product can be widely used in engineering machinery (crane, crawler crane, door crane, tower crane, etc.), railways, ports, docks, power plants, meteorological, cableway, the environment, greenhouse, breeding, air conditioning, energy monitoring, agriculture, health, clean room areas such as wind speed measurement, and the corresponding signal output.

Robu.in brings you the anemometer sensors, its wind speed was judged by adopting the output voltage signal (0 to 5 v), users can easily read the level of wind speed by our instruction and sample code.

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.

Connection

  1. Red ↔ +9-24V
  2. Black ↔ GND
  3. Yellow ↔ Voltage signal
  4. Blue ↔ Current signal

Pin Description

400px-SEN0170_interface


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 :

  1. High hardness
  2. Corrosion protection
  3. Waterproofness
  4. High precision
  5. 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 5-Meter Connecting Cable with Crimped Connector.

1x Mounting Accessories set.

SKU: PGI-0028669 Category:

Based on 0 reviews

0.0 overall
0
0
0
0
0

Be the first to review “Wind Speed Sensor Voltage Type(0-5V) Anemometer Kit (Waterproof & Industrial)”

This site uses Akismet to reduce spam. Learn how your comment data is processed.

There are no reviews yet.