# temp_monitor **Repository Path**: zhu_enxiao/temp_monitor ## Basic Information - **Project Name**: temp_monitor - **Description**: ESP32 智能温湿度监测系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-30 - **Last Updated**: 2025-12-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # temp_monitor #### 介绍 ESP32 智能温湿度监测系统 #### 软件架构 软件架构说明 #### 安装教程 **python库安装** ```bash pip install --upgrade pip && pip install flask==2.2.3 flask-socketio==4.3.2 eventlet==0.33.3 python temp_moniter_serverv1.0.py ``` **ESP32-S3运行环境** 1.安装Arduino IDE 2.IDE内下载 ESP32库 OLED库 **注意:请务必修改ino文件当中的wifi信息,包括连接wifi的名称与密码,以及服务端的内网ip地址。** **硬件准备** 你可能需要 OLED屏幕、dht11(温湿度检测)、无源蜂鸣器、esp32-s3扩展板、杜邦线。 需要注意,其他型号的屏幕、温湿度检测、有源蜂鸣器也被允许使用,但需要修改ino文件的型号、接口,部分需要修改代码(如有源蜂鸣器不需要方波控制) 所有GPIO接口信息在ino文件内 #### 使用说明 1. 运行temp_monitor.ino,烧录到esp32-s3上 2. 运行temp_moniter_serverv1.0.py 3. 访问localhost:5000 4. 联网:将esp32与服务端保持同一子网。 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)