Auracast test with the nRF5340 Audio Development Kit

Hi.

I'm evaluating the LE Audio Auracast using some nRF5340 Audio Development Kits.

I programmed a board as the source and a board as a target and I successfully played music on the speaker connected to the Line-out of the target board.

At this point I wanted to connect a wireless headphone based on a Qualcomm chipset so I tried to use my Samsung S24Ultra (Android 15) to link the Auracast transmission coming from the  nRF5340 source kit with the headphone. The problem is that my smartphon doesn't detect any Auracast stream on air. Actually the it doesn't detect any nRF5340.

Is it possible this use case?

Is there a guide to test the LE Audio Auracast features with standard sources an targets already available on the market?

Thanks

Giampiero  

Parents Reply
  • Hello, I've discussed the issue with out audio team. 

    This is a more general guide on how to use Samsung S24 as broadcast assistant to work with our broadcast source and sink. 

    1. Study material: 
      To know better about how Auracast works, we could take a look at
      https://www.bluetooth.com/bluetooth-resources/overview-of-auracast-broadcast-audio/
      https://www.bluetooth.com/wp-content/uploads/2025/01/Introduction-to-LE-Audio-2.0.pdf
    2. Setup the DKs
      1. Prepare at least two DKs, (three would be great, check the nrf5340 audio doc for setting the channel properly)
      2. Setup the broadcast source (broadcaster)
        Add following configs into prj.conf, and then build and program the broadcaster.
        CONFIG_TRANSPORT_BIS=y
        CONFIG_BT_AUDIO_PREF_SAMPLE_RATE_16KHZ=y
        CONFIG_BT_AUDIO_BITRATE_BROADCAST_SRC=32000
        CONFIG_BT_AUDIO_MAX_TRANSPORT_LATENCY_MS=10
        CONFIG_BT_AUDIO_PRESENTATION_DELAY_US=40000
        CONFIG_BT_DEVICE_NAME="16_2_1_broadcaster"
        CONFIG_BT_AUDIO_BROADCAST_NAME="16_2_1_broadcaster"
        This is using the mandatory support preset defined in BAP, could be a good start for testing with headset from other vendors.
        Once if it works, then we can move to higher quality preset
    3. Setup the broadcast sink (BIS headset)
      Add following configs into prj.conf, and then build and program the BIS headset.
      CONFIG_TRANSPORT_BIS=y
      CONFIG_BT_AUDIO_SCAN_DELEGATOR=y
    4. Setup the phone and then play the demo
      Caution: Since now the phone won't show LE audio device which without the ASCS UUID, but that is not mandatory for broadcast sink device. The workaround is to enable the "developer option" and "show unsupported Bluetooth LE devices in Bluetooth settings"
Children
Related