Hi,
In this topic, i was asking about how to increase range in mesh networks. I did some outdoors tests (clear field), changing power (-40, +4, +8 dBm) and mode (1MB and Long Range). Here are my results using light switch example:
nRF52832 / 1MB / +4dBm : ~420 m
nRF52840 / 1MB / +8dBm : ~420 m nRF52840 / 1MB / -40dBm : ~1.3 m
nRF52840 / LR / +8dBm : ~422 m nRF52840 / LR / -40dBm : ~1.5 m
It seems that my implementation of the "+8dBm" (which is not defined in Nordic mesh examples) is not correct since i got the same range. I just added a line in the typedef enum "radio_tx_power_t" in radio_config.h. Do i have to do something more to make it work ? What did i miss ?
Then, about Long Range, i followed all the steps defined in this thread and the increase in range is really small (about 2 meters out of 420m in +8dBm and 0,20m at -40dBm).
Could we not expect better results with long range ? Would the difference be greater in indoors environment (I will test this soon, but I think I am missing something when I see my results...).