Files
xiaozhi-esp32/main/boards/taiji-pi-s3
Xiaoxia 83f6f8c703 Switch to 2.0 branch (#1152)
* Adapt boards to v2 partition tables

* fix esp log error

* fix display style

* reset emotion after download assets

* fix compiling

* update assets default url

* Add user only tools

* Add image cache

* smaller cache and buffer, more heap

* use MAIN_EVENT_CLOCK_TICK to avoid audio glitches

* bump to 2.0.0

* fix compiling errors

---------

Co-authored-by: Xiaoxia <terrence.huang@tenclass.com>
2025-09-04 15:41:28 +08:00
..
2025-09-04 15:41:28 +08:00

由于原来的麦克风型号停产2025年7月之后的太极派JC3636W518更换了麦克风并且更换了屏幕玻璃所以在产品标签上批次号大于2528的用户请选择I2S Type PDM,

编译配置命令

配置编译目标为 ESP32S3

idf.py set-target esp32s3

打开 menuconfig

idf.py menuconfig

选择板子:

Xiaozhi Assistant -> Board Type -> 太极小派esp32s3

Xiaozhi Assistant -> taiji-pi-S3 I2S Type -> I2S Type PDM

修改PSRAM配置

component config -> ESP PSRAM -> SPI RAM config -> Try to allocate memories of WiFi and LWIP in SPIRAM firstly. If failed, allocate internal memory

编译:

idf.py build