Attached error log snippet for the reference.
Attached error log snippet for the reference.
Hi,
Is this the nRF5340 Audio DK or is it you custom audio board?
Do you get issues with a later SDK version, say, v2.7.0 or 2.9.0?
Regards,
Priyanka
SDK version v2.5.0
SDK version v2.5.0
Hi,
Priyanka said:Is this the nRF5340 Audio DK or is it you custom audio board?
Which board?
Priyanka said:Do you get issues with a later SDK version, say, v2.7.0 or 2.9.0?
Please update these too.
it is nRF5340 Audio DK
updated SDK version to 2.9.0 and not able to get nrf into scan. configured CONFIG_TRANSPORT_BIS=y in the prj.conf file. want use nrf connect as broadcast sink.
Hi,
I tried to reproduce your issue but could not. I tried building the nRF5340 audio application for the Broadcast sink, as mentioned here:
But before building I set the CONFIG_TRANSPORT_BIS=y in the prj.conf file.
Did you follow the building process as per the link that I mentioned ? i.e. since you need to build using the command line using:
west build -b nrf5340_audio_dk_nrf5340_cpuapp --pristine -- -DCONFIG_AUDIO_DEV=1
if you are building for headset device, and using:
west build -b nrf5340_audio_dk_nrf5340_cpuapp --pristine -- -DCONFIG_AUDIO_DEV=2
if you are building for a gateway device.
I tried with the v2.6.0. Could you try if you are able to build with this?
-Priyanka
Can you please provide steps with the v2.9.0?