WiFi Weather Station
By TechMaker
A simple ESP32 based weather station that logs temperature to the cloud. I used a DHT11 sensor and a 0.96 inch OLED display.
Code / Schematics
void setup() { Serial.begin(115200); }By TechMaker
A simple ESP32 based weather station that logs temperature to the cloud. I used a DHT11 sensor and a 0.96 inch OLED display.
void setup() { Serial.begin(115200); }