ESP32-xiaozhi-esp32/main/boards/m5stack-tab5
Xiaoxia 83f6f8c703
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 main/boards: Add support for M5Stack Tab5. (#632) 2025-05-19 01:43:49 +08:00
m5stack_tab5.cc Switch to 2.0 branch (#1152) 2025-09-04 15:41:28 +08:00
README.md main/boards: Add support for M5Stack Tab5. (#632) 2025-05-19 01:43:49 +08:00
sdkconfig.tab5 fix: 修复tab5 esp-hosted 升级带来的crash问题 (#795) 2025-06-11 12:14:22 +08:00
tab5_audio_codec.cc fix: ES7120_SEL_MIC1 => ES7210_SEL_MIC1 2025-08-23 16:05:49 +08:00
tab5_audio_codec.h main/boards: Add support for M5Stack Tab5. (#632) 2025-05-19 01:43:49 +08:00

使用说明

快速体验

下载编译好的 固件 提取码: 1234

esptool.py --chip esp32p4 -p /dev/ttyACM0 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 16MB 0x00 tab5_xiaozhi_v1_addr0.bin 

基础使用

  • idf version: v5.5-dev
  1. 设置编译目标为 esp32p4
idf.py set-target esp32p4 
  1. 修改配置
cp main/boards/m5stack-tab5/sdkconfig.tab5 sdkconfig
  1. 编译烧录程序
idf.py build flash monitor

Note

进入下载模式:长按复位按键(约 2 秒),直至内部绿色 LED 指示灯开始快速闪烁,松开按键。

log

@2025/05/17 测试问题

  1. listening... 需要等几秒才能获取语音输入???
  2. 亮度调节不对
  3. 音量调节不对

TODO