# ESPMonitorPlus++
**Repository Path**: mc_gao/ESPMonitorPlus
## Basic Information
- **Project Name**: ESPMonitorPlus++
- **Description**: ESPMonitorPlus++桌面监视器
- **Primary Language**: C
- **License**: EPL-1.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 11
- **Created**: 2024-01-15
- **Last Updated**: 2024-01-15
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
### 简介
ESPMonitorPlus++教程版开源资料,功能由时间显示、天气预报、黄历信息、电脑运行状态监测,支持AP Web配网。
#### 了解更多
> * [B站](https://www.bilibili.com/video/BV1Sa411575p/)
> * [博客](https://www.xutoubee.cn)
> * [PCB开源](https://oshwhub.com/xmz0916/ESPMonitor_Plus)
天气页面 | 主页 | 电脑监测页面 | 关于&配置页面 | 启动页面
:---:|:---:|:---:|:---:|:---:
 |  |  |  | 
### 怎么学习(使用微信登录)
> * [一键听课](https://m.qlchat.com/wechat/page/channel-intro?channelId=2000019682905584)
### 目录说明
* AIDA64 Extreme 6_10 - AiDa64软件
* AIDA64InfoReader - 上位机源码
* bin - 通过Read_Flash读取的整个Flash的固件
* code - 项目源码
* tools - 软件工具集
* others - 其他文件
* ui_pro - SquareLine Studio工程
#### 内容梳理
> * [思维导图](./others/桌面监视器.pdf)
### 软件包
> 仓库500M容量的限制,导致部分软件安装包没法上传,这里就单独放链接吧。都是必装的哈,别漏了!!!
> * [VSCode](https://code.visualstudio.com/)
> * [Git](https://git-scm.com/downloads)
> * [Flash 下载工具](https://www.espressif.com/zh-hans/support/download/other-tools)
> * [SquareLine Studio v1.2.3](https://squareline.io/downloads) 网页往下滚动,下载指定的版本
> * [Platformio离线包](https://pan.baidu.com/s/1pKBWMwpWFyeaielyN-5dcQ?pwd=k36m) 试试吧,万一能用呢
### 使用了哪些API接口
> 本项目主要以天行数据的API接口为主,大家自行去[注册](https://www.tianapi.com/),程序中,需将自己的apikey进行替换,接口有:
> * [中国老黄历](https://www.tianapi.com/apiview/45)
> * [天气预报](https://www.tianapi.com/apiview/72)
### 如何获取cityCode城市代码
[中国天气网](http://www.weather.com.cn/weather1d/101010100.shtml),定位到自己的所在地,然后网址里面的9位数字就是你的城市代码
### 如何下载此仓库资料
* 第一步:下载Git工具,[传送门](https://git-scm.com/),然后根据自己使用的系统选择对应的版本,下载后,安装Git工具,傻瓜式下一步就行

* 第二步:桌面或某文件夹空白处鼠标右键,选择Git bash here

```c
git clone https://gitee.com/xutoubee/ESPMonitorPlus.git
```
* 第三步:等待Git工具自动将本仓库拉取到本地