1. 下载 ESP IDF 5.5.1
ESP-IDF(Espressif IoT Development Framework)是乐鑫科技为ESP32系列芯片提供的官方开发框架,包含工具链、API库和构建系统,支持Wi-Fi/BLE协议栈、FreeRTOS实时系统及外设驱动等功能
https://dl.espressif.com/dl/esp-idf/

2. 安装 ESP IDF


3.环境检查
运行 ESP-IDF 5.5 CMD

4.进入helloworld目录
cd .\examples\get-started\hello_world\

5.编译helloworld
idf.py build
6.下载并解压缩小智项目
https://github.com/78/xiaozhi-esp32
进入xiaozhi项目

7.板子是立创派S3 设置芯片为s3
idf.py set-target esp32s3


8.修改主板配置
idf.py menuconfig
选择xiaozhi Assistant

9.选择主板类型

10.选择立创派 S3

11.按S按键保存

12.开始编译


13.刷写
idf.py build flash monitor


14.表情修改 直接按照分辨率替换png文件,重新编译和刷写

15.效果
