Skip to content

使用自定义开发板运行 COZE_WS_APP 例程报错 init_coze_chat failed (AUD-6639) #1521

@yuangezhizao

Description

@yuangezhizao

Environment

  • Audio development kit: 立创·实战派ESP32-C3开发板 & LILYGO_T_WATCH_2020_V3
  • Audio kit version (for ESP32-LyraT/ESP32-LyraT-Mini/ESP32-S3-Korvo-2): -
  • [Required] Module or chip used: ESP32-C3 & ESP32
  • [Required] IDF version (run git describe --tags in $IDF_PATH folder to find it): v5.5.0
  • [Required] ADF version (run git describe --tags in $ADF_PATH folder to find it): master
  • Build system: idf.py
  • [Required] Running log: -
  • Compiler version (run xtensa-esp32-elf-gcc --version in your project folder to find it): -
  • Operating system: macOS
  • (Windows only) Environment type: -
  • Using an IDE?: VSCode
  • Power supply: USB

Problem Description

Expected Behavior

Actual Behavior

Image

Steps to Reproduce

  1. 根据文档README_CN.md修改了相关配置,主要是新增对应开发板
Board: LCKFB_C3_DEV
i2c: {sda: 0, scl: 1}
i2s: {mclk: 10, bclk: 8, ws: 12, din: 7, dout: 11}
in_out: {codec: ES8311, pa: 13, pa_gain:6}

Board: LILYGO_T_WATCH_2020_V3
i2c: {sda: 21, scl: 22}
i2s: {mclk: -1, bclk: 26, ws: 25, dout: 33, din: -1}
i2s: {mclk: -1, bclk: 0, ws: -1, dout: -1, din: 2}
out: {codec: MAX98357, pa: -1, pa_gain: 12}
in: {codec: DUMMY, i2s_port: 1}
  1. 运行例程报错 Failed to create coze_data_pull_task,不知道应该从哪儿开始排查?

P.S. 发现代码中是调用libcoze_websocket.a,想问下没有公开源码的原因,是为了优化运行效率吗?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions