Advertisement
Guest User

Untitled

a guest
Nov 25th, 2022
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. # diff all
  2.  
  3. # version
  4. # INAV/SPEEDYBEEF7V3 5.1.0 Sep 2 2022 / 19:08:01 (76f22b25)
  5. # GCC-10.2.1 20201103 (release)
  6.  
  7. # start the command batch
  8. batch start
  9.  
  10. # reset configuration to default settings
  11. defaults noreboot
  12.  
  13. # resources
  14.  
  15. # mixer
  16.  
  17. mmix reset
  18.  
  19. mmix 0 1.000 -1.000 0.000 1.000
  20. mmix 1 1.000 0.000 -1.000 -1.000
  21. mmix 2 1.000 0.000 1.000 -1.000
  22. mmix 3 1.000 1.000 0.000 1.000
  23.  
  24. # servo mixer
  25.  
  26. # servo
  27.  
  28. # safehome
  29.  
  30. # feature
  31. feature GPS
  32. feature PWM_OUTPUT_ENABLE
  33.  
  34. # beeper
  35.  
  36. # blackbox
  37. blackbox -NAV_ACC
  38. blackbox NAV_POS
  39. blackbox NAV_PID
  40. blackbox MAG
  41. blackbox ACC
  42. blackbox ATTI
  43. blackbox RC_DATA
  44. blackbox RC_COMMAND
  45. blackbox MOTORS
  46.  
  47. # map
  48. map TAER
  49.  
  50. # serial
  51. serial 3 0 115200 115200 0 115200
  52. serial 5 2 115200 115200 0 115200
  53.  
  54. # led
  55.  
  56. # color
  57.  
  58. # mode_color
  59.  
  60. # aux
  61. aux 0 0 0 1725 2100
  62. aux 1 3 2 1300 2100
  63.  
  64. # adjrange
  65.  
  66. # rxrange
  67.  
  68. # temp_sensor
  69.  
  70. # wp
  71. #wp 0 invalid
  72.  
  73. # osd_layout
  74. osd_layout 0 0 47 0 V
  75. osd_layout 0 1 40 0 V
  76. osd_layout 0 7 5 0 V
  77. osd_layout 0 8 21 0 V
  78. osd_layout 0 9 5 16 V
  79. osd_layout 0 11 42 2 V
  80. osd_layout 0 12 34 1 V
  81. osd_layout 0 15 45 9 V
  82. osd_layout 0 19 42 1 V
  83. osd_layout 0 28 22 1 V
  84. osd_layout 0 29 41 17 V
  85. osd_layout 0 30 11 13 V
  86. osd_layout 0 34 20 16 V
  87. osd_layout 0 38 34 0 V
  88. osd_layout 0 100 5 1 V
  89. osd_layout 0 105 0 0 V
  90. osd_layout 0 110 0 4 V
  91. osd_layout 0 112 0 1 H
  92.  
  93. # logic
  94.  
  95. # global vars
  96.  
  97. # programmable pid controllers
  98.  
  99. # master
  100. set looptime = 500
  101. set gyro_main_lpf_hz = 110
  102. set gyro_main_lpf_type = PT1
  103. set dynamic_gyro_notch_q = 250
  104. set dynamic_gyro_notch_min_hz = 120
  105. set setpoint_kalman_q = 200
  106. set gyro_zero_x = 2
  107. set gyro_zero_y = -4
  108. set gyro_zero_z = -2
  109. set ins_gravity_cmss = 977.068
  110. set acc_hardware = BMI270
  111. set acczero_x = -64
  112. set acczero_y = -75
  113. set acczero_z = -6
  114. set accgain_x = 4095
  115. set accgain_y = 4104
  116. set accgain_z = 4090
  117. set align_mag = CW270FLIP
  118. set mag_hardware = QMC5883
  119. set magzero_x = -136
  120. set magzero_y = -379
  121. set magzero_z = 72
  122. set maggain_x = 1151
  123. set maggain_y = 1443
  124. set maggain_z = 1435
  125. set baro_hardware = BMP280
  126. set serialrx_provider = FPORT
  127. set blackbox_rate_denom = 2
  128. set motor_pwm_protocol = DSHOT600
  129. set failsafe_procedure = DROP
  130. set model_preview_type = 2
  131. set applied_defaults = 2
  132. set gps_sbas_mode = EGNOS
  133. set gps_ublox_use_galileo = ON
  134. set airmode_type = THROTTLE_THRESHOLD
  135. set osd_video_system = HD
  136. set osd_main_voltage_decimals = 2
  137. set name = MANDRONE
  138.  
  139. # profile
  140. profile 1
  141.  
  142. set mc_p_pitch = 59
  143. set mc_i_pitch = 5
  144. set mc_d_pitch = 34
  145. set mc_cd_pitch = 131
  146. set mc_p_roll = 53
  147. set mc_i_roll = 4
  148. set mc_d_roll = 30
  149. set mc_cd_roll = 120
  150. set mc_p_yaw = 53
  151. set mc_i_yaw = 4
  152. set mc_cd_yaw = 120
  153. set dterm_lpf_type = PT3
  154. set d_boost_min = 0.800
  155. set d_boost_max = 1.200
  156. set antigravity_gain = 2.000
  157. set antigravity_accelerator = 5.000
  158. set smith_predictor_delay = 1.500
  159. set tpa_rate = 20
  160. set tpa_breakpoint = 1200
  161. set rc_expo = 75
  162. set rc_yaw_expo = 75
  163. set roll_rate = 70
  164. set pitch_rate = 70
  165. set yaw_rate = 60
  166.  
  167. # profile
  168. profile 2
  169.  
  170.  
  171. # profile
  172. profile 3
  173.  
  174.  
  175. # battery_profile
  176. battery_profile 1
  177.  
  178. set battery_capacity = 1300
  179. set throttle_idle = 3.000
  180.  
  181. # battery_profile
  182. battery_profile 2
  183.  
  184.  
  185. # battery_profile
  186. battery_profile 3
  187.  
  188.  
  189. # restore original profile selection
  190. profile 1
  191. battery_profile 1
  192.  
  193. # save configuration
  194. save
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement