04 2023 档案

摘要:1.乐鑫开发板 https://www.espressif.com.cn/zh-hans/products/devkits 2.开发板 ESP32-S3-DevKitC-1 v1.1 https://docs.espressif.com/projects/esp-idf/zh_CN/latest/e 阅读全文
posted @ 2023-04-19 15:01 K_Code 阅读(226) 评论(0) 推荐(0)
摘要:OT-RCP: Open Thread Radio Co-Processor 。 Thread 无线协处理器。OT-BR: Open Thread Board Router。 Thread 边界路由器。chip-tool: Linux 应用程序。用于 Matter 协议控制。ot-ctl: Thre 阅读全文
posted @ 2023-04-18 10:51 K_Code 阅读(477) 评论(0) 推荐(0)
摘要:ESP-Matter SDK 软件开发框架及目录结构介绍 1. esp-matter/compoents 该目录为ESP-Matter 的核心功能组件,定义了相应基本matter的数据模型。 esp-matter/components/ ├── esp_matter ├── esp_matter_b 阅读全文
posted @ 2023-04-13 16:25 K_Code 阅读(493) 评论(0) 推荐(1)
摘要:一. 获取 Matter仓库 #git clone --recursive https://github.com/espressif/esp-matter.git若过程有报错,请执行#cd esp-matter#git submodule update --init --recursive -f#加 阅读全文
posted @ 2023-04-07 10:31 K_Code 阅读(328) 评论(0) 推荐(0)
摘要:一. 安装esp-idf Step 1:编译 ESP-IDF 需要以下软件包。请根据使用的 Linux 发行版本,选择合适的安装命令。 Ubuntu 和 Debian: sudo apt-get install git wget flex bison gperf python3 python3-ve 阅读全文
posted @ 2023-04-04 10:01 K_Code 阅读(654) 评论(0) 推荐(0)