espressif / esp-dev-kits

Docs, Schematics, Factory Firmwares for ESP Development Kits
Other
345 stars 183 forks source link

Touch Audio Example is not working. (AEGHB-178) #25

Closed kpraponpoj closed 1 year ago

kpraponpoj commented 3 years ago

I did the set up exactly the same as given but i am using ESP-LyraT v1.3 Audio which does not seems to be supported yet. This is the error message i received. `I (4752) esp_netif_handlers: sta ip: 192.168.0.26, mask: 255.255.255.0, gw: 192.168.0.1 E (4752) i2c: i2c_param_config(644): i2c clock choice is invalid, please check flag and frequency ESP_ERROR_CHECK failed: esp_err_t 0xffffffff (ESP_FAIL) at 0x4002b608 0x4002b608: _esp_error_check_failed at /home/kpraponpoj/esp/esp-idf/components/esp_common/src/esp_err.c:41

file: "../main/app_main.c" line 222 func: app_main expression: i2c_bus_init()

abort() was called at PC 0x4002b60b on core 0 0x4002b60b: _esp_error_check_failed at /home/kpraponpoj/esp/esp-idf/components/esp_common/src/esp_err.c:42

Backtrace:0x4002d73b:0x3ffd3ee0 0x4002dfc9:0x3ffd3f00 0x40034e4a:0x3ffd3f20 0x4002b60b:0x3ffd3f90 0x400880f7:0x3ffd3fb0 0x400fcc3f:0x3ffd3fd0 0x40030d19:0x3ffd3ff0 0x4002d73b: panic_abort at /home/kpraponpoj/esp/esp-idf/components/esp_system/panic.c:356

0x4002dfc9: esp_system_abort at /home/kpraponpoj/esp/esp-idf/components/esp_system/system_api.c:112

0x40034e4a: abort at /home/kpraponpoj/esp/esp-idf/components/newlib/abort.c:46

0x4002b60b: _esp_error_check_failed at /home/kpraponpoj/esp/esp-idf/components/esp_common/src/esp_err.c:42

0x400880f7: app_main at /home/kpraponpoj/esp/esp-dev-kits/esp32-s2-kaluga-1/examples/touch_audio/build/../main/app_main.c:222 (discriminator 1)

0x400fcc3f: main_task at /home/kpraponpoj/esp/esp-idf/components/freertos/port/port_common.c:133 (discriminator 2)

0x40030d19: vPortTaskWrapper at /home/kpraponpoj/esp/esp-idf/components/freertos/port/xtensa/port.c:168 `

Lzw655 commented 1 year ago

Sorry for not responding to your question in a timely manner! Since this problem has lost its time, I will close it after a week. If you still need to solve this problem, please leave a comment or open a new issue, thank you!