nRF3530 Audio DK [GATEWAY][UNICAST_CLIENT] -- Unable to stream audio to earbud from the DK .

Hi Team, 

I have 1 nRF5340 Audio DK. With the steps mentioned in below links, I configured Json file to Gateway and I'm able to achieve it. (https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.4.2/nrf/applications/nrf5340_audio/README.html#building-and-programming-using-script)

Setup Details :
Gateway - nRF5340 Audio DK
Headset - Sony WF-1000XM5.
SDK Version : nRF Connect SDK v2.6.0
Application: nrf5340_audio.

Procedure: 
Step 1: Building is done with nrf5340_audio with below configurations. 
Step 2: Flashed board with application and then performed reset.
Step 3: Connected to earbuds.
Step 4: Streaming is stared from the laptop.
<NO AUDIO IS OBSERVED FROM THE EARBUDS>

Also, I observed below warning messages :
1.  <wrn> unicast_client: No more space. Increase CODEC_CAPAB_COUNT_MAX is observed after connecting with Earbuds. (nrf5340_audio/src/bluetooth/unicast/unicast_client.c - line 671)
2.  <wrn> unicast_client: More than one sink endpoint found, idx 0 is used by default is observed after successful connection. (nrf5340_audio/src/bluetooth/unicast/unicast_client.c - line 689)

In prj.conf, added following configurations. (These configuration are referred from previously answered questions)

CONFIG_AUDIO_DEV=2
CONFIG_TRANSPORT_CIS=y
CONFIG_BT_OBSERVER=y
CONFIG_BT_DEVICE_NAME="WF-1000XM5"
CONFIG_BT_VCP_VOL_REND=y
CONFIG_BT_CSIP_SET_MEMBER=y
CONFIG_BT_MCC=y
CONFIG_TRANSPORT_BIS=n
CONFIG_AUDIO_SOURCE_USB=n
CONFIG_AUDIO_SOURCE_I2S=y
CONFIG_BT_LOG_SNIFFER_INFO=y
CONFIG_STREAM_BIDIRECTIONAL=y

How to stream the Audio from DK to earbuds ? Please help here.

I am new to this, please correct me if I made any mistakes while configuring the application.

Thanks a lot Slight smile !!!

Related