This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Periodic Adv on nRF52833

Hello, 

I'm testing periodic advertising sample (sample/bluetooth/periodic_adv,with no changes to the code) on nRF Connect SDK 1.7.0, on BBC MICORBIT V2 that has a nRF52833 chip. 

The code returns an error at: "err = bt_le_per_adv_set_param(adv, BT_LE_PER_ADV_DEFAULT);", and it indicates that "

BT_FEAT_LE_EXT_PER_ADV(bt_dev.le.features)"

is not supported. Could you advice what is the root cause? Is it on the chip or some code configuration? 

Thanks a lot, 

Parents
  • Thanks so much. I think this is the same error I got when I pick nrf9160_nrf52840 and test on my nrf9160dk board - I know that the nrf52840 is not supported for this example though. 

  • Hey Libo, sorry about the delay!

    Could you advice what is the root cause? Is it on the chip or some code configuration? 
    liulibo said:
    I think this is the same error I got when I pick nrf9160_nrf52840 and test on my nrf9160dk board

    That is weird, the periodic_adv example should work on the BBC Microbit, as well as on the nrf9160_nrf52840. It does for me.

    liulibo said:
    I know that the nrf52840 is not supported for this example though. 

    What is giving you that impression?

    I assume you have built and flashed other samples to these boards successfully? Could you try checking the "Clean Build Directory" checkbox before opening the project?

    Best regards,

    Elfving

Reply
  • Hey Libo, sorry about the delay!

    Could you advice what is the root cause? Is it on the chip or some code configuration? 
    liulibo said:
    I think this is the same error I got when I pick nrf9160_nrf52840 and test on my nrf9160dk board

    That is weird, the periodic_adv example should work on the BBC Microbit, as well as on the nrf9160_nrf52840. It does for me.

    liulibo said:
    I know that the nrf52840 is not supported for this example though. 

    What is giving you that impression?

    I assume you have built and flashed other samples to these boards successfully? Could you try checking the "Clean Build Directory" checkbox before opening the project?

    Best regards,

    Elfving

Children
No Data
Related