You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ets Jul 29 2019 12:21:46
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:7176
load:0x40078000,len:15564
ho 0 tail 12 room 4
load:0x40080400,len:4
--- 0x40080400: _init at ??:?
load:0x40080404,len:3904
entry 0x40080640
I (31) boot: ESP-IDF c8fc5f64-dirty 2nd stage bootloader
I (31) boot: compile time Dec 24 2024 20:01:10
I (31) boot: Multicore bootloader
I (36) boot: chip revision: v3.1
I (40) boot.esp32: SPI Speed : 40MHz
I (45) boot.esp32: SPI Mode : DIO
I (49) boot.esp32: SPI Flash Size : 4MB
I (54) boot: Enabling RNG early entropy source...
I (59) boot: Partition Table:
I (63) boot: ## Label Usage Type ST Offset Length
I (70) boot: 0 nvs WiFi data 01 02 00009000 00006000
I (77) boot: 1 phy_init RF data 01 01 0000f000 00001000
I (85) boot: 2 factory factory app 00 00 00010000 00300000
I (92) boot: End of partition table
I (97) esp_image: segment 0: paddr=00010020 vaddr=3f400020 size=31d38h (204088) map
I (175) esp_image: segment 1: paddr=00041d60 vaddr=3ffbdb60 size=04ca4h ( 19620) load
I (182) esp_image: segment 2: paddr=00046a0c vaddr=40080000 size=0960ch ( 38412) load
I (198) esp_image: segment 3: paddr=00050020 vaddr=400d0020 size=bb420h (767008) map
I (461) esp_image: segment 4: paddr=0010b448 vaddr=4008960c size=11620h ( 71200) load
I (502) boot: Loaded app from partition at offset 0x10000
I (502) boot: Disabling RNG early entropy source...
I (515) cpu_start: Multicore app
I (523) cpu_start: Pro cpu start user code
I (523) cpu_start: cpu freq: 160000000 Hz
I (523) app_init: Application information:
I (526) app_init: Project name: bt_sink_demo
I (531) app_init: App version: 94a59cc2-dirty
I (537) app_init: Compile time: Dec 24 2024 20:43:05
I (543) app_init: ELF file SHA256: d8acfe86e...
I (548) app_init: ESP-IDF: c8fc5f64-dirty
I (553) efuse_init: Min chip rev: v0.0
I (558) efuse_init: Max chip rev: v3.99
I (563) efuse_init: Chip rev: v3.1
I (568) heap_init: Initializing. RAM available for dynamic allocation:
I (575) heap_init: At 3FFAFF10 len 000000F0 (0 KiB): DRAM
I (581) heap_init: At 3FFB6388 len 00001C78 (7 KiB): DRAM
I (587) heap_init: At 3FFB9A20 len 00004108 (16 KiB): DRAM
I (593) heap_init: At 3FFCC628 len 000139D8 (78 KiB): DRAM
I (600) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
I (606) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
I (612) heap_init: At 4009AC2C len 000053D4 (20 KiB): IRAM
I (620) spi_flash: detected chip: generic
I (623) spi_flash: flash io: dio
I (639) coexist: coex firmware version: 4482466
I (640) main_task: Started on CPU0
I (640) main_task: Calling app_main()
I (650) BLUETOOTH_EXAMPLE: [ 1 ] Init Bluetooth
I (650) BTDM_INIT: BT controller compile version [b022216]
I (650) BTDM_INIT: Bluetooth MAC: ac:15:18:e9:25:1a
I (660) phy_init: phy_version 4830,54550f7,Jun 20 2024,14:22:08
I (1340) BLUETOOTH_EXAMPLE: [ 2 ] Start codec chip
W (1340) i2c_bus_v2: I2C master handle is NULL, will create new one
D (1350) i2c.common: new bus(0) at 0x3ffd4770
W (1350) i2c.master: Please check pull-up resistances whether be connected properly. Otherwise unexpected behavior would happen. For more detailed information, please read docs
I (1360) gpio: GPIO[22]| InputEn: 1| OutputEn: 1| OpenDrain: 1| Pullup: 0| Pulldown: 0| Intr:0
I (1370) gpio: GPIO[23]| InputEn: 1| OutputEn: 1| OpenDrain: 1| Pullup: 0| Pulldown: 0| Intr:0
D (1380) i2c.common: bus clock source frequency: 80000000hz
I (1400) gpio: GPIO[0]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (1400) ES8388_DRIVER: init,out:00, in:00
I (1410) AUDIO_HAL: Codec mode is 2, Ctrl:1
I (1410) BLUETOOTH_EXAMPLE: [ 3 ] Create audio pipeline for playback
I (1420) BLUETOOTH_EXAMPLE: [4] Create i2s stream to write data to codec chip
D (1420) i2s_common: tx channel is registered on I2S0 successfully
D (1430) i2s_common: DMA malloc info: dma_desc_num = 3, dma_desc_buf_size = dma_frame_num * slot_num * data_bit_width = 1248
D (1440) i2s_std: Clock division info: [sclk] 160000000 Hz [mdiv] 14 [mclk] 11289600 Hz [bdiv] 8 [bclk] 1411200 Hz
D (1450) i2s_common: MCLK is pinned to GPIO3 on I2S0
D (1460) i2s_std: The tx channel on I2S0 has been initialized to STD mode successfully
D (1460) i2s_common: i2s tx channel enabled
E (1470) i2c.master: I2C hardware NACK detected
E (1470) i2c.master: I2C transaction unexpected nack detected
E (1480) i2c.master: s_i2c_synchronous_transaction(872): I2C transaction failed
I (1490) gpio: GPIO[22]| InputEn: 1| OutputEn: 1| OpenDrain: 1| Pullup: 0| Pulldown: 0| Intr:0
I (1500) gpio: GPIO[23]| InputEn: 1| OutputEn: 1| OpenDrain: 1| Pullup: 0| Pulldown: 0| Intr:0
E (1510) i2c.master: i2c_master_transmit(1074): I2C transaction failed
E (1510) i2c.master: I2C hardware NACK detected
E (1520) i2c.master: I2C transaction unexpected nack detected
E (1520) i2c.master: s_i2c_synchronous_transaction(872): I2C transaction failed
I (1530) gpio: GPIO[22]| InputEn: 1| OutputEn: 1| OpenDrain: 1| Pullup: 0| Pulldown: 0| Intr:0
I (1540) gpio: GPIO[23]| InputEn: 1| OutputEn: 1| OpenDrain: 1| Pullup: 0| Pulldown: 0| Intr:0
E (1550) i2c.master: i2c_master_transmit(1074): I2C transaction failed
I (1560) BLUETOOTH_EXAMPLE: [4.1] Get Bluetooth stream
W (1570) BT_BTC: A2DP Enable with AVRC
I (1580) A2DP_STREAM: Unhandled A2DP event: 4
W (1580) AUDIO_THREAD: Make sure selected the 'CONFIG_SPIRAM_BOOT_INIT' and 'CONFIG_SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY' by 'make menuconfig'
I (1590) AUDIO_THREAD: The audio_a2dp_stream_thread task allocate stack on internal memory
I (1600) BLUETOOTH_EXAMPLE: [4.2] Register all elements to audio pipeline
I (1610) BLUETOOTH_EXAMPLE: [4.3] Link it together [Bluetooth]-->bt_stream_reader-->i2s_stream_writer-->[codec_chip]
I (1620) AUDIO_PIPELINE: link el->rb, el:0x3ffd6244, tag:bt, rb:0x3ffd7060
I (1630) BLUETOOTH_EXAMPLE: [ 5 ] Initialize peripherals
I (1630) BLUETOOTH_EXAMPLE: [5.1] Create Bluetooth peripheral
I (1640) BLUETOOTH_EXAMPLE: [5.2] Start all peripherals
I (1640) AUDIO_THREAD: The esp_periph task allocate stack on internal memory
I (1650) BLUETOOTH_EXAMPLE: [ 6 ] Set up event listener
I (1660) BLUETOOTH_EXAMPLE: [6.1] Listening event from all elements of pipeline
I (1670) BLUETOOTH_EXAMPLE: [ 7 ] Start audio_pipeline
I (1670) AUDIO_ELEMENT: [bt-0x3ffd6244] Element task created
I (1680) AUDIO_THREAD: The i2s task allocate stack on internal memory
I (1690) AUDIO_ELEMENT: [i2s-0x3ffd4e08] Element task created
I (1690) AUDIO_PIPELINE: Func:audio_pipeline_run, Line:359, MEM Total:139732 Bytes
I (1700) AUDIO_ELEMENT: [i2s] AEL_MSG_CMD_RESUME,state:1
I (1710) AUDIO_PIPELINE: Pipeline started
I (1710) BLUETOOTH_EXAMPLE: [ 8 ] Listen for all pipeline events
Using an IDE?: Yes - VS Code without IDF extension
Power supply: USB
Problem Description
I am trying to use the A2DP Sink example from player examples on an ESP32-WROOM-32D with ES8388 breakout board, using a custom board setup in ADF. While everything works fine without changing the volume after the I2S stream is initialized, trying to change the volume or in fact trying to send any I2C command to the codec results in a hardware NACK. Before initializing the I2S stream, everything works fine with I2C communication and configuration (the NACKs in the running log are from me trying to change the volume with audio_hal_set_volume() in app_main). I have tried multiple solutions found around the internet, like changing the I2C/I2S port or adding external pull-up resistors, but nothing seems to work. Even though the NACKs come from setting the volume, I have tried to read the codec's volume for example from its registers and this produces NACKs as well.
Expected Behavior
Being able to set/read any register with I2C commands while I2S stream is running.
Actual Behavior
Getting HW NACKs for any I2C command after the initialization of the I2S stream.
Steps to Reproduce
Use ESP32-WROOM-32D with ES8388
Try to change the volume after the device is connected through BT or try to change the volume in the code
Code to Reproduce This Issue
The code is the one from the example, the code can be found on my fork, the modifications for my setup can be found in the HEAD commit.
[ * ] elf file in the build folder (Note this may contain all the code details and symbols of your project.) bt_sink_demo.zip
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
I2C fails with hw NACK on ES8388 while I2S stream is running
I2C fails with hw NACK on ES8388 while I2S stream is running (AUD-5942)
Dec 24, 2024
Environment
Problem Description
I am trying to use the A2DP Sink example from
player
examples on an ESP32-WROOM-32D with ES8388 breakout board, using a custom board setup in ADF. While everything works fine without changing the volume after the I2S stream is initialized, trying to change the volume or in fact trying to send any I2C command to the codec results in a hardware NACK. Before initializing the I2S stream, everything works fine with I2C communication and configuration (the NACKs in the running log are from me trying to change the volume withaudio_hal_set_volume()
inapp_main
). I have tried multiple solutions found around the internet, like changing the I2C/I2S port or adding external pull-up resistors, but nothing seems to work. Even though the NACKs come from setting the volume, I have tried to read the codec's volume for example from its registers and this produces NACKs as well.Expected Behavior
Being able to set/read any register with I2C commands while I2S stream is running.
Actual Behavior
Getting HW NACKs for any I2C command after the initialization of the I2S stream.
Steps to Reproduce
Code to Reproduce This Issue
The code is the one from the example, the code can be found on my fork, the modifications for my setup can be found in the HEAD commit.
Debug Logs
The logs can be found in the running log section.
Other Items If Possible
[ * ] sdkconfig
sdkconfig.zip
[ * ] elf file in the
build
folder (Note this may contain all the code details and symbols of your project.)bt_sink_demo.zip
The text was updated successfully, but these errors were encountered: