WiFi enabled anemometer
|
A wireless anemometer project using ESP8266 and Adafruit’s wind sensor is shared by graham22 on github. The wind sensor provides an analog output voltage proportional to the wind speed. The ESP8266 reads in the output voltage through its A/D channel, computes the wind speed, and displays it on a web browser upon receiving a HTTP request from a client machine.
|