xiaozhi-esp32/main/boards/df-k10
Xiaoxia 83f6f8c703
Some checks are pending
Build Boards / Determine boards to build (push) Waiting to run
Build Boards / Build ${{ matrix.board }} (push) Blocked by required conditions
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
..
config.h feature: Add dfrobot-k10 vision recognition (#688) 2025-05-27 21:44:03 +08:00
config.json v1.8.0: Audio 代码重构与低功耗优化 (#943) 2025-07-19 22:45:22 +08:00
df_k10_board.cc Switch to 2.0 branch (#1152) 2025-09-04 15:41:28 +08:00
k10_audio_codec.cc 将项目版本更新至1.5.9,优化内存使用,增加主任务栈大小至8192,优化固件升级流程,重构主循环为MainEventLoop,添加新版本检查功能,更新音频编解码器的DMA配置常量。 2025-04-13 11:47:15 +08:00
k10_audio_codec.h 新增 DFRobot 行空板 K10 (#299) 2025-03-08 02:22:44 +08:00
led_control.cc feat: Add df-k10 MCP control on board RGB LED (#810) 2025-06-13 18:08:08 +08:00
led_control.h feat: Add df-k10 MCP control on board RGB LED (#810) 2025-06-13 18:08:08 +08:00
README.md df-k10 update (#308) 2025-03-08 22:50:41 +08:00

DFRobot 行空板 K10

按键配置

  • A短按-打断/唤醒长按1s-音量调大
  • B短按-打断/唤醒长按1s-音量调小

编译配置命令

配置编译目标为 ESP32S3

idf.py set-target esp32s3

打开 menuconfig

idf.py menuconfig

选择板子:

Xiaozhi Assistant -> Board Type -> DFRobot 行空板 K10

修改 psram 配置:

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

编译:

idf.py build