LE Audio interoperability with non-Nordic device (nRF5340 Audio DK and Airoha AB156x)

Hi,

based on the nRF5340 Audio DK (nRF5340_AUDIO example: gateway, BIS) we send an LE Audio Stream.

As transceiver we use an Airoha AB156x based speaker:
SoC name    : ab156x_evb
SDK version : IoT_SDK_for_BT_Audio_V5.1.0.AB156x

The speaker is able to scan and select the stream but does not play.
I can play the stream wirh an nRF4340 headset or an Ellisys Bluetooth tracker, so I guess the stream is specification conform.
And the other way round the speaker can play a stream sent by a JBL Go 4.
So it seems to be an interoperability issue betwen the nRF and the Airoha setup.

Does anyone have experiences with interoperability with this setup?
Maybe there are config options modifying the transmitter to get the setup working.

I already tried to set:
CONFIG_BT_AUDIO_PRESENTATION_DELAY_US=40000
without success.

Best regards,
Tobias

  • Hi Tobias

    Have you tried the nRF Auraconfig tool? https://github.com/nrfconnect/sdk-nrf/tree/main/samples/bluetooth/nrf_auraconfig

    You can adjust different broadcast parameters in the nRF Auraconfig tool to at least figure out what's not working.

    Regards,
    Amanda H.

  • Hi Amanda,

    yes I tried the nRF Auraconfig tool as well.
    I tried to set the parameter to the same values as the JBL Go 4 stream:

    uart:~$ nac show
    BIG 0:
            Streaming: true
            Advertising name: NRF5340_BROADCASTER
            Broadcast name: NRF5340_BROADCASTER
            Broadcast ID (random): 0x177aa
            Packing: interleaved
            Encryption: false
            Broadcast code: Auratest
            Subgroup 0:
                    Preset: Custom
                            PHY: 2M
                            Framing: unframed
                            RTN: 4
                            SDU size: 100
                            Max Transport Latency: 65 ms
                            Frame Interval: 10000 us
                            Presentation Delay: 40000 us
                    Sampling rate: 48000 Hz
                    Bit rate: 80000 bps
                    Frame duration: 10000 us
                    Octets per frame: 100
                    Language: not_set
                    Context(s):
                            Media
                    Immediate rendering flag: not set
                    Number of BIS: 2
                    Location:
                            BIS 0: Front left
                            BIS 1: Front right
                    Files:
                            BIS 0: nRF_Aura_Config_Audio_Files/10ms/48000hz/80_kbps/left-channel_48kHz_left_80kbps_10ms.lc3 (looping)
                            BIS 1: nRF_Aura_Config_Audio_Files/10ms/48000hz/80_kbps/right-channel_48kHz_left_80kbps_10ms.lc3 (looping)
    uart:~$

    Regarding differeces to the JBL Go 4 stream there are 2 parameters:

    • ISO Interval: 20 ms
    • BN: 2



    With the Auraconfig tool I could not set these parameter to the same value.
    Is it possible to modify these parameters?


    Best regards,
    Tobias

  • These are set by the controller. The application can try to influence these, but does not have direct control over them. 

  • Ok, I could manage to set ISO interval = 20 ms and BN = 2.
    The stream still does not work.

    Meanwhile I tested a 3rd transmitter (UGREEN-BT701-Source).
    This transmitter is also working with the Airoha chipset.

    I tried to compare the config.
    I see a difference regarding the Advertising Address, nRF5340 send this in the primary advertising packet and the two others in secondary.

    I tried to configure sending AdvA in the Secondary packet, but it seems to be controlled by the stack.
    Do we have any options?


    Best regards,
    Tobias

Related