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); }Comments (0)
No comments yet. Share your feedback!