Unable to run the example Bluetooth Periodic Advertising with Response on nRF5340 board using NCS 2.7.0

Hi Team,

I have nRF5340 DK board and I want to test the Bluetooth Periodic Advertising with Response and Bluetooth Periodic Advertising with Responses Synchronization examples.

But I see from the "sample.yml" files that it is only supported for nRF52840 board. How can I make these example to run on nRF5340 DK board.

I see that nRF5340 chip supports BLE 5.4 and these examples are also introduced from the same BLE version.

Examples:

v2.7.0\zephyr\samples\bluetooth\periodic_sync_rsp

v2.7.0\zephyr\samples\bluetooth\periodic_adv_rsp

It is important for our project to experiment these features on the nRF5340 chip. Please let me know how can I get them to work on our chip?

Parents Reply
  • Hi Amanda,

    I tried having the following configuration in ipc_radio.conf file.

    CONFIG_BT_EXT_ADV=y
    CONFIG_BT_PER_ADV=y
    CONFIG_BT_PER_ADV_SYNC_TRANSFER_SENDER=y
    CONFIG_BT_PER_ADV_RSP=y
    I have received the following error:
    PAST subscribe failed (err -134)\n
    Then I have replaced the following configurations:
    CONFIG_BT_EXT_ADV=y
    CONFIG_BT_PER_ADV=y
    CONFIG_BT_PER_ADV_SYNC_TRANSFER_SENDER=y
    CONFIG_BT_PER_ADV_SYNC_TRANSFER_RECEIVER=y
    CONFIG_BT_PER_ADV_RSP=y
    CONFIG_BT_PER_ADV_SYNC_RSP=y
    CONFIG_BT_PER_ADV_SYNC=y


    Now I pass the PAST subscribe error but failed at advertisements:


    Advertising failed to start (err -13)

    Could you please help me?

Children
Related