From 0f9cda80516e26e712c4589f2deabb18a0dec31c Mon Sep 17 00:00:00 2001 From: Hasan Awais Date: Tue, 11 Jun 2024 15:21:07 +0000 Subject: [PATCH] uwb: update calibrations for TTC failure Bug: 346412002 Change-Id: I71b991fb78cb264ed3c21ec89869cca8b3aa0c9a Signed-off-by: Hasan Awais --- caiman/uwb/calibration.conf | 24 ++++++++++++------------ komodo/uwb/calibration.conf | 22 +++++++++++----------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/caiman/uwb/calibration.conf b/caiman/uwb/calibration.conf index aedbc7ac..eca4f5aa 100644 --- a/caiman/uwb/calibration.conf +++ b/caiman/uwb/calibration.conf @@ -1,12 +1,12 @@ # common calibration file -ant0.ch5.ant_delay=31:40:00:00 -ant0.ch9.ant_delay=15:40:00:00 +ant0.ch5.ant_delay=37:40:00:00 +ant0.ch9.ant_delay=2F:40:00:00 ant1.ch5.ant_delay=10:40:00:00 ant1.ch9.ant_delay=10:40:00:00 -ant2.ch5.ant_delay=3F:40:00:00 -ant2.ch9.ant_delay=3B:40:00:00 +ant2.ch5.ant_delay=19:40:00:00 +ant2.ch9.ant_delay=4E: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 diff --git a/komodo/uwb/calibration.conf b/komodo/uwb/calibration.conf index a4a752f8..3aa0137a 100644 --- a/komodo/uwb/calibration.conf +++ b/komodo/uwb/calibration.conf @@ -1,12 +1,12 @@ # common calibration file -ant0.ch5.ant_delay=57:40:00:00 -ant0.ch9.ant_delay=4B:40:00:00 +ant0.ch5.ant_delay=3C:40:00:00 +ant0.ch9.ant_delay=46:40:00:00 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=4D:40:00:00 +ant2.ch9.ant_delay=48: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