Description: Collects weather data (temperature, humidity) and displays it on a web page.
Components:
-
NodeMCU (ESP8266) or ESP32
-
DHT11/DHT22 Temperature & Humidity Sensor
-
OLED Display (optional)
Circuit Diagram
(DHT11 to NodeMCU connections)
-
VCC → 3.3V
-
GND → GND
-
Data → D4
Code
0 Comments