joplin-mdbooks-website/content/ardupilot/miscellaneous-notes.md
Stavros Korokithakis d5d8d00270
Updates
2021-10-18 17:38:14 +03:00

27 lines
742 B
Markdown

+++
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>