This commit is contained in:
Stavros Korokithakis 2021-10-19 00:00:44 +03:00
parent d5d8d00270
commit 2049f7f464
No known key found for this signature in database
GPG Key ID: 26EA345ECD4C2A63

View File

@ -11,16 +11,17 @@ These are random AP-related notes that wouldn't fit anywhere else:
If you got some DJI goggles, here's the relevant configuration you need to make: If you got some DJI goggles, here's the relevant configuration you need to make:
1. Set `OSD_TYPE=3`. 1. Set `OSD_TYPE=3`.
2. Set `SERIALn_PROTO=33` (DJI FPV). 2. Set `SERIALn_PROTO=33 SERIALn_BAUD=115 SERIALn_OPTIONS=0` (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. 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](https://oscarliang.com/dji-fpv-system-fcc-700mw/).
4. Set "Custom OSD" to "on" in the goggles menu. 4. Create a text file called `naco_pwr.txt` on the SD card of the goggles with the text `pwr_2` in it [to unlock more full power](https://oscarliang.com/dji-fpv-system-1200mw-output/).
5. Arrange your OSD elements how you like them. 5. Set "Custom OSD" to "on" in the goggles menu.
6. Arrange your OSD elements how you like them.
That's it! That's it!
* * * * * *
<p style="font-size:80%; font-style: italic"> <p style="font-size:80%; font-style: italic">
Last updated on October 18, 2021. For any questions/feedback, Last updated on October 19, 2021. For any questions/feedback,
email me at <a href="mailto:hi@stavros.io">hi@stavros.io</a>. email me at <a href="mailto:hi@stavros.io">hi@stavros.io</a>.
</p> </p>