Modern Devices Wind Speed SensorΒΆ

A Modern Devices wind sensor Rev. P hot wire anemometer can be used to sense the wind speed. This is selected by setting WNDVN_SPEED_TYPE to 2.

../_images/wind-vane-hotwire.jpg

This should be powered by between 10V and 12V and the OUT and TMP pins connected to two 3.3V ADC pins. The speed output pin labeled OUT should connected to the autopilot ADC pin defined by WNDVN_SPEED_PIN. The TMP pin of the sensor should be connected to the autopilot ADC pin defined by WNDVN_TEMP_PIN. If only a single ADC pin is available the TMP output may be omitted, WNDVN_TEMP_PIN should be set to -1 in this case. The code will then assume room temperature; this will slightly reduce the accuracy of the wind speed reading.

The WNDVN_SPEED_OFS should be set to the voltage reading in zero wind. This calibration can be triggered automatically by setting WNDVN_CAL to 2. The vehicle must be disarmed and the sensor sheltered from the wind. You will see a message in your GCS reporting the updated offset voltage.