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

regarding the distance for the bluetooth range for scan and advertisement for nrf52840

Hi Nordic,

I am using the two nrf52840 units to test adv and scanning in a pair for the development. I am using BLE_GAP_PHY_CODED for both scan and advertisement. But when I test it, seems the package lost get very high when distance is longer than 70 meters. Any way to improve it? Also, is it possible to use the antenna signal amplifer for improve the receiving and advertisement distance?

Parents
  • Hi

    I'm sorry, but why exactly are you only advertising on channel 37? 

    There are a few parameters you're missing in order to advertise on the Coded PHY correctly. First off, set the init.advdata.flags is set to BLE_GAP_ADV_FLAGS_LE_ONLY_GENERAL_DISC_MODE in the advertising module.

    You can check out the example uploaded by Vidar in this case which should have a peripheral and central example that advertises and connects using the Nordic UART service over Coded PHY.

    Best regards,

    Simon

Reply
  • Hi

    I'm sorry, but why exactly are you only advertising on channel 37? 

    There are a few parameters you're missing in order to advertise on the Coded PHY correctly. First off, set the init.advdata.flags is set to BLE_GAP_ADV_FLAGS_LE_ONLY_GENERAL_DISC_MODE in the advertising module.

    You can check out the example uploaded by Vidar in this case which should have a peripheral and central example that advertises and connects using the Nordic UART service over Coded PHY.

    Best regards,

    Simon

Children
Related