JoshuaBardwell

PhantomFPV - "160mph" 6S 2700kv - 3.5.6 (JB Settings)

Apr 2nd, 2020 (edited)
5,877
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. # Uncertain about what to buy? Check out THE ULTIMATE FPV SHOPPING LIST: https://www.fpvknowitall.com/ultimate-fpv-shopping-list
  2. # SUPPORT ME ON PATREON at: http://bit.ly/2Ep5Sia
  3. # THIS IS MY FULL TIME JOB. Here are other ways that you can support me: https://www.fpvknowitall.com/support-me/
  4. #
  5. # This is the config as delivered by the builder, but with my "all flight modes on one aux channel" setup.
  6. # Tutorial: https://www.youtube.com/watch?v=Ut7Hpmmy_Us
  7. #
  8.  
  9. # diff all
  10.  
  11. # version
  12. # Betaflight / MATEKF722SE (MF7S) 3.5.6 Feb 16 2019 / 13:22:31 (c28ca22f9) MSP API: 1.40
  13.  
  14. board_name MATEKF722SE
  15. manufacturer_id
  16. mcu_id 0044002e3238510b36353235
  17. signature
  18.  
  19. # reset configuration to default settings
  20. defaults nosave
  21.  
  22. # name
  23.  
  24. # resources
  25.  
  26. # mixer
  27.  
  28. # servo
  29.  
  30. # servo mix
  31.  
  32.  
  33. # feature
  34. feature GPS
  35. feature AIRMODE
  36.  
  37. # beeper
  38. beeper -GYRO_CALIBRATED
  39. beeper -RX_LOST
  40. beeper -RX_LOST_LANDING
  41. beeper -DISARMING
  42. beeper -ARMING
  43. beeper -ARMING_GPS_FIX
  44. beeper -BAT_CRIT_LOW
  45. beeper -BAT_LOW
  46. beeper -GPS_STATUS
  47. beeper -RX_SET
  48. beeper -ACC_CALIBRATION
  49. beeper -ACC_CALIBRATION_FAIL
  50. beeper -READY_BEEP
  51. beeper -DISARM_REPEAT
  52. beeper -ARMED
  53. beeper -SYSTEM_INIT
  54. beeper -ON_USB
  55. beeper -BLACKBOX_ERASE
  56. beeper -CRASH FLIP
  57. beeper -CAM_CONNECTION_OPEN
  58. beeper -CAM_CONNECTION_CLOSED
  59. beeper -RC_SMOOTHING_INIT_FAIL
  60.  
  61. # beacon
  62.  
  63. # map
  64.  
  65. # serial
  66. serial 1 0 115200 57600 0 115200
  67. serial 2 64 115200 57600 0 115200
  68. serial 3 2 115200 57600 0 115200
  69.  
  70. # led
  71.  
  72. # color
  73.  
  74. # mode_color
  75. mode_color 5 0 0
  76. mode_color 5 1 0
  77. mode_color 5 2 0
  78. mode_color 5 3 0
  79. mode_color 5 4 0
  80. mode_color 5 5 0
  81.  
  82. # aux
  83. aux 0 0 0 1825 1925 0 0
  84. aux 1 0 0 1600 1700 0 0
  85. aux 2 0 0 1375 1575 0 0
  86. aux 3 1 0 1600 1800 0 0
  87. aux 4 13 0 1925 1975 0 0
  88. aux 5 13 0 1700 1750 0 0
  89. aux 6 35 0 1375 1575 0 0
  90.  
  91. # adjrange
  92.  
  93. # rxrange
  94.  
  95. # vtx
  96.  
  97. # rxfail
  98.  
  99. # master
  100. set align_gyro = CW180FLIP
  101. set align_acc = CW180FLIP
  102. set acc_hardware = NONE
  103. set acc_calibration = 87,-33,227
  104. set max_check = 2000
  105. set rssi_channel = 8
  106. set rc_smoothing_type = FILTER
  107. set serialrx_provider = CRSF
  108. set airmode_start_throttle_percent = 25
  109. set motor_pwm_protocol = DSHOT1200
  110. set yaw_motors_reversed = ON
  111. set gps_provider = UBLOX
  112. set pid_process_denom = 1
  113. set osd_gps_speed_pos = 2316
  114. set osd_gps_sats_pos = 2283
  115. set osd_avg_cell_voltage_pos = 2103
  116.  
  117. # profile
  118. profile 0
  119.  
  120. set p_pitch = 47
  121. set i_pitch = 70
  122. set d_pitch = 30
  123. set p_roll = 41
  124. set i_roll = 50
  125. set p_yaw = 50
  126. set i_yaw = 50
  127.  
  128. # profile
  129. profile 1
  130.  
  131. set p_pitch = 46
  132. set i_pitch = 70
  133. set d_pitch = 38
  134. set p_roll = 42
  135. set i_roll = 60
  136. set d_roll = 35
  137. set p_yaw = 35
  138. set i_yaw = 100
  139.  
  140. # profile
  141. profile 2
  142.  
  143. set p_pitch = 46
  144. set i_pitch = 70
  145. set d_pitch = 38
  146. set p_roll = 42
  147. set i_roll = 60
  148. set d_roll = 35
  149. set p_yaw = 35
  150. set i_yaw = 100
  151.  
  152. # restore original profile selection
  153. profile 0
  154.  
  155. # rateprofile
  156. rateprofile 0
  157.  
  158. set roll_rc_rate = 127
  159. set pitch_rc_rate = 127
  160. set yaw_rc_rate = 130
  161. set roll_expo = 40
  162. set pitch_expo = 40
  163. set yaw_expo = 15
  164. set roll_srate = 72
  165. set pitch_srate = 72
  166. set yaw_srate = 75
  167. set tpa_rate = 55
  168.  
  169. # rateprofile
  170. rateprofile 1
  171.  
  172.  
  173. # rateprofile
  174. rateprofile 2
  175.  
  176.  
  177. # rateprofile
  178. rateprofile 3
  179.  
  180.  
  181. # rateprofile
  182. rateprofile 4
  183.  
  184.  
  185. # rateprofile
  186. rateprofile 5
  187.  
  188.  
  189. # restore original rateprofile selection
  190. rateprofile 0
  191.  
  192. # save configuration
  193. save
  194. #
Advertisement
Add Comment
Please, Sign In to add comment