nRF5 SDK is not maintained anymore
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Advertisement with LE Coded PHY

Hi,

I have recently been evaluating the nRF52840 for the research purpose. I came across a question related to this product that I could not figure it out myself. 

I noticed that when I use Coded PHY, the advertisement take places in uncoded 1M PHY. But this affects the range, as the advertisement is not in Coded PHY. 

I was reading the Bluetooth standards (version 5.1) and I found out that in section 4.4.2.4.4 of the standard, the advertisement is also possible using ADV_EXT_IND on the LE Coded PHY.

Now the question is, does nordic uses this feather? Can we have advertisements on LE Coded PHY in nRF52840?

Best regards,

Ben

Parents Reply
  • Hi Vidar,

    Thank you very much for the prompt reply. 

    However, I tried to use the CODED PHY for advertisement in ATT_MTU_Throuput example but I am not successful. 

    I changed the following line of codes:

    adv_params.primary_phy = BLE_GAP_PHY_1MBPS;
    adv_params.secondary_phy = BLE_GAP_PHY_1MBPS;

    adv_params.properties.type = BLE_GAP_ADV_TYPE_CONNECTABLE_SCANNABLE_UNDIRECTED;

    When I run it on the board, it does not throw an error but just simply stops!

    Do you know the reason?

    Br,

    Ben

Children
Related