espressif / esp-adf

Espressif Audio Development Framework
Other
1.56k stars 690 forks source link

Cannot run example on Lyrat 4.3 board (AUD-5731) #1281

Closed GCTechnology closed 3 weeks ago

GCTechnology commented 2 months ago

Environment

图片 图片

Problem Description

I2C hardware timeout detected while running example '.\esp-adf\examples\player\pipeline_http_mp3' and '.\esp-adf\examples\player\pipeline_http_select_decoder' then reset core circularly.

Steps to Reproduce

  1. cd project folder '.\esp-adf\examples\player\pipeline_http_select_decoder'.
  2. run 'cp sdkconfig.defaults.esp32 sdkconfig'
  3. run 'idf.py menucondig' to setup network ssid and pass
  4. run 'idf.py build'
  5. flash LyraT board with 'flash_download_tool_3.9.7', bootloader location 0x1000, partition-table location 0x8000, app location 0x10000
  6. reset target
GCTechnology commented 2 months ago

图片

New log '(i2c_bus_write_bytes):I2C Bus WriteReg Error' Using VScode now.

GCTechnology commented 2 months ago

Similar error using micropython audio_test example but CODEC works? Sound outputs successfully. 图片 图片

hbler99 commented 1 month ago

Maybe there is a mismatch between the development board and the menuconfig setting under Audio Hal -> Audio Board, please check it.

GCTechnology commented 1 month ago

Maybe there is a mismatch between the development board and the menuconfig setting under Audio Hal -> Audio Board, please check it.

No, I've checked this item. Maybe it's a hardware issue I guess. I will recheck it on newly bought 'LyraT mini v1.2' audio board.