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

Communication range between 2 BLE mesh devices

Hi,

Greetings!

We are using following setup

nRF52832 DK

SDK16.0.0

Mesh SDK 4.0.0

Light Switch Server and Client

Here we would like to understand below things

1. Relation between transmission power and communication distance between 2 devices.

If we have to increase communication distance/range then how can we do that?

2. We have observed that on setting 0DBM and POS4DBM 'tx_power' in "set_default_broadcast_configuration()" there is no significant change in distance.

Can you please help us in the same?

3. What else can we do in software configuration to improve range/distance?

Thanks in advance.

Regards,

Dinesh

Parents Reply
  • I'm sorry that I have suggested set_default_broadcast_configuration() before. You should use mesh_opt_core_tx_power_set() instead. 
    It's hard to tell about the actual range you will gain. With +4dB you are over double the output power and can expect 50% increased in range, by theory. But in reality there are many factors can affect that, especially when you testing indoor. It's important that you test it on a proper tuned antenna board, for example our NRF5 DK.  

Children
  • HI Hung,

    Don't be sorry.

    Please note that we are just beginners and trying to learn Bluetooth mesh.

    In these all processes, you and team Nordic have helped us at so many points to resolve lot more issues.

    Thank you so much for the same. We have not experienced such fast response before with other vendors.

    We will have trials with your new suggestions and that too outdoors with NRF5 DK and with custom devices too.

    Thank you so much for your kind help.

    Regards,

    Dinesh

Related