JoshuaBardwell

iFlight - Bumblebee (Analog) - 4.1.1 (Factory)

Jan 27th, 2020 (edited)
557
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 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 iFlight, without any changes at all
  6. #
  7. # version
  8. # Betaflight / BETAFLIGHTF4 (BFF4) 4.1.1 Nov 15 2019 / 12:12:31 (1e5e3d369) MSP API: 1.42
  9.  
  10. # start the command batch
  11. batch start
  12.  
  13. # reset configuration to default settings
  14. defaults nosave
  15.  
  16. board_name BETAFLIGHTF4
  17. mcu_id 0038005a594d500a20303046
  18. signature
  19.  
  20. # name: Bumblebee
  21.  
  22. # feature
  23. feature ESC_SENSOR
  24.  
  25. # map
  26. map TAER1234
  27.  
  28. # serial
  29. serial 0 8192 115200 57600 0 115200
  30. serial 1 64 115200 57600 0 115200
  31. serial 5 1024 115200 57600 0 115200
  32.  
  33. # aux
  34. aux 0 0 0 1300 2100 0 0
  35. aux 1 1 1 900 2100 0 0
  36.  
  37. # vtxtable
  38. vtxtable bands 6
  39. vtxtable channels 8
  40. vtxtable band 1 BOSCAM_A A CUSTOM 5865 5845 5825 5805 5785 5765 5745 5725
  41. vtxtable band 2 BOSCAM_B B CUSTOM 5733 5752 5771 5790 5809 5828 5847 5866
  42. vtxtable band 3 BOSCAM_E E CUSTOM 5705 5685 5665 0 5885 5905 0 0
  43. vtxtable band 4 FATSHARK F CUSTOM 5740 5760 5780 5800 5820 5840 5860 5880
  44. vtxtable band 5 RACEBAND R CUSTOM 5658 5695 5732 5769 5806 5843 5880 5917
  45. vtxtable band 6 IMD6 I CUSTOM 5732 5765 5828 5840 5866 5740 0 0
  46. vtxtable powerlevels 5
  47. vtxtable powervalues 25 100 200 400 600
  48. vtxtable powerlabels 25 100 200 400 600
  49.  
  50. # master
  51. set gyro_sync_denom = 2
  52. set gyro_lowpass2_hz = 225
  53. set dyn_lpf_gyro_min_hz = 175
  54. set dyn_lpf_gyro_max_hz = 450
  55. set acc_calibration = -33,82,-464
  56. set mag_hardware = NONE
  57. set baro_hardware = NONE
  58. set dshot_bidir = ON
  59. set motor_pwm_protocol = DSHOT300
  60. set current_meter = ADC
  61. set battery_meter = ADC
  62. set ibata_scale = 100
  63. set yaw_motors_reversed = ON
  64. set small_angle = 180
  65. set pid_process_denom = 1
  66. set osd_warn_rssi = ON
  67. set osd_warn_link_quality = ON
  68. set osd_vbat_pos = 2369
  69. set osd_tim_2_pos = 2454
  70. set osd_throttle_pos = 2423
  71. set osd_vtx_channel_pos = 2101
  72. set osd_current_pos = 2400
  73. set osd_mah_drawn_pos = 2434
  74. set osd_craft_name_pos = 2123
  75. set osd_display_name_pos = 74
  76. set osd_stat_max_spd = OFF
  77. set osd_stat_endbatt = ON
  78. set osd_stat_battery = ON
  79. set osd_stat_min_rssi = OFF
  80. set vtx_band = 5
  81. set vtx_channel = 7
  82. set vtx_power = 1
  83. set vtx_freq = 5880
  84. set name = Bumblebee
  85.  
  86. profile 0
  87.  
  88. # profile 0
  89. set dyn_lpf_dterm_min_hz = 61
  90. set dyn_lpf_dterm_max_hz = 151
  91. set dterm_lowpass2_hz = 135
  92. set vbat_pid_gain = ON
  93. set iterm_rotation = ON
  94. set p_pitch = 38
  95. set i_pitch = 88
  96. set d_pitch = 44
  97. set p_roll = 39
  98. set i_roll = 81
  99. set d_roll = 37
  100. set p_yaw = 28
  101.  
  102. profile 1
  103.  
  104. profile 2
  105.  
  106. # restore original profile selection
  107. profile 0
  108.  
  109. rateprofile 0
  110.  
  111. rateprofile 1
  112.  
  113. rateprofile 2
  114.  
  115. rateprofile 3
  116.  
  117. rateprofile 4
  118.  
  119. rateprofile 5
  120.  
  121. # restore original rateprofile selection
  122. rateprofile 0
  123.  
  124. # save configuration
  125. save
  126. #
Advertisement
Add Comment
Please, Sign In to add comment