Gilles Gagnon replied to the topic 'Induino Meteostation wind gust' in the forum. 3 years ago

Have you considered the INDI "Weather Radio" weather subsystem and driver? It's based on the Meteostation and was developped by Wolfgang Reissenberger. If you use recent sensors with your Meteostation (i.e. BME280, TSL2591 and MLX90614 sensors) it should be compatible with Weather Radio with minimal, if any, changes. Weather Radio also supports the Davis Anemometer which may (or may not) work similarly as the one you are considering. The Davis wind speed sensor sends a pulse once every rotation, so speed is calculated as number of pulses per unit of time.

Weather Radio is meant to be run on an Arduino type controller (Arduino, Wemos D1...) and can connect via USB serial and/or WiFi. There is also a web server that can provide you weather info for periods of 6 hours to 30 days.

More info available at: github.com/indilib/indi-3rdparty/blob/ma...adme-WeatherRadio.md

Read More...