Beware that this post is related to an SDK in maintenance mode
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

nrf52833 beacon messages

Hi All!

Hope you all are doing well ! . I am new to nrf52833. My requirement is test the range test with CODED PHY @125kbps /S=8 .

For this i tested the example "ble_app_att_mtu_throughput". It worked fine!  . Now i want to send beacon messages from the

"1st NRF52833" and receive those beacons to another "2nd NRF52833" without point to point connectivity using "coded phy".

Can any one help me in this regard ? Thanks in advance .

Parents
  • Hi

    We don't have any example projects doing this by default, but you can check out these modified ble_app_uart examples for peripheral and central, that does advertising and scanning over the Coded PHY. You can use these examples as templates to see how the advertising and scanning should be configured though.

    Additionally, please also make sure that the init.advdata.flags is set to BLE_GAP_ADV_FLAGS_LE_ONLY_GENERAL_DISC_MODE as I think that's missing from the peripheral if memory serves correctly.

    You can also check out this case, where myself and a customer discuss the necessary central and peripheral settings for using Coded PHY as well.

    Best regards,

    Simon

    6724.Long_range_15.2.zip

Reply
  • Hi

    We don't have any example projects doing this by default, but you can check out these modified ble_app_uart examples for peripheral and central, that does advertising and scanning over the Coded PHY. You can use these examples as templates to see how the advertising and scanning should be configured though.

    Additionally, please also make sure that the init.advdata.flags is set to BLE_GAP_ADV_FLAGS_LE_ONLY_GENERAL_DISC_MODE as I think that's missing from the peripheral if memory serves correctly.

    You can also check out this case, where myself and a customer discuss the necessary central and peripheral settings for using Coded PHY as well.

    Best regards,

    Simon

    6724.Long_range_15.2.zip

Children
Related