Files
xiaozhi-esp32/main/boards/rymcu/bigsmart/README.md
Hugh-rymcu 20175fa059 Move RYMCU BigSmart under manufacturer directory
Create main/boards/rymcu/bigsmart so future RYMCU boards can live under the same manufacturer directory. Update CMake to set MANUFACTURER to rymcu while preserving BOARD_NAME as rymcu-bigsmart, and adjust config.json so release output remains rymcu-bigsmart.
2026-04-30 16:04:30 +08:00

614 B
Raw Blame History

RYMCU BigSmart

该目录为 RYMCU BigSmart 开发板适配,并按以下硬件资源完成映射:

  • 主控ESP32-S3-WROOM-1-N16R8
  • 显示ST7789320x240SPI
  • 触摸GT911I2C
  • 音频ES8311 + ES7210I2S + I2C
  • IO扩展PCA9557I2C 地址 0x19
  • 摄像头GC0308DVP

参考硬件文档:

编译

idf.py set-target esp32s3
idf.py menuconfig

在菜单中选择:

Xiaozhi Assistant -> Board Type -> RYMCU BigSmart

然后执行:

idf.py build