xiaozhi-esp32-avatar

介绍
本项目基于虾哥开源的 ESP32 小智语音助手进行二次开发。硬件使用 M5Stack AtomS3R + Atomic Echo Base 搭配结构设计,修改显示表情包为 M5Stack Avatar Face。

硬件
AtomS3R
Atomic Echo Base
软件
ESP-IDF: v5.4.2

git clone --recursive https://github.com/Gitshaoxiang/xiaozhi-esp32-avatar.git
cd xiaozhi-esp32-avatar
. $IDF_PATH/export.sh
idf.py menuconfig # Config Wake Words:ESP Speech Recognition ->  Load Multiple Wake Words 
idf.py build

常见问题
如果编译过程中出现以下报错,请删除编译缓存(build)与依赖包(managed_components)重新执行idf.py build编译。

fatal error: assets/lang_config.h: No such file or directory

PixPin_2025-08-17_10-32-05.png

标签: none

添加新评论