I tried to get the i2s_es8311 example to run on ESP32-S3-LCD-EV-Board. Unfortunately this does not work and I get the following error in the monitor:
Code: Select all
I (287) i2s_es8311: i2s driver init success
E (297) ES8311: es8311_init(329): I2C read/write error
ESP_ERROR_CHECK failed: esp_err_t 0xffffffff (ESP_FAIL) at 0x42006aa7
--- 0x42006aa7: es8311_codec_init at /Users/***/ESP32/i2s_es8311/main/i2s_es8311_example.c:60 (discriminator 1)
file: "./main/i2s_es8311_example.c" line 60
func: es8311_codec_init
expression: es8311_init(es_handle, &es_clk, ES8311_RESOLUTION_16, ES8311_RESOLUTION_16)
abort() was called at PC 0x4037aeb3 on core 0
--- 0x4037aeb3: _esp_error_check_failed at /Users/***/esp/v5.4/esp-idf/components/esp_system/esp_err.c:49
Thanks!