Advertisement
justmepaste

Pavo Pico BF 4.5 rpm tune final

Apr 29th, 2024 (edited)
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.69 KB | None | 0 0
  1. # diff all
  2.  
  3. # version
  4. # Betaflight / STM32F405 (S405) 4.5.0 Apr 28 2024 / 11:21:25 (c155f5830) MSP API: 1.46
  5. # config rev: 3068e6e
  6.  
  7. # start the command batch
  8. batch start
  9.  
  10. # reset configuration to default settings
  11. defaults nosave
  12.  
  13. board_name BETAFPVF405
  14. manufacturer_id BEFH
  15. mcu_id
  16. signature
  17.  
  18. # name: Pavo Pico
  19.  
  20. # feature
  21. feature -AIRMODE
  22. feature TELEMETRY
  23. feature LED_STRIP
  24. feature OSD
  25.  
  26. # serial
  27. serial 2 64 115200 57600 0 115200
  28. serial 3 131073 115200 57600 0 115200
  29.  
  30. # beeper
  31. beeper -GYRO_CALIBRATED
  32. beeper -RX_LOST
  33. beeper -RX_LOST_LANDING
  34. beeper -DISARMING
  35. beeper -ARMING
  36. beeper -ARMING_GPS_FIX
  37. beeper -BAT_CRIT_LOW
  38. beeper -BAT_LOW
  39. beeper -GPS_STATUS
  40. beeper -RX_SET
  41. beeper -ACC_CALIBRATION
  42. beeper -ACC_CALIBRATION_FAIL
  43. beeper -READY_BEEP
  44. beeper -DISARM_REPEAT
  45. beeper -ARMED
  46. beeper -SYSTEM_INIT
  47. beeper -ON_USB
  48. beeper -BLACKBOX_ERASE
  49. beeper -CRASH_FLIP
  50. beeper -CAM_CONNECTION_OPEN
  51. beeper -CAM_CONNECTION_CLOSE
  52. beeper -RC_SMOOTHING_INIT_FAIL
  53.  
  54. # beacon
  55. beacon RX_LOST
  56. beacon RX_SET
  57.  
  58. # led
  59. led 0 0,0::CY:10
  60. led 1 1,0::CY:10
  61.  
  62. # aux
  63. aux 0 0 0 1925 2075 0 0
  64. aux 1 1 1 925 1075 0 0
  65. aux 2 13 2 1925 2075 0 0
  66. aux 3 28 1 1925 2075 0 0
  67. aux 4 35 3 1925 2075 0 0
  68.  
  69. # adjrange
  70. adjrange 0 0 1 925 2075 12 1 0 0
  71.  
  72. # master
  73. set gyro_lpf1_static_hz = 0
  74. set dyn_notch_count = 1
  75. set dyn_notch_q = 750
  76. set dyn_notch_min_hz = 150
  77. set dyn_notch_max_hz = 650
  78. set acc_calibration = 14,0,-21,1
  79. set baro_hardware = AUTO
  80. set rc_smoothing_auto_factor = 60
  81. set blackbox_sample_rate = 1/2
  82. set blackbox_device = NONE
  83. set dshot_idle_value = 1150
  84. set dshot_bidir = ON
  85. set motor_pwm_protocol = DSHOT300
  86. set motor_poles = 12
  87. set motor_output_reordering = 2,3,0,1,4,5,6,7
  88. set align_board_roll = 180
  89. set bat_capacity = 410
  90. set vbat_max_cell_voltage = 420
  91. set vbat_min_cell_voltage = 335
  92. set vbat_warning_cell_voltage = 345
  93. set force_battery_cell_count = 2
  94. set ibata_scale = 480
  95. set ibata_offset = -300
  96. set yaw_motors_reversed = ON
  97. set small_angle = 180
  98. set deadband = 4
  99. set yaw_deadband = 4
  100. set pid_process_denom = 2
  101. set telemetry_disabled_pitch = ON
  102. set telemetry_disabled_roll = ON
  103. set telemetry_disabled_heading = ON
  104. set ledstrip_brightness = 50
  105. set ledstrip_rainbow_delta = 180
  106. set ledstrip_rainbow_freq = 180
  107. set osd_warn_bitmask = 40957
  108. set osd_link_quality_alarm = 70
  109. set osd_rssi_dbm_alarm = -104
  110. set osd_rsnr_alarm = 0
  111. set osd_cap_alarm = 450
  112. set osd_alt_alarm = 120
  113. set osd_vbat_pos = 2595
  114. set osd_rssi_pos = 192
  115. set osd_link_quality_pos = 3596
  116. set osd_link_tx_power_pos = 3532
  117. set osd_rssi_dbm_pos = 3564
  118. set osd_rsnr_pos = 160
  119. set osd_tim_2_pos = 3628
  120. set osd_flymode_pos = 2467
  121. set osd_throttle_pos = 2499
  122. set osd_current_pos = 2562
  123. set osd_mah_drawn_pos = 3619
  124. set osd_craft_name_pos = 534
  125. set osd_warnings_pos = 14645
  126. set osd_avg_cell_voltage_pos = 2604
  127. set osd_battery_usage_pos = 2612
  128. set osd_flip_arrow_pos = 2586
  129. set osd_stat_bitmask = 9070116
  130. set debug_mode = FFT_FREQ
  131. set rpm_filter_weights = 100,50,50
  132. set rpm_filter_min_hz = 200
  133. set craft_name = Pavo Pico
  134.  
  135. profile 0
  136.  
  137. # profile 0
  138. set dterm_lpf1_dyn_min_hz = 0
  139. set dterm_lpf1_type = PT2
  140. set dterm_lpf2_static_hz = 0
  141. set iterm_relax_cutoff = 5
  142. set p_pitch = 62
  143. set i_pitch = 99
  144. set d_pitch = 53
  145. set f_pitch = 148
  146. set p_roll = 51
  147. set i_roll = 82
  148. set d_roll = 41
  149. set f_roll = 124
  150. set p_yaw = 51
  151. set i_yaw = 82
  152. set f_yaw = 124
  153. set d_min_roll = 41
  154. set d_min_pitch = 53
  155. set feedforward_averaging = 2_POINT
  156. set feedforward_smooth_factor = 45
  157. set feedforward_jitter_factor = 8
  158. set simplified_master_multiplier = 115
  159. set simplified_i_gain = 90
  160. set simplified_d_gain = 120
  161. set simplified_dmax_gain = 0
  162. set simplified_feedforward_gain = 90
  163. set simplified_pitch_d_gain = 115
  164. set simplified_pitch_pi_gain = 115
  165. set tpa_rate = 66
  166.  
  167. profile 1
  168.  
  169. profile 2
  170.  
  171. profile 3
  172.  
  173. # restore original profile selection
  174. profile 0
  175.  
  176. rateprofile 0
  177.  
  178. # rateprofile 0
  179. set thr_mid = 0
  180. set thr_expo = 50
  181. set roll_rc_rate = 1
  182. set pitch_rc_rate = 1
  183. set yaw_rc_rate = 1
  184. set roll_srate = 80
  185. set pitch_srate = 80
  186. set yaw_srate = 50
  187. set throttle_limit_type = SCALE
  188. set throttle_limit_percent = 90
  189.  
  190. rateprofile 1
  191.  
  192. # rateprofile 1
  193. set thr_mid = 0
  194. set thr_expo = 50
  195. set roll_rc_rate = 1
  196. set pitch_rc_rate = 1
  197. set yaw_expo = 30
  198. set roll_srate = 40
  199. set pitch_srate = 40
  200. set yaw_srate = 50
  201. set throttle_limit_type = SCALE
  202. set throttle_limit_percent = 90
  203.  
  204. rateprofile 2
  205.  
  206. # rateprofile 2
  207. set thr_mid = 0
  208. set thr_expo = 50
  209. set roll_rc_rate = 1
  210. set pitch_rc_rate = 1
  211. set yaw_rc_rate = 1
  212. set roll_expo = 54
  213. set pitch_expo = 54
  214. set yaw_expo = 54
  215. set roll_srate = 80
  216. set pitch_srate = 80
  217. set yaw_srate = 50
  218.  
  219. rateprofile 3
  220.  
  221. # restore original rateprofile selection
  222. rateprofile 0
  223.  
  224. # save configuration
  225. save
  226. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement