ESP32-xiaozhi-esp32/main/boards/lilygo-t-cameraplus-s3
yusuhua aef527f7af
LilyGo T-CameraPlus-S3 add camera function (#704)
* add camera function

* add camera function
2025-05-28 23:35:42 +08:00
..
config.h Added support for the T-CameraPlus-S3_V1.2 board (#680) 2025-05-27 21:39:48 +08:00
config.json lilygo-t-cameraplus-s3 add pmic (#586) 2025-05-09 04:24:58 +08:00
lilygo-t-cameraplus-s3.cc LilyGo T-CameraPlus-S3 add camera function (#704) 2025-05-28 23:35:42 +08:00
pin_config.h LilyGo T-CameraPlus-S3 add camera function (#704) 2025-05-28 23:35:42 +08:00
README.md lilygo-t-cameraplus-s3 add pmic (#586) 2025-05-09 04:24:58 +08:00
tcamerapluss3_audio_codec.cc Added support for the T-CameraPlus-S3_V1.2 board (#680) 2025-05-27 21:39:48 +08:00
tcamerapluss3_audio_codec.h 增加LilyGo T-CameraPlus-S3的支持及修复LilyGo T-Circle-S3编译i2s_std_clk_config_t报'i2s_std_clk_config_t::ext_clk_freq_hz' does not match declaration (#239) 2025-03-01 22:06:53 +08:00

编译配置命令

配置编译目标为 ESP32S3

idf.py set-target esp32s3

打开 menuconfig

idf.py menuconfig

选择板子:

Xiaozhi Assistant -> Board Type -> LILYGO T-CameraPlus-S3

修改 psram 配置:

Component config -> ESP PSRAM -> SPI RAM config -> Mode (QUAD/OCT) -> Quad Mode PSRAM

编译:

idf.py build

LILYGO T-CameraPlus-S3