# WeatherStationWithESP8266 **Repository Path**: yfrobot/WeatherStationWithESP8266 ## Basic Information - **Project Name**: WeatherStationWithESP8266 - **Description**: weather station - http://www.yfrobot.com.cn/thread-11880-1-1.html - **Primary Language**: Arduino - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-29 - **Last Updated**: 2022-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## ESP8266 Weather Station 该项目基于[Arduino core for ESP8266 WiFi chip](https://github.com/esp8266/Arduino)项目,ESP8266 wifi 通过获取网络天气数据,显示到128*64 OLED显示屏! [arduino IDE 配置](http://file.yfrobot.com/file/wifi/nodemcu/arduino/arduinoIDEForTheESP8266.html) 演示视频:[http://v.youku.com/v_show/id_XMTcxNzY3MzQ4NA==.html](http://v.youku.com/v_show/id_XMTcxNzY3MzQ4NA==.html) 电路连接:![weatherStation](https://raw.githubusercontent.com/YFROBOT-TM/WeatherStationWithESP8266/master/Schematic/WeatherStation.png) ### Using library * [Adafruit SSD1306 Library](https://github.com/adafruit/Adafruit_SSD1306) * [arduino Json library](https://github.com/bblanchon/ArduinoJson) 适用5.xx版本库 * [Simple Timer library](http://playground.arduino.cc/Code/SimpleTimer) Created by [YFROBOT](http://www.yfrobot.com)!