Updates
This commit is contained in:
parent
cca424050e
commit
d5d8d00270
@ -11,6 +11,7 @@ Click on a link in the list below to go to that page:
|
|||||||
1. [ArduPilot setup checklist](../../ardupilot/ardupilot-setup-checklist)
|
1. [ArduPilot setup checklist](../../ardupilot/ardupilot-setup-checklist)
|
||||||
1. [Building ArduPilot](../../ardupilot/building-ardupilot)
|
1. [Building ArduPilot](../../ardupilot/building-ardupilot)
|
||||||
1. [Configuring a switch as a relay](../../ardupilot/configuring-a-switch-as-a-relay)
|
1. [Configuring a switch as a relay](../../ardupilot/configuring-a-switch-as-a-relay)
|
||||||
|
1. [Miscellaneous notes](../../ardupilot/miscellaneous-notes)
|
||||||
1. [Reverse thrust](../../ardupilot/reverse-thrust)
|
1. [Reverse thrust](../../ardupilot/reverse-thrust)
|
||||||
1. [TECS tuning calculator](../../ardupilot/tecs-tuning-calculator)
|
1. [TECS tuning calculator](../../ardupilot/tecs-tuning-calculator)
|
||||||
1. [Transfer config between craft](../../ardupilot/transfer-config-between-craft)
|
1. [Transfer config between craft](../../ardupilot/transfer-config-between-craft)
|
||||||
|
26
content/ardupilot/miscellaneous-notes.md
Normal file
26
content/ardupilot/miscellaneous-notes.md
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
+++
|
||||||
|
title = "Miscellaneous notes"
|
||||||
|
weight = 4
|
||||||
|
sort_by = "weight"
|
||||||
|
insert_anchor_links = "right"
|
||||||
|
+++
|
||||||
|
These are random AP-related notes that wouldn't fit anywhere else:
|
||||||
|
|
||||||
|
## DJI FPV configuration
|
||||||
|
|
||||||
|
If you got some DJI goggles, here's the relevant configuration you need to make:
|
||||||
|
|
||||||
|
1. Set `OSD_TYPE=3`.
|
||||||
|
2. Set `SERIALn_PROTO=33` (DJI FPV).
|
||||||
|
3. Create a text file called `naco.txt` on the SD card of the Air Unit with the text `1` in it to unlock full power.
|
||||||
|
4. Set "Custom OSD" to "on" in the goggles menu.
|
||||||
|
5. Arrange your OSD elements how you like them.
|
||||||
|
|
||||||
|
That's it!
|
||||||
|
|
||||||
|
* * *
|
||||||
|
|
||||||
|
<p style="font-size:80%; font-style: italic">
|
||||||
|
Last updated on October 18, 2021. For any questions/feedback,
|
||||||
|
email me at <a href="mailto:hi@stavros.io">hi@stavros.io</a>.
|
||||||
|
</p>
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Reverse thrust"
|
title = "Reverse thrust"
|
||||||
weight = 4
|
weight = 5
|
||||||
sort_by = "weight"
|
sort_by = "weight"
|
||||||
insert_anchor_links = "right"
|
insert_anchor_links = "right"
|
||||||
+++
|
+++
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "TECS tuning calculator"
|
title = "TECS tuning calculator"
|
||||||
weight = 5
|
weight = 6
|
||||||
sort_by = "weight"
|
sort_by = "weight"
|
||||||
insert_anchor_links = "right"
|
insert_anchor_links = "right"
|
||||||
+++
|
+++
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Transfer config between craft"
|
title = "Transfer config between craft"
|
||||||
weight = 6
|
weight = 7
|
||||||
sort_by = "weight"
|
sort_by = "weight"
|
||||||
insert_anchor_links = "right"
|
insert_anchor_links = "right"
|
||||||
+++
|
+++
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
+++
|
+++
|
||||||
title = "Tuning the TECS"
|
title = "Tuning the TECS"
|
||||||
weight = 7
|
weight = 8
|
||||||
sort_by = "weight"
|
sort_by = "weight"
|
||||||
insert_anchor_links = "right"
|
insert_anchor_links = "right"
|
||||||
+++
|
+++
|
||||||
|
Loading…
Reference in New Issue
Block a user