Advertisement
Guest User

AOS 5 V2 CLI

a guest
Sep 20th, 2022
1,002
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. #
  2.  
  3. # diff
  4.  
  5. # version
  6. # Betaflight / STM32F7X2 (S7X2) 4.3.0 Jun 14 2022 / 00:50:37 (229ac66) MSP API: 1.44
  7. # config: manufacturer_id: IFRC, board_name: IFLIGHT_BLITZ_F722, version: edcd244b, date: 2022-06-29T02:24:46Z
  8.  
  9. # start the command batch
  10. batch start
  11.  
  12. board_name IFLIGHT_BLITZ_F722
  13. manufacturer_id IFRC
  14.  
  15. # name: AOS 5
  16.  
  17. # feature
  18. feature -RX_PARALLEL_PWM
  19.  
  20. # serial
  21. serial 0 1 115200 57600 0 115200
  22.  
  23. # beacon
  24. beacon RX_LOST
  25. beacon RX_SET
  26.  
  27. # aux
  28. aux 0 0 1 1750 2100 0 0
  29. aux 1 1 2 1425 1600 0 0
  30. aux 2 13 3 1700 2100 0 0
  31. aux 3 35 2 1700 2100 0 0
  32. aux 4 36 0 1700 2100 0 0
  33.  
  34. # master
  35. set gyro_lpf1_type = PT2
  36. set gyro_lpf1_static_hz = 0
  37. set gyro_lpf2_static_hz = 0
  38. set dyn_notch_count = 1
  39. set dyn_notch_q = 500
  40. set gyro_lpf1_dyn_min_hz = 0
  41. set gyro_lpf1_dyn_max_hz = 0
  42. set acc_calibration = 22,11,-16,1
  43. set rc_smoothing_auto_factor = 140
  44. set rc_smoothing_setpoint_cutoff = 25
  45. set rc_smoothing_feedforward_cutoff = 25
  46. set serialrx_provider = CRSF
  47. set sbus_baud_fast = ON
  48. set blackbox_sample_rate = 1/1
  49. set dshot_bidir = ON
  50. set motor_pwm_protocol = DSHOT600
  51. set motor_output_reordering = 3,2,1,0,4,5,6,7
  52. set beeper_dshot_beacon_tone = 3
  53. set yaw_motors_reversed = ON
  54. set small_angle = 180
  55. set simplified_gyro_filter = OFF
  56. set osd_rssi_pos = 376
  57. set osd_flymode_pos = 2412
  58. set osd_current_pos = 2401
  59. set osd_mah_drawn_pos = 2432
  60. set osd_craft_name_pos = 2476
  61. set osd_avg_cell_voltage_pos = 2368
  62. set debug_mode = GYRO_SCALED
  63. set name = AOS 5
  64.  
  65. profile 0
  66.  
  67. # profile 0
  68. set dterm_lpf1_dyn_min_hz = 80
  69. set dterm_lpf1_dyn_max_hz = 110
  70. set dterm_lpf1_type = BIQUAD
  71. set dterm_lpf2_static_hz = 0
  72. set f_pitch = 162
  73. set f_roll = 156
  74. set f_yaw = 156
  75. set feedforward_averaging = 2_POINT
  76. set feedforward_smooth_factor = 45
  77. set feedforward_jitter_factor = 10
  78. set dyn_idle_min_rpm = 25
  79. set simplified_feedforward_gain = 130
  80. set simplified_dterm_filter = OFF
  81.  
  82. rateprofile 0
  83.  
  84. # end the command batch
  85. batch end
  86.  
  87. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement