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

How to achieve long range?

Dear nordic,

I want to add long range in my application and also i want to set maximum power 

i used sdk 15 and example ble central and peripheral(relay)

Where i set to coded phy and maximum power ?

I need some help to achieve long range and setting maximum power to nrf52840

Parents Reply
  • Hi 

    Did you check the example code on the blogpost i linked in the previous reply? I suggest that you compare your code with the example code from the guide so that you can see what's missing. In the mtu_throughput example you should change the tx_phys , rx_phys, scan_phys to BLE_GAP_PHY_CODED to achieve long range in advertising and scanning. But again, all of this is done in the example code.

    Jared 

Children
Related