(Created page with " == BetaFlight == Motor Configuration <pre> set align_board_yaw = 180 set yaw_motors_reversed = ON resource MOTOR 4 B10 resource MOTOR 3 B06 resource MOTOR 2 B07 resource M...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:


== BetaFlight ==
== BetaFlight ==
Radio Binding
# Connect drone, enter CLI and enter '''bind_rx'''
# Press bind button on module and turn on rx
# Type save in CLI
<pre>bind_rx</pre>


Motor Configuration
Motor Configuration
Line 12: Line 21:
resource MOTOR 2 B07
resource MOTOR 2 B07
resource MOTOR 1 B08
resource MOTOR 1 B08
save</pre>
</pre>
 
And then
<pre>save</pre>

Latest revision as of 00:30, 14 May 2026


BetaFlight

Radio Binding

  1. Connect drone, enter CLI and enter bind_rx
  2. Press bind button on module and turn on rx
  3. Type save in CLI


bind_rx

Motor Configuration

set align_board_yaw = 180
set yaw_motors_reversed = ON
resource MOTOR 4 B10
resource MOTOR 3 B06
resource MOTOR 2 B07
resource MOTOR 1 B08

And then

save