You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
about: Find help if you are struggling with configuring Betaflight
4
+
5
+
---
6
+
7
+
**Important: This is not the right place to get help with configuration issues. Your issue will be closed without further comment.**
8
+
9
+
Please get help from other user support options such as asking the manufacturer of the hardware you are using, RCGroups: https://rcgroups.com/forums/showthread.php?t=2464844, or Slack (registration at https://slack.betaflight.com/) or other user support forums & groups (e.g. Facebook).
about: Suggest an idea for for a new feature for Betaflight
4
+
5
+
---
6
+
7
+
**Is your feature request related to a problem? Please describe.**
8
+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
9
+
10
+
**Describe the solution you'd like**
11
+
A clear and concise description of what you want to happen.
12
+
13
+
**Describe alternatives you've considered**
14
+
A clear and concise description of any alternative solutions or features you've considered.
15
+
16
+
**Additional context**
17
+
Add any other context or screenshots about the feature request here.
18
+
19
+
Please note that feature requests are not 'fire and forget'. It is a lot more likely that the feature you would like to have will be implemented if you keep watching your feature request, and provide more details to developers looking into implementing your feature, and help them with testing.
about: Create a report to help us fix bugs in the Betaflight firmware
4
+
5
+
---
6
+
7
+
**Describe the bug**
8
+
A clear and concise description of what the bug is.
9
+
10
+
**To Reproduce**
11
+
Steps to reproduce the behavior:
12
+
13
+
**Expected behavior**
14
+
A clear and concise description of what you expected to happen.
15
+
16
+
**Flight controller configuration**
17
+
Create a `diff` and post it here in a code block. Put ``` (three backticks) at the start and end of the `diff` block (instructions on how to do a diff: https://oscarliang.com/use-diff-not-dump-betaflight/)
18
+
19
+
**Setup / Versions**
20
+
- Flight controller [what type is it, where was it bought from];
21
+
- Other components [RX, VTX, brand / model for all of them, firmware version where applicable];
about: Report problems with faulty / broken hardware
4
+
5
+
---
6
+
7
+
**Important: This is not the right place to report faulty / broken hardware. Your issue will be closed without further comment.**
8
+
9
+
Contact the manufacturer or supplier of your hardware, or check RCGroups https://rcgroups.com/forums/showthread.php?t=2464844 to see if others with the same problem have found a solution.
From 01/06/2018 until the release of Betaflight 3.4.0 (scheduled for 01/07/2018), the project is in a 'feature freeze / release candidate' phase. This means:
3
+
From 22/07/2018 until the release of Betaflight 3.5.0 (scheduled for 05/08/2018), the project is in a 'feature freeze / release candidate' phase. This means:
4
4
5
5
1. Pull requests can still be submitted as normal. Comments / discussions will probably be slower than normal due to shifted priorities;
6
6
7
-
2. If your pull request is a fix for an existing bug, or an update for a single target that has a low risk of side effect for other targets, it will be reviewed, and if accepted merged into `master` for the 3.4 release;
7
+
2. If your pull request is a fix for an existing bug, or an update for a single target that has a low risk of side effect for other targets, it will be reviewed, and if accepted merged into `master` for the 3.5 release;
8
8
9
-
3. All other pull requests will be scheduled for 3.5, and discussed / reviewed / merged into `master` after 3.4.0 has been released. Please keep in mind that this potentially means that you will have to rebase your changes if they are broken by bugfixes made to 3.4.
9
+
3. All other pull requests will be scheduled for 4.0, and discussed / reviewed / merged into `master` after 3.5.0 has been released. Please keep in mind that this potentially means that you will have to rebase your changes if they are broken by bugfixes made for 3.5.
10
10
11
11
12
12
## Important considerations when opening a pull request:
| 28 | 27 | AIRMODE | Alternative mixer and additional PID logic for more stable copter |
3
+
There are various modes that can be toggled on or off. Modes can be enabled/disabled by stick positions, auxillary receiver channels and other events such as failsafe detection.
@@ -57,29 +65,7 @@ In this mode, the "head" of the multicopter is always pointing to the same direc
57
65
58
66
With this mode it is easier to control the multicopter, even fly it with the physical head towards you since the controls always respond the same. This is a friendly mode to new users of multicopters and can prevent losing the control when you don't know the head direction.
59
67
60
-
### GPS Return To Home
61
-
62
-
WORK-IN-PROGRESS. This mode is not reliable yet, please share your experiences with the developers.
63
-
64
-
In this mode the aircraft attempts to return to the GPS position recorded when the aircraft was armed.
65
-
66
-
This mode should be enabled in conjunction with Angle or Horizon modes and an Altitude hold mode.
67
-
68
-
Requires a 3D GPS fix and minimum of 5 satellites in view.
69
-
70
-
### GPS Position Hold
71
-
72
-
WORK-IN-PROGRESS. This mode is not reliable yet, please share your experiences with the developers.
73
-
74
-
In this mode the aircraft attempts to stay at the same GPS position, as recorded when the mode is enabled.
75
-
76
-
Disabling and re-enabling the mode will reset the GPS hold position.
77
-
78
-
This mode should be enabled in conjunction with Angle or Horizon modes and an Altitude hold mode.
79
-
80
-
Requires a 3D GPS fix and minimum of 5 satellites in view.
81
-
82
-
## Airmode
68
+
### Airmode
83
69
84
70
In the standard mixer / mode, when the roll, pitch and yaw gets calculated and saturates a motor, all motors
85
71
will be reduced equally. When motor goes below minimum it gets clipped off.
@@ -92,14 +78,14 @@ gliding and actobatics. But also the cornering / turns will be much tighter now
92
78
possible correction performed. Airmode can also be enabled to work at all times by always putting it on the
93
79
same switch like your arm switch or you can enable/disable it in air. Additional things and benefits: Airmode
94
80
will additionally fully enable Iterm at zero throttle. Note that there is still some protection on the ground
95
-
when throttle zeroed (below min_check) and roll/pitch sticks centered. This is a basic protection to limit
81
+
when throttle zeroed (below min\check) and roll/pitch sticks centered. This is a basic protection to limit
96
82
motors spooling up on the ground. Also the Iterm will be reset above 70% of stick input in acro mode to prevent
97
83
quick Iterm windups during finishes of rolls and flips, which will provide much cleaner and more natural stops
98
84
of flips and rolls what again opens the ability to have higher I gains for some.
99
85
Note that AIRMODE will also overrule motor stop function! It will basically also act as an idle up switch.
100
86
101
87
102
-
## Auxillary Configuration
88
+
## Auxiliary Configuration
103
89
104
90
Spare auxillary receiver channels can be used to enable/disable modes. Some modes can only be enabled this way.
105
91
@@ -134,4 +120,3 @@ aux 0 0 0 1700 2100
134
120
```
135
121
136
122
You can display the AUX configuration by using the `aux` command with no arguments.
0 commit comments