summaryrefslogtreecommitdiffstats
path: root/12.-Appendix.md
diff options
context:
space:
mode:
authorkrakenrf <78108016+krakenrf@users.noreply.github.com>2024-10-09 06:21:36 +0200
committerkrakenrf <78108016+krakenrf@users.noreply.github.com>2024-10-09 06:21:36 +0200
commit0ef35edc8706bd047ce6d9bf84e2ff3328d965cc (patch)
treebc420158a4ab67b191575e4d36c4f4510e0f6b39 /12.-Appendix.md
parentUpdated 12. Appendix (markdown) (diff)
downloadkrakensdr_docs.wiki-0ef35edc8706bd047ce6d9bf84e2ff3328d965cc.tar
krakensdr_docs.wiki-0ef35edc8706bd047ce6d9bf84e2ff3328d965cc.tar.gz
krakensdr_docs.wiki-0ef35edc8706bd047ce6d9bf84e2ff3328d965cc.tar.bz2
krakensdr_docs.wiki-0ef35edc8706bd047ce6d9bf84e2ff3328d965cc.tar.lz
krakensdr_docs.wiki-0ef35edc8706bd047ce6d9bf84e2ff3328d965cc.tar.xz
krakensdr_docs.wiki-0ef35edc8706bd047ce6d9bf84e2ff3328d965cc.tar.zst
krakensdr_docs.wiki-0ef35edc8706bd047ce6d9bf84e2ff3328d965cc.zip
Diffstat (limited to '12.-Appendix.md')
-rw-r--r--12.-Appendix.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/12.-Appendix.md b/12.-Appendix.md
index 135c798..7772ea6 100644
--- a/12.-Appendix.md
+++ b/12.-Appendix.md
@@ -175,4 +175,9 @@ Finally, in kraken_doa_start.sh, comment out the eval line, and uncomment the so
source /home/krakenrf/miniforge3/etc/profile.d/conda.sh #<- required for systemd auto startup
#eval "$(conda shell.bash hook)"
conda activate kraken
-``` \ No newline at end of file
+```
+
+# KrakenSDR Manual Bias Tee Control
+When using the KrakenSDR as a standard SDR, you can activate each individual bias tee using the rtl_biast and -g flag to select the correct GPIO. GPIO 0 is for the noise source. GPIO's 1,2,3,4,5 are for the bias tees.
+
+For example to turn on the bias tee on the first port `rtl_biast -g1 -b1`. \ No newline at end of file