esp8266-weather-station/README.md
2023-07-13 10:49:20 +08:00

43 lines
1.2 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 基于esp8266+0.96oled的气象站桌面时钟
# 公共天气API_KEY
自行在和风天气中申请
# 制作教程
详细制作过程 https://blog.csdn.net/zhb1190/article/details/121919997
# 电路图
请访问立创edahttps://oshwhub.com/hbk444/qi-xiang-zhan01
pcb板兼容1.3寸oled屏
## 说明
源码需要配合WiFi_link_tool配网库进行开发
可直接访问设备的ip或http://OLED气象站/ 进行访问
所需要的库:
* u8g2
* ArduinoJson
* time(已提供)
* Esp8266Gzip https://gitee.com/zhb1190/esp8266-gzip
天气API来自和风天气console.heweather.com
提供的源码是针对esp_01s
### 烧录注意事项
esp01s与ttl链接方法
01s ttl
xt----rx
rx----tx
vcc---3.3
ch----3.3
io0---gnd
gnd---gnd
### 烧录配置
![image](https://github.com/bilibilifmk/ESP_weather_Cube/blob/master/%E7%83%A7%E5%BD%95%E9%85%8D%E7%BD%AE.png)
### 烧录流程
1.擦除2.烧录
![image](https://github.com/bilibilifmk/ESP_weather_Cube/blob/master/%E7%83%A7%E5%BD%95%E6%B5%81%E7%A8%8B.png)
### 感谢
源码是基于ESP_weather_Cube二次修改原始项目地址为https://github.com/bilibilifmk/ESP_weather_Cube