JoshuaBardwell

Catalyst Machineworks - Massive Droner HD - 4.1.6 (Factory)

May 19th, 2020 (edited)
579
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 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. # diff all
  6.  
  7. # version
  8. # Betaflight / STM32F405 (S405) 4.1.6 Apr 25 2020 / 05:11:18 (283bda8bf) MSP API: 1.42
  9. # manufacturer_id: AIKO board_name: AIKONF4 custom defaults: YES
  10.  
  11. # start the command batch
  12. batch start
  13.  
  14. # reset configuration to default settings
  15. defaults nosave
  16.  
  17. board_name AIKONF4
  18. manufacturer_id AIKO
  19. mcu_id 0040004e324d501220303256
  20. signature
  21.  
  22. # name: Droner HD
  23.  
  24. # feature
  25. feature -RX_PARALLEL_PWM
  26. feature RX_SERIAL
  27.  
  28. # serial
  29. serial 0 64 115200 57600 0 115200
  30. serial 1 1 115200 57600 0 115200
  31.  
  32. # aux
  33. aux 0 0 0 1700 2100 0 0
  34.  
  35. # master
  36. set acc_hardware = NONE
  37. set mag_hardware = NONE
  38. set baro_hardware = NONE
  39. set min_check = 1001
  40. set max_check = 2000
  41. set serialrx_provider = SBUS
  42. set motor_pwm_protocol = DSHOT600
  43. set yaw_motors_reversed = ON
  44. set deadband = 7
  45. set yaw_deadband = 7
  46. set pid_process_denom = 1
  47. set osd_craft_name_pos = 2057
  48. set name = Droner HD
  49.  
  50. profile 0
  51.  
  52. # profile 0
  53. set dterm_lowpass_hz = 100
  54. set dterm_lowpass2_hz = 200
  55. set dterm_notch_cutoff = 160
  56. set acc_limit_yaw = 100
  57. set iterm_rotation = ON
  58. set iterm_relax = OFF
  59. set iterm_relax_type = GYRO
  60. set iterm_relax_cutoff = 11
  61. set iterm_windup = 40
  62. set iterm_limit = 150
  63. set p_pitch = 32
  64. set i_pitch = 50
  65. set d_pitch = 21
  66. set f_pitch = 60
  67. set p_roll = 35
  68. set i_roll = 45
  69. set d_roll = 23
  70. set f_roll = 60
  71. set p_yaw = 45
  72. set i_yaw = 45
  73. set f_yaw = 60
  74. set d_min_pitch = 0
  75.  
  76. profile 1
  77.  
  78. profile 2
  79.  
  80. # restore original profile selection
  81. profile 0
  82.  
  83. rateprofile 0
  84.  
  85. # rateprofile 0
  86. set tpa_rate = 10
  87. set tpa_breakpoint = 1650
  88.  
  89. rateprofile 1
  90.  
  91. rateprofile 2
  92.  
  93. rateprofile 3
  94.  
  95. rateprofile 4
  96.  
  97. rateprofile 5
  98.  
  99. # restore original rateprofile selection
  100. rateprofile 0
  101.  
  102. # save configuration
  103. save
  104. #
Advertisement
Add Comment
Please, Sign In to add comment