Frequently bought together:
Description
The wind speed sensor is composed of a shell, three wind cups and a circuit module, which is made of aluminum alloy material.
The whole sensor has a high strength, weather resistance, corrosion resistance and water resistance, will be to ensure the long-term use of the instrument, and the accuracy of the wind speed collection. It is very suitable for outside measurement.
The whole sensor has a high strength, weather resistance, corrosion resistance and water resistance, will be to ensure the long-term use of the instrument, and the accuracy of the wind speed collection. It is very suitable for outside measurement.
Features:
- Small size, aluminum alloy material, high strength.
- Exquisite appearance, high precision measurement
- Long signal transmission distance, strong anti-interference ability
- Low power consumption, Wide range, good data information
- Easy to installation , easy to carry
- Exquisite appearance, high precision measurement
- Long signal transmission distance, strong anti-interference ability
- Low power consumption, Wide range, good data information
- Easy to installation , easy to carry
Specification:
Voltage output type
Accuracy: ±1m/s
Starting wind speed: 0.2-0.4 m/s
Measuring range: 0-32. 4 m/s
Supply voltage: 7V-24V DC
Output signal: 0.4-2V
Operating temperature: -40℃ ~80℃
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);
}
Package includes:
1 x Wind Speed Sensor for Arduino
,
,
,
,
,
,
,