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

long range in nrf52840

Hi

I am using nrf52840 boards and by using the coexist program I am able to send and receive messages through mesh while using the ble services.

I followed the instruction in this post to achieve longer range and increased tx_power to 8 dbm.

I tested the program in an indoor environment  but the results weren't satisfying.

with 0dbm and RADIO_MODE_BLE_1MBIT the maximum distance in which the ACK response is received is 6meters.

but with 8dbm and long range modifications the maximum distance is18 meters. 

I know that the long range modification results are highly dependent on the test environment but the range increment is very low and I expected more change in the results.

is there any other way to achieve long range? or maybe any other changes that I should make?

any help is appreciated.

Parents Reply
  • thanks for the reply.

    I am using a modified version of coexistence example (ble_app_uart_coexist) in the mesh SDK but as you know in order to make the program work properly it has to be copied in the following path:

    NRF SDK/examples/ble_peripheral

    so to answer your question: I am using both.

    but I tried the patch in a simple server-client example which only uses mesh SDK and the results were the same. no big changes.

    best regards,

    Delaram

Children
Related