# ESP32-SmartBand **Repository Path**: lpeydb/ESP32-SmartBand ## Basic Information - **Project Name**: ESP32-SmartBand - **Description**: ESP32智能手环,具有测心率血氧、联网获取时间天气和B站粉丝数、设定闹钟提醒喝水吃药、秒表、计步器功能 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 1 - **Created**: 2022-08-19 - **Last Updated**: 2025-03-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ESP32-SmartBand > 这是大学三年级的实训项目。 > ## 一些遗憾 + 全局变量使用过多。 当时还没学指针,不懂得可以通过指针传递地址给函数进行操作。 + 几乎所有代码都塞在`main.cpp`文件里,代码可读性差。 --- **以下是整改代码的版本,不确定能用,有需要的可以参考:** https://github.com/lpeydb/ESP32-SmartBand/tree/good_format --- ## PCB效果 ![](Hardware/PCB.jpg) ## 连线 ![](Hardware/Connection.png) ## 演示视频 [B站视频](https://www.bilibili.com/video/BV1it4y1s7AY?spm_id_from=333.999.0.0) ## 关于取模 [汉字取模](https://www.23bei.com/tool/965.html) [图片取模](https://javl.github.io/image2cpp/) [GIF取模](https://www.arduino.cn/thread-104936-1-1.html)