Closed GCTechnology closed 3 weeks ago
New log '(i2c_bus_write_bytes):I2C Bus WriteReg Error' Using VScode now.
Similar error using micropython audio_test
example
but CODEC works? Sound outputs successfully.
Maybe there is a mismatch between the development board and the menuconfig
setting under Audio Hal -> Audio Board
, please check it.
Maybe there is a mismatch between the development board and the
menuconfig
setting underAudio 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.
Environment
Audio development kit: ESP32-LyraT
Audio kit version (for ESP32-LyraT/ESP32-LyraT-Mini/ESP32-S3-Korvo-2): v4.3
[Required] Module or chip used: ESP32-WROVER-E
[Required] IDF version (run
git describe --tags
in $IDF_PATH folder to find it): v5.3.1[Required] ADF version (run
git describe --tags
in $ADF_PATH folder to find it): v2.7-4-g1bc914b7Build system: idf.py
[Required] Running log: All logs from power-on to problem recurrence
xtensa-esp32-elf-gcc --version
in your project folder to find it): xtensa-esp-elf-gcc (crosstool-NG esp-13.2.0_20240530) 13.2.0Problem 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