nRF5340 Audio DK: Audio Loosing sync both with I2S and U

Hi All,

       I have been using nRF5340 DK audio with toolchain Version 2.5.2 and using the Audio Demo (nrf5340_audio_dk_nrf5340_cpuapp_common) for gateway and headset (Broadcast source and Sink). I have not changed anything and used script to build and flash the binaries.

  • The source and sink is able to manage sync only for ~10s in I2S case (Audio in at Source using I2S). 
  • The source and sink is able to manage sync for ~ 1s in USB case.

This means audio plays for 10s/1s and then the sink is unable to get the audio afterwards.

As it is experimental SDK any suggestion to improve it or am I missing any configuration.

Regards

Sainath

Parents Reply
  • Hi Sainath,

    Thank you for your patience.

    When building the nRF5340 Audio application after adding 

    CONFIG_TRANSPORT_BIS=y
    CONFIG_BT_BAP_BROADCAST_48_4_2=y

    to my prj.conf and using the buildprog.py script to build and flash two nRF5340 Audio DKs with 

    python <path_to_ncs-main>\nrf\applications\nrf5340_audio\tools\buildprog\buildprog.py -c both -d both -b debug -p -f
    
    
    
     the application behaves as expected.

    Nambiar said:
    is there a way to store the audio received in SD card or use USB as the audio out or some other mechanism to reduce noise on the Audio jack. 

    The supported features for the nRF5340 Audio application are listed in nRF5340 Audio feature support and QDIDs. Output is only supported with I2S.

    Nambiar said:
    Also while recording the Sink through I2S , a lot of environment noise creeps in

    I don't understand what you mean here. Please explain or elaborate what functionality you want.

    Best regards,

    Maria

Children
No Data
Related