This is the ESP8266 Weather Station Kit for Arduino IDE, an ideal IoT starter project. Powered by the ESP8266-12E, it collects and displays real-time weather data, including city time, weather conditions, and a 3-day forecast, on an SSD1306 OLED display. The station can switch to show data for any city worldwide, making it perfect for monitoring weather in locations where your friends or family live.
Using sensors like DHT11, BMP180, and BH1750FVI, the station measures temperature, humidity, atmospheric pressure, and light. It updates sensor data every 5 seconds and uploads it to the internet every 60 seconds. Real-time data can be viewed via phone or computer. The code is customizable to add different features.