haitaowang1001 8d03016f83 111 2 weeks ago
..
EchoEar.cc 8d03016f83 111 2 weeks ago
README.md 8d03016f83 111 2 weeks ago
config.h 8d03016f83 111 2 weeks ago
config.json 8d03016f83 111 2 weeks ago
touch.h 8d03016f83 111 2 weeks ago

README.md

EchoEar 喵伴

简介

EchoEar 喵伴是一款智能 AI 开发套件,搭载 ESP32-S3-WROOM-1 模组,1.85 寸 QSPI 圆形触摸屏,双麦阵列,支持离线语音唤醒与声源定位算法。硬件详情等可查看立创开源项目

配置、编译命令

配置编译目标为 ESP32S3

idf.py set-target esp32s3

打开 menuconfig 并配置

idf.py menuconfig

分别配置如下选项:

  • Xiaozhi AssistantBoard Type → 选择 EchoEar

S 保存,按 Q 退出。

编译

idf.py build

烧录

将 EchoEar 连接至电脑,注意打开电源,并运行:

idf.py flash