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
Try this 7217.nrf5340_audio.7z for NCS v2.9.0.
I have tested it can build with "west build -b nrf5340_audio_dk_nrf5340_cpuapp --pristine -- -DCONFIG_AUDIO_DEV=2" without issue.
Used the provided ZIP file and there are no build errors. However, the NRF5340 Audio board's LED is still red.
I am able to scan the board in the nRF Connect app as 'NRF5340_AUDIO_CLIENT', but I am not able to bond with it because it asks for a PIN during pairing.
Not sure how you build and flash the image. I run the following commands:
west build -b nrf5340_audio_dk_nrf5340_cpuapp --pristine -- -DCONFIG_AUDIO_DEV=2 west flash --recover
Could you try to build with sysbuild (--sysbuild) and provide the device log?
Using west flash --recover command able to see green LED
Able to see NRF5340_BROADCASTER advertisement as broadcast source. when Used samsung galaxy Zflip5 as assistant which is connected to Samsung galaxy buds2 pro, able to scan and connect to NRF5340_BROADCASTER but not able to hear audio.
Able to see NRF5340_BROADCASTER advertisement as broadcast source. when Used samsung galaxy Zflip5 as assistant which is connected to Samsung galaxy buds2 pro, able to scan and connect to NRF5340_BROADCASTER but not able to hear audio.
Able to configure broadcast source and sink and sync with the audio. thanks for the support.