JoshuaBardwell

Flywoo - Explorer LR (HD) - 4.2.0 (JB Settings)

Oct 15th, 2020 (edited)
3,543
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.38 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. # Betaflight 4.2 has a bug where the softserial MSP connection does not work reliably. As a result, the OSD in the DJI
  6. # goggles will freeze up or drop out sometimes. Flywoo have released a CLI dump that fixes this, but you have to go back
  7. # to Betaflight 4.1.
  8. #
  9. # This configuration is set up for Crossfire, not for DJI control. It contains my "all aux modes on one channel" setup.
  10. # You can find documentation for that here: https://www.youtube.com/watch?v=Ut7Hpmmy_Us&ab_channel=JoshuaBardwell
  11.  
  12. # diff all
  13. ###WARNING: NO CUSTOM DEFAULTS FOUND###
  14.  
  15. # version
  16. # Betaflight / STM32F411 (S411) 4.2.0 Jun 14 2020 / 03:04:43 (8f2d21460) MSP API: 1.43
  17. ###ERROR: diff: NO CONFIG FOUND###
  18. # start the command batch
  19. batch start
  20.  
  21. # reset configuration to default settings
  22. defaults nosave
  23.  
  24. board_name FLYWOOF411
  25. manufacturer_id FLWO
  26. mcu_id 005c005d3439511336383737
  27. signature
  28.  
  29. # name: FLYWOO
  30.  
  31. # resources
  32. resource BEEPER 1 C14
  33. resource MOTOR 1 A08
  34. resource MOTOR 2 A09
  35. resource MOTOR 3 A10
  36. resource MOTOR 4 B00
  37. resource MOTOR 5 B04
  38. resource PPM 1 A02
  39. resource PWM 1 B01
  40. resource PWM 2 A03
  41. resource SERIAL_TX 1 B06
  42. resource SERIAL_TX 2 A02
  43. resource SERIAL_TX 11 A15
  44. resource SERIAL_RX 1 B07
  45. resource SERIAL_RX 2 A03
  46. resource SERIAL_RX 11 A01
  47. resource I2C_SCL 1 B08
  48. resource I2C_SDA 1 B09
  49. resource LED 1 C13
  50. resource SPI_SCK 1 A05
  51. resource SPI_SCK 2 B13
  52. resource SPI_MISO 1 A06
  53. resource SPI_MISO 2 B14
  54. resource SPI_MOSI 1 A07
  55. resource SPI_MOSI 2 B15
  56. resource ADC_BATT 1 A00
  57. resource ADC_RSSI 1 B01
  58. resource PINIO 1 B05
  59. resource FLASH_CS 1 B02
  60. resource OSD_CS 1 B12
  61. resource GYRO_EXTI 1 B03
  62. resource GYRO_CS 1 A04
  63. resource USB_DETECT 1 C15
  64.  
  65. # timer
  66. timer A02 AF3
  67. # pin A02: TIM9 CH1 (AF3)
  68. timer A08 AF1
  69. # pin A08: TIM1 CH1 (AF1)
  70. timer A09 AF1
  71. # pin A09: TIM1 CH2 (AF1)
  72. timer A10 AF1
  73. # pin A10: TIM1 CH3 (AF1)
  74. timer B00 AF2
  75. # pin B00: TIM3 CH3 (AF2)
  76. timer B04 AF2
  77. # pin B04: TIM3 CH1 (AF2)
  78. timer B01 AF2
  79. # pin B01: TIM3 CH4 (AF2)
  80. timer A03 AF2
  81. # pin A03: TIM5 CH4 (AF2)
  82. timer B10 AF1
  83. # pin B10: TIM2 CH3 (AF1)
  84. timer A15 AF1
  85. # pin A15: TIM2 CH1 (AF1)
  86. timer A01 AF1
  87. # pin A01: TIM2 CH2 (AF1)
  88.  
  89. # dma
  90. dma ADC 1 0
  91. # ADC 1: DMA2 Stream 0 Channel 0
  92. dma pin A08 1
  93. # pin A08: DMA2 Stream 1 Channel 6
  94. dma pin A09 1
  95. # pin A09: DMA2 Stream 2 Channel 6
  96. dma pin A10 0
  97. # pin A10: DMA2 Stream 6 Channel 0
  98. dma pin B00 0
  99. # pin B00: DMA1 Stream 7 Channel 5
  100. dma pin B04 0
  101. # pin B04: DMA1 Stream 4 Channel 5
  102. dma pin B01 0
  103. # pin B01: DMA1 Stream 2 Channel 5
  104. dma pin A03 1
  105. # pin A03: DMA1 Stream 3 Channel 6
  106. dma pin B10 0
  107. # pin B10: DMA1 Stream 1 Channel 3
  108. dma pin A15 0
  109. # pin A15: DMA1 Stream 5 Channel 3
  110. dma pin A01 0
  111. # pin A01: DMA1 Stream 6 Channel 3
  112.  
  113. # mixer
  114. mmix 0 1.000 -0.809 0.659 -1.000
  115. mmix 1 1.000 -1.000 -0.659 1.000
  116. mmix 2 1.000 0.809 0.659 1.000
  117. mmix 3 1.000 1.000 -0.659 -1.000
  118.  
  119. # feature
  120. feature -RX_PARALLEL_PWM
  121. feature RX_SERIAL
  122. feature MOTOR_STOP
  123. feature SOFTSERIAL
  124. feature GPS
  125. feature TELEMETRY
  126. feature OSD
  127.  
  128. # serial
  129. serial 0 64 115200 57600 0 115200
  130. serial 1 2 115200 9600 0 115200
  131. serial 30 1 115200 57600 0 115200
  132.  
  133. # aux
  134. aux 0 0 0 1825 1925 0 0
  135. aux 1 0 0 1600 1700 0 0
  136. aux 2 0 0 1375 1575 0 0
  137. aux 3 1 0 1600 1800 0 0
  138. aux 4 46 1 1700 2100 0 0
  139. aux 5 13 0 1925 1975 0 0
  140. aux 6 13 0 1700 1750 0 0
  141. aux 7 35 0 1375 1575 0 0
  142.  
  143. # rxfail
  144. rxfail 6 h
  145.  
  146. # master
  147. set gyro_lowpass2_hz = 325
  148. set yaw_spin_recovery = ON
  149. set dyn_lpf_gyro_min_hz = 260
  150. set dyn_lpf_gyro_max_hz = 650
  151. set acc_calibration = 76,4,66,1
  152. set mag_bustype = I2C
  153. set mag_i2c_device = 1
  154. set mag_hardware = NONE
  155. set baro_bustype = I2C
  156. set baro_i2c_device = 1
  157. set baro_hardware = NONE
  158. set rssi_channel = 12
  159. set rc_smoothing_derivative_type = BIQUAD
  160. set serialrx_provider = CRSF
  161. set blackbox_device = SPIFLASH
  162. set dshot_burst = ON
  163. set motor_pwm_protocol = DSHOT300
  164. set failsafe_procedure = GPS-RESCUE
  165. set vbat_max_cell_voltage = 440
  166. set current_meter = NONE
  167. set battery_meter = ADC
  168. set ibata_scale = 170
  169. set beeper_inversion = ON
  170. set beeper_od = OFF
  171. set small_angle = 180
  172. set gps_sbas_mode = AUTO
  173. set gps_rescue_angle = 25
  174. set gps_rescue_throttle_min = 1300
  175. set gps_rescue_throttle_hover = 1400
  176. set gps_rescue_sanity_checks = RESCUE_SANITY_FS_ONLY
  177. set gps_rescue_min_sats = 5
  178. set gps_rescue_allow_arming_without_fix = ON
  179. set pid_process_denom = 4
  180. set osd_vbat_pos = 257
  181. set osd_rssi_pos = 2486
  182. set osd_rssi_dbm_pos = 161
  183. set osd_tim_1_pos = 353
  184. set osd_tim_2_pos = 321
  185. set osd_flymode_pos = 2241
  186. set osd_throttle_pos = 313
  187. set osd_vtx_channel_pos = 193
  188. set osd_craft_name_pos = 33
  189. set osd_gps_speed_pos = 2209
  190. set osd_gps_lon_pos = 76
  191. set osd_gps_lat_pos = 44
  192. set osd_gps_sats_pos = 2113
  193. set osd_home_dir_pos = 2275
  194. set osd_home_dist_pos = 2145
  195. set osd_flight_dist_pos = 184
  196. set osd_altitude_pos = 2177
  197. set osd_warnings_pos = 2441
  198. set osd_avg_cell_voltage_pos = 2516
  199. set osd_disarmed_pos = 2411
  200. set osd_flip_arrow_pos = 65
  201. set osd_core_temp_pos = 248
  202. set osd_log_status_pos = 97
  203. set system_hse_mhz = 8
  204. set cpu_overclock = OFF
  205. set max7456_spi_bus = 2
  206. set dashboard_i2c_bus = 1
  207. set pinio_box = 40,41,255,255
  208. set flash_spi_bus = 2
  209. set gyro_1_bustype = SPI
  210. set gyro_1_spibus = 1
  211. set gyro_1_sensor_align = CW180
  212. set gyro_1_align_yaw = 1800
  213. set gyro_2_spibus = 1
  214. set name = FLYWOO
  215.  
  216. profile 0
  217.  
  218. # profile 0
  219. set dyn_lpf_dterm_min_hz = 91
  220. set dyn_lpf_dterm_max_hz = 221
  221. set dterm_lowpass2_hz = 195
  222. set anti_gravity_gain = 5000
  223. set iterm_relax_cutoff = 20
  224. set p_pitch = 52
  225. set i_pitch = 63
  226. set d_pitch = 68
  227. set f_pitch = 80
  228. set p_roll = 47
  229. set i_roll = 59
  230. set d_roll = 63
  231. set f_roll = 76
  232. set p_yaw = 50
  233. set i_yaw = 63
  234. set f_yaw = 76
  235. set d_min_roll = 41
  236. set d_min_pitch = 45
  237. set d_min_boost_gain = 27
  238.  
  239. profile 1
  240.  
  241. profile 2
  242.  
  243. # restore original profile selection
  244. profile 0
  245.  
  246. rateprofile 0
  247.  
  248. # rateprofile 0
  249. set roll_rc_rate = 127
  250. set pitch_rc_rate = 127
  251. set roll_expo = 40
  252. set pitch_expo = 40
  253. set roll_srate = 72
  254. set pitch_srate = 72
  255. set yaw_srate = 75
  256. set tpa_breakpoint = 1250
  257.  
  258. rateprofile 1
  259.  
  260. rateprofile 2
  261.  
  262. rateprofile 3
  263.  
  264. rateprofile 4
  265.  
  266. rateprofile 5
  267.  
  268. # restore original rateprofile selection
  269. rateprofile 0
  270.  
  271. # save configuration
  272. save
  273. #
Add Comment
Please, Sign In to add comment