Hello
I have 2 devices ,a central and a peripheral on a custom nRF52840 board
Using Zephyr SDK 2.5.0
The distance between the devices is 10.9 meters.
When TX power on the peripheral is set to 0 the central receives packets with RSSI around -65 dBM
When the power on the peripheral is set to a negative value -4, -8, -20 and even -40 the RSSI received by the central does not change much - still hovers around -65
The function that sets the tx power is below. - taken from a Zephyr sample. The function succeeds
It is invoked as follows
set_tx_power(1,-8); where 1 is the advertising set handle
Any ideas why the RSSI is not affected even at very low TX?
Thank you
Andy
-------------------------------------------------------------------------