diff --git a/content/drone-stuff/_index.md b/content/drone-stuff/_index.md index dcf5a7f..5bcc42f 100644 --- a/content/drone-stuff/_index.md +++ b/content/drone-stuff/_index.md @@ -11,5 +11,6 @@ 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 on the FrSky XSR receiver](../../drone-stuff/getting-uninverted-sbus-on-the-frsky-xsr-receiver) 1. [Mini Drak build condensed instructions](../../drone-stuff/mini-drak-build-condensed-instructions) -1. [Omnibus F4 V3](../../drone-stuff/omnibus-f4-v3) +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) diff --git a/content/drone-stuff/omnibus-f4-v3.md b/content/drone-stuff/omnibus-f4-v3-pinout.md similarity index 86% rename from content/drone-stuff/omnibus-f4-v3.md rename to content/drone-stuff/omnibus-f4-v3-pinout.md index 0191846..8b5f6b0 100644 --- a/content/drone-stuff/omnibus-f4-v3.md +++ b/content/drone-stuff/omnibus-f4-v3-pinout.md @@ -1,5 +1,5 @@ +++ -title = "Omnibus F4 V3" +title = "Omnibus F4 V3 pinout" weight = 3 sort_by = "weight" insert_anchor_links = "right" diff --git a/content/drone-stuff/transmitter-external-module-pinout.md b/content/drone-stuff/transmitter-external-module-pinout.md new file mode 100644 index 0000000..2fb2028 --- /dev/null +++ b/content/drone-stuff/transmitter-external-module-pinout.md @@ -0,0 +1,18 @@ ++++ +title = "Transmitter external module pinout" +weight = 5 +sort_by = "weight" +insert_anchor_links = "right" ++++ +The transmitter (Taranis, Jumper, RadioMaster, etc) pinout is, from top to bottom: + +* PPM +* +6V +* +BAT +* GND +* ANT + +It's illustrated in this photo: + +[![pinout.jpeg](../../72d23239af1541d4b170271c1e9e21eb.jpeg)](../../72d23239af1541d4b170271c1e9e21eb.jpeg) + diff --git a/static/72d23239af1541d4b170271c1e9e21eb.jpeg b/static/72d23239af1541d4b170271c1e9e21eb.jpeg new file mode 100644 index 0000000..64123a9 Binary files /dev/null and b/static/72d23239af1541d4b170271c1e9e21eb.jpeg differ diff --git a/update.sh b/update.sh new file mode 100755 index 0000000..fa8203d --- /dev/null +++ b/update.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +./joplinexport.py +git add . +git cma Update