This commit is contained in:
Stavros Korokithakis
2020-11-30 05:21:36 +02:00
parent a194417a41
commit fc01655a28
13 changed files with 86 additions and 22 deletions

View File

@@ -10,6 +10,7 @@ Click on a link in the list below to go to that page:
1. [Getting uninverted SBUS on a no-name FrSky-compatible receiver](../../drone-stuff/getting-uninverted-sbus-on-a-no-name-frsky-compatible-receiver)
1. [Getting uninverted SBUS/SmartPort on the FrSky XSR receiver](../../drone-stuff/getting-uninverted-sbus-smartport-on-the-frsky-xsr-receiver)
1. [INAV tuning tips](../../drone-stuff/inav-tuning-tips)
1. [Omnibus F4 V3 pinout](../../drone-stuff/omnibus-f4-v3-pinout)
1. [Omnibus F4 pro servo diode](../../drone-stuff/omnibus-f4-pro-servo-diode)
1. [Transmitter external module pinout](../../drone-stuff/transmitter-external-module-pinout)

View File

@@ -12,3 +12,8 @@ To break this out to the SBUS pad, I had to remove/bridge the resistor that is c
[![rc-sbus-mosfet.jpg](../../resources/1b0f508a533e45b496c6636d49161b0c.jpg)](../../resources/1b0f508a533e45b496c6636d49161b0c.jpg)
* * *
Last updated on 2020-11-24 01:33:46.

View File

@@ -15,4 +15,8 @@ They should be soldered like this (remember to solder both resistor pads togethe
Now the CPPM pad will be uninverted SBUS/SmartPort instead.
It seems to be a bit of a gamble whether you get SBUS or SmartPort, it might be firmware-dependent.
On firmware 2.1.0 FPort, I actually got the uninverted FPort signal on the CPPM pin, which is what I wanted.
On firmware 2.1.0 FPort, I actually got the uninverted FPort signal on the CPPM pin, which is what I wanted.
* * *
Last updated on 2020-11-24 04:21:44.

View File

@@ -0,0 +1,15 @@
+++
title = "INAV tuning tips"
weight = 2
sort_by = "weight"
insert_anchor_links = "right"
+++
Here are some general INAV tuning tips and things I've learned throughout my builds. Keep in mind that *these only apply to wings* (and maybe planes), not quads:
* There's a known problem with horizon drift. To ameliorate it, use `set imu_acc_ignore_rate = 10`.
* To make turns in automatic turns smoother, use `set nav_fw_control_smoothness = 8`.
* Pawel says that the idea of the software LPF is to replace the hardware LPF. Leave the hardware LPF set to 256 Hz and set the software LPF to 20-30 Hz, with a looptime of 1k.
* * *
Last updated on 2020-11-30 05:17:15.

View File

@@ -1,6 +1,6 @@
+++
title = "Omnibus F4 pro servo diode"
weight = 3
weight = 4
sort_by = "weight"
insert_anchor_links = "right"
+++
@@ -8,4 +8,8 @@ To isolate the servo 5V rail from the controller's 5V power supply, remove this
[![a435bcae86912205b6fac41731285b8d.png](../../resources/6d668e05d8a54580966b94a752f3b7db.png)](../../resources/6d668e05d8a54580966b94a752f3b7db.png)
Now the servos' 5V rail can be powered from another 5V supply to avoid servo current backflow into the FC.
Now the servos' 5V rail can be powered from another 5V supply to avoid servo current backflow into the FC.
* * *
Last updated on 2020-11-24 01:33:24.

View File

@@ -1,9 +1,13 @@
+++
title = "Omnibus F4 V3 pinout"
weight = 2
weight = 3
sort_by = "weight"
insert_anchor_links = "right"
+++
This is the pinout of the Omnibus F4 V3:
[![53b3161d509dcc7bbfb43c89b16b0bae.png](../../resources/99f5c91454204c1d9740a8d9b876833b.png)](../../resources/99f5c91454204c1d9740a8d9b876833b.png)
[![53b3161d509dcc7bbfb43c89b16b0bae.png](../../resources/99f5c91454204c1d9740a8d9b876833b.png)](../../resources/99f5c91454204c1d9740a8d9b876833b.png)
* * *
Last updated on 2020-11-24 01:33:14.

View File

@@ -1,6 +1,6 @@
+++
title = "Transmitter external module pinout"
weight = 4
weight = 5
sort_by = "weight"
insert_anchor_links = "right"
+++
@@ -16,3 +16,8 @@ It's illustrated in this photo:
[![pinout.jpeg](../../resources/72d23239af1541d4b170271c1e9e21eb.jpeg)](../../resources/72d23239af1541d4b170271c1e9e21eb.jpeg)
* * *
Last updated on 2020-11-24 00:13:36.