Wireless WIFI Anemometer using ESP32
This project is based on the ESP32, it works with the Adafruit Anemometer https://www.adafruit.com/?q=anemometer&
| ESP32 Dev Module | ![]() |
|---|---|
| Adafruit Anemometer | ![]() |
| Device Pin | ESP32 |
|---|---|
| Anemometer blue (signal) | A0 |
| Anemometer brown (+5) | Vin |
| Anemometer black (Gnd) | Gnd |
Used the following development tools;
- Visual Studio Code with the PlatformIO extension.
- ***** Don't forget to upload the index.htm file for the initial setup of the ESP32, Run 'Upload File System Image' platformio command
- Setup WIFI configuration by logging onto the "Anemometer" Access Point, use "Anemometer" as the AP password. Browse 192.168.4.1 and go to Configuration Page to provide your WIFI credentials.


