Files
xiaozhi-esp32/main/boards/rymcu-bigsmart/README.md
2026-04-23 20:44:35 +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
```