ESP32-xiaozhi-esp32/main/boards/m5stack-tab5
2025-11-17 22:20:25 +08:00
..
config.h feat: add camera support for M5Stack Tab5 (#1442) 2025-11-17 22:20:25 +08:00
config.json feat: add camera support for M5Stack Tab5 (#1442) 2025-11-17 22:20:25 +08:00
esp_lcd_st7123.c board/m5stack-tab5: Add new display st7123 support. (#1409) 2025-11-12 18:32:06 +08:00
esp_lcd_st7123.h fix: fix esp_afe_sr_iface_t compile error (#1423) 2025-11-13 20:05:42 +08:00
m5stack_tab5.cc feat: add camera support for M5Stack Tab5 (#1442) 2025-11-17 22:20:25 +08:00
README.md feat: add camera support for M5Stack Tab5 (#1442) 2025-11-17 22:20:25 +08:00
sdkconfig.tab5 feat: add camera support for M5Stack Tab5 (#1442) 2025-11-17 22:20:25 +08:00
tab5_audio_codec.cc Add SetInputGain(float gain) to AudioCodec (#1252) 2025-10-02 09:55:45 +08:00
tab5_audio_codec.h main/boards: Add support for M5Stack Tab5. (#632) 2025-05-19 01:43:49 +08:00

使用说明

快速体验

M5Burner 选择 Tab5 搜索小智下载固件

基础使用

  • idf version: v6.0-dev
  1. 调整 idf_component.yml

  espressif/esp_video:
    version: ==1.3.1   # for compatibility. update version may need to modify this project code.
    rules:
    - if: target not in [esp32]

修改为

  espressif/esp_video:
    version: '==0.7.0'
    rules:
    - if: target not in [esp32]
  espressif/esp_ipa: '==0.1.0'
  1. 使用 release.py 编译
python ./scripts/release.py m5stack-tab5

如需手动编译,请参考 m5stack-tab5/config.json 修改 menuconfig 对应选项。

  1. 编译烧录程序
idf.py flash monitor

Note

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

log

@2025/05/17 测试问题

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

TODO