throughout sample TX power

Hi

I am using 4 nrf52833 DK to see the relationship with RSSI and Dara rate. I have two running the nordic uart service and print out the RSSI, they are using TX=0. And another pair is running throughput sample to test datarate. I need to make sure the TX power for both pair is identical so that the RSSI of central uart could be the RSSI for throughput sample.

Could you please advice me whether throughput TX is 0. And whether my way to test is OK?

Parents
  • You did not mention which SDK you are using, assuming that you are using our nRF Connect SDK.

    You need to add CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL=y in your prj.conf 

    You would also need CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL=y.

    Just look at the SDK\zephyr\samples\bluetooth\hci_pwr_ctrl\src\main.c to see how it works.

    Could you please advice me whether throughput TX is 0. And whether my way to test is OK?

    Testing both test devices with TX power 0 is a good way to compare when there is another peer listening to the packets and then comparing RSSI. I cannot comment on the technical details of the experiment as I know very little technical details from your description.

Reply
  • You did not mention which SDK you are using, assuming that you are using our nRF Connect SDK.

    You need to add CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL=y in your prj.conf 

    You would also need CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL=y.

    Just look at the SDK\zephyr\samples\bluetooth\hci_pwr_ctrl\src\main.c to see how it works.

    Could you please advice me whether throughput TX is 0. And whether my way to test is OK?

    Testing both test devices with TX power 0 is a good way to compare when there is another peer listening to the packets and then comparing RSSI. I cannot comment on the technical details of the experiment as I know very little technical details from your description.

Children
Related