Moblite 7: Difference between revisions
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 4: | Line 4: | ||
Radio Binding | 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> | <pre>bind_rx</pre> | ||
| Line 16: | 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
- Connect drone, enter CLI and enter bind_rx
- Press bind button on module and turn on rx
- 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