esp8266-weather-station/README.md

43 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2023-07-10 14:05:07 +08:00
# 基于esp8266+0.96oled的气象站桌面时钟
2023-07-13 10:49:20 +08:00
# 公共天气API_KEY
自行在和风天气中申请
2023-07-10 14:05:07 +08:00
2023-07-13 10:49:20 +08:00
# 制作教程
详细制作过程 https://blog.csdn.net/zhb1190/article/details/121919997
2023-07-10 14:05:07 +08:00
2023-07-13 10:49:20 +08:00
# 电路图
请访问立创edahttps://oshwhub.com/hbk444/qi-xiang-zhan01
pcb板兼容1.3寸oled屏
2023-07-10 14:05:07 +08:00
## 说明
源码需要配合WiFi_link_tool配网库进行开发
可直接访问设备的ip或http://OLED气象站/ 进行访问
所需要的库:
* u8g2
* ArduinoJson
2023-07-13 10:49:20 +08:00
* time(已提供)
* Esp8266Gzip https://gitee.com/zhb1190/esp8266-gzip
2023-07-10 14:05:07 +08:00
天气API来自和风天气console.heweather.com
2023-07-13 10:49:20 +08:00
提供的源码是针对esp_01s
2023-07-10 14:05:07 +08:00
### 烧录注意事项
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)
2023-07-13 10:49:20 +08:00
2023-07-10 14:05:07 +08:00
### 烧录流程
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)
2023-07-13 10:49:20 +08:00
### 感谢
源码是基于ESP_weather_Cube二次修改原始项目地址为https://github.com/bilibilifmk/ESP_weather_Cube