There is a problem sending auracast

I use nRF5340 audio DK,iso_time_sync example, can successfully send BIS data, then I use DK as controller, bumble(google.github.io/.../index.html) as host and it fails to send.

 I don't understand what went wrong. Can you give me some advice?

Here is the entire log

Fullscreen
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parents
  • Hi, 

    Which NCS version are you using? Could you try the latest version, v3.0.1?

    Regards,
    Amanda H.

  • I used the hci uart in v3.0.2, but still got the same error

    Fullscreen
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    Play this audio clip

  • Hi!

    chelalv said:
    No, I build hci_uart sample for board nrf5340_audio_dk/nrf5340/cpuapp.

    Could you try nrf5340_audio_dk/nrf5340/cpunet ?

  • Hi, the configuration is:

    After compilation:

    After flashing, VCOM0 COM18:

    I have previously flashed the iso_time_sync example,

    Using the bumble test, there are these logs, and there are no logs later.

    Fullscreen
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    I think the HCI communication is unsuccessful.

  • Hi,

    Try flashing the https://github.com/nrfconnect/sdk-nrf/tree/main/samples/nrf5340/empty_app_core to the app core, and the hci_uart to the network core.

  • build error:zephyr/drivers/regulator/libdrivers__regulator.a(regulator_npm1100.c.obj):(.rodata.config_0+0x0): undefined reference to `__device_dts_ord_8

    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

  • I selected the target board as nrf5340dk/nrf5340/cpuapp and it compiled successfully and flashed it in, but I think it can't run properly on the nrf5340 audio DK.

    I used bumble to test HCI_RESET_COMMAND and it didn't respond

Reply
  • I selected the target board as nrf5340dk/nrf5340/cpuapp and it compiled successfully and flashed it in, but I think it can't run properly on the nrf5340 audio DK.

    I used bumble to test HCI_RESET_COMMAND and it didn't respond

Children
  • I use nRF5340 audio DK,iso_time_sync example, can successfully send BIS data, then I use DK as controller, bumble

    Is this your setup still?

    Something like this:

    PC-> Bumble -> nRF5340-DK   <wireless-link>    nRF5340 AUDIO DK.

  •  I use Nrf5340 audio DK as controller, bumble(google.github.io/.../index.html) as host and it fails to send.

    PC-> Bumble -> nRF5340 audio DK, 

    I haven't used the nrf5340 DK, sorry for confusing you.