Skip to content

Commit 8e688bb

Browse files
authored
ozr_5x.txt tune - added ICM option as requested by author (#518)
1 parent 0eb1cac commit 8e688bb

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

presets/4.5/tune/ozr_5x.txt

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
#$ STATUS: EXPERIMENTAL
55
#$ KEYWORDS: ozr, dindrones, 6s, 5 inch, 5", racing, 5in, din
66
#$ AUTHOR: Benjamin Freelove
7+
#$ FORCE_OPTIONS_REVIEW: TRUE
78

89
#$ PARSER: MARKED
910

1011
#$ DESCRIPTION: <h1>DinDrones OZR-5X tune</h1>
1112
#$ DESCRIPTION: <br>
1213
#$ DESCRIPTION: This 6S racing tune is based on Karate Race 6s 5" (non spicy) by sugarK with very minor changes.
1314
#$ DESCRIPTION: <br>
14-
#$ DESCRIPTION: Tested on DinDrones OZR-5X frame with Foxeer F722 v4 MPU6000 flight controller and default ESC settings.
15+
#$ DESCRIPTION: Tested on DinDrones OZR-5X frame with MPU6000 and ICM42688 flight controllers, and default ESC settings.
1516
#$ DESCRIPTION: <br>
1617
#$ DESCRIPTION:
1718
#$ DESCRIPTION: ## Things to note:
@@ -43,6 +44,16 @@ set dyn_notch_max_hz = 650
4344
# -- Dterm filtering --
4445
set dterm_lpf1_dyn_expo = 7
4546

47+
#$ OPTION_GROUP BEGIN: (EXCLUSIVE) Gyro type
48+
#$ OPTION BEGIN (CHECKED): MPU6000
49+
# empty on purpose, only ICM needs corrections
50+
#$ OPTION END
51+
#$ OPTION BEGIN (UNCHECKED): ICM42688
52+
set gyro_lpf2_static_hz = 0
53+
set simplified_dterm_filter_multiplier = 110
54+
#$ OPTION END
55+
#$ OPTION_GROUP END
56+
4657
# -- RPM filtering --
4758
set dshot_bidir = ON
4859
set rpm_filter_weights = 100,50,100
@@ -67,6 +78,7 @@ set simplified_pi_gain = 85
6778
set simplified_dmax_gain = 200
6879
set simplified_feedforward_gain = 105
6980
set simplified_pitch_pi_gain = 105
81+
7082
simplified_tuning apply
7183

7284
# -- Feedforward --

0 commit comments

Comments
 (0)