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

32 lines
614 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# RYMCU BigSmart
该目录为 `RYMCU BigSmart` 开发板适配,并按以下硬件资源完成映射:
- 主控ESP32-S3-WROOM-1-N16R8
- 显示ST7789320x240SPI
- 触摸GT911I2C
- 音频ES8311 + ES7210I2S + I2C
- IO扩展PCA9557I2C 地址 `0x19`
- 摄像头GC0308DVP
参考硬件文档:
- https://github.com/rymcu/BigSmart-Open/blob/main/docs/rymcu-bigsmart-hardware.md
## 编译
```bash
idf.py set-target esp32s3
idf.py menuconfig
```
在菜单中选择:
`Xiaozhi Assistant -> Board Type -> RYMCU BigSmart`
然后执行:
```bash
idf.py build
```