From c0f6e86b0f0c2bb8881540ea8f7b6a0706a168a9 Mon Sep 17 00:00:00 2001 From: Hasan Awais Date: Tue, 11 Jun 2024 15:24:25 +0000 Subject: [PATCH] uwb: update calibration for TTC failure Bug: 346412002 Change-Id: Ib92f3c808879892711a1eb3c26ff68a8a343f419 Signed-off-by: Hasan Awais --- uwb/calibration.conf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/uwb/calibration.conf b/uwb/calibration.conf index 15a5f2c..cbbd6f8 100644 --- a/uwb/calibration.conf +++ b/uwb/calibration.conf @@ -6,7 +6,7 @@ ant1.ch5.ant_delay=10:40:00:00 ant1.ch9.ant_delay=10:40:00:00 ant2.ch5.ant_delay=3D:40:00:00 -ant2.ch9.ant_delay=1F:40:00:00 +ant2.ch9.ant_delay=29:40:00:00 ant3.ch5.ant_delay=10:40:00:00 ant3.ch9.ant_delay=10:40:00:00 @@ -19,17 +19,17 @@ xtal_trim=0x30 dual_rx_auto.accum_period=0x00 # Increase TX power of 0.25 dB -# ant0.ch5.pa_gain_offset=0x00 -# ant0.ch9.pa_gain_offset=0x00 +# ant0.ch5.pa_gain_offset=0x01 +# ant0.ch9.pa_gain_offset=0x01 # Decrease TX power of -0.25 dB -# ant1.ch5.pa_gain_offset=0x00 -# ant1.ch9.pa_gain_offset=0x00 +# ant1.ch5.pa_gain_offset=0xFF +# ant1.ch9.pa_gain_offset=0xFF # Increase TX power of 0.25 dB -# ant2.ch5.pa_gain_offset=0x00 -# ant2.ch9.pa_gain_offset=0x00 +# ant2.ch5.pa_gain_offset=0x01 +# ant2.ch9.pa_gain_offset=0x01 # Decrease TX power of -0.25 dB -# ant3.ch5.pa_gain_offset=0x00 -# ant3.ch9.pa_gain_offset=0x00 +# ant3.ch5.pa_gain_offset=0xFF +# ant3.ch9.pa_gain_offset=0xFF \ No newline at end of file