mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 17:25:18 +03:00
Merge branch 'master' of https://github.com/RomanLut/inav into submit-use-pitot-if-healthy
This commit is contained in:
commit
efef4dfb29
4 changed files with 20 additions and 1 deletions
|
@ -11,7 +11,7 @@ INAV Programming Framework coinsists of:
|
|||
* Global Variables - variables that can store values from and for LogiC Conditions and servo mixer
|
||||
* Programming PID - general purpose, user configurable PID controllers
|
||||
|
||||
IPF can be edited using INAV Configurator user interface, of via CLI
|
||||
IPF can be edited using INAV Configurator user interface, or via CLI
|
||||
|
||||
## Logic Conditions
|
||||
|
||||
|
@ -226,6 +226,13 @@ All flags are reseted on ARM and DISARM event.
|
|||
|
||||
## Examples
|
||||
|
||||
### When more than 100 meters away, increase VTX power
|
||||

|
||||
|
||||
### When more than 600 meters away, engage return-to-home by setting the matching RC channel
|
||||

|
||||
|
||||
|
||||
### Dynamic THROTTLE scale
|
||||
|
||||
`logic 0 1 0 23 0 50 0 0 0`
|
||||
|
|
12
docs/VTx.md
12
docs/VTx.md
|
@ -10,6 +10,18 @@ To use the Matek 1G3SE with IRC Tramp. You will need to enter the CLI command `s
|
|||
|
||||
Note: The frequencies required by the US version of the VTx are on `vtx_band` 2 (BAND B) only.
|
||||
|
||||
Power levels are:
|
||||
- `1` 25mW
|
||||
- `2` 200mW
|
||||
- `3` 800 mW
|
||||
|
||||
##### Matek 1G3SE frequency chart
|
||||
|
||||
| Band | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
|
||||
|------|------|------|------|------|------|------|------|------|
|
||||
| A | 1080 | 1120 | 1160 | 1200 | 1240 | 1280 | 1320 | 1360 |
|
||||
| B | 1080 | 1120 | 1160 | 1200 | 1258 | 1280 | 1320 | 1360 |
|
||||
|
||||
### Team BlackSheep SmartAudio
|
||||
|
||||
If you have problems getting SmartAudio working. There are a couple of CLI parameters you can try changing to see if they help.
|
||||
|
|
BIN
docs/assets/images/rth_home_distance.jpg
Normal file
BIN
docs/assets/images/rth_home_distance.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
BIN
docs/assets/images/vtx_home_distance.png
Normal file
BIN
docs/assets/images/vtx_home_distance.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
Loading…
Add table
Add a link
Reference in a new issue