Hi,
I have extended the rx_diagnostics.c
application in ex_02c_rx_diagnostics
for RSSI measurements.
I added the following
dwt_readdiagnostics_acc(&rx_cir_diag, DWT_ACC_IDX_IP_M);
dwt_calculate_first_path_power(&rx_cir_diag, DWT_ACC_IDX_IP_M, rssi_ptr);
However, the values calculated (rssi_ptr
) are strange. I see values in the range of -14734
, to -14508
for a distance of 60CM.
Am I doing something wrong here? Is there some configuration missing?