Modify Tx Power in DTM mode via UART

Hi:

i use the application note nA34's python file (dtm.py) to perform DTM PER test among 2 nRf52840 DK.

and in the LE_Test_Setup command ( the only set command which upper tester can send to DUT for setting some parameters),

control bit 0x09 & parameters ( 8bits) can be used to set transmitter to the specified or nearest transmit power level: -127 to 20 dBm.

Question 1:

is it ok to set nRF52840's Tx power to this range -127~+20dBm? ( i am trying to find the Rx sensitivity, so i have to adjust the. tx power)

Question 2:

and how to read the receiver Rx power  by The UART command?

i didn't use the dtm.c to perform this test because i am not familiar with C, but i think they're doing the same thing?

thank you!!!

Related