From 3c5ddbcac1fc93b5a173ad7769a29588355219ee Mon Sep 17 00:00:00 2001 From: ZhengLiu-cart Date: Sun, 14 Jun 2026 05:48:11 +0800 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 25148f9..c17f9ff 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,16 @@ 本项目使用 MicroPython 在 ESP32 上读取 IMU 的 TTL 串口数据,并通过板载 CP2102 USB 串口将数据发送到电脑。 +- 注意观察esp32芯片型号,参考资料可在[此次查找](https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32/esp32-devkitc/user_guide.html#functional-description). + +- 最新的接线图请参考 [这个](https://nicecart-my.sharepoint.com/:p:/g/personal/zheng_liu_nicecart_ai/IQAd1vjTOFRTQJdIf7uh9ybCASTbYUrugCMrXxhclWS-Yn0?e=4C3Z6G),与嵌入式组沟通。 + +- 将电脑USB口与ESP32用线连起来时,理论上ESP32板子将有5V及3.3V 供电。 + +- IMU支持串口通信,所以可以通过USB转TTL串口版(货架上有)连电脑直接进行调试。 + +- **以下内容供参考,根据实际情况修改**。 + ## 硬件连接概览 ```text