diff options
author | krakenrf <78108016+krakenrf@users.noreply.github.com> | 2024-10-09 06:21:36 +0200 |
---|---|---|
committer | krakenrf <78108016+krakenrf@users.noreply.github.com> | 2024-10-09 06:21:36 +0200 |
commit | 0ef35edc8706bd047ce6d9bf84e2ff3328d965cc (patch) | |
tree | bc420158a4ab67b191575e4d36c4f4510e0f6b39 | |
parent | Updated 12. Appendix (markdown) (diff) | |
download | krakensdr_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 |
-rw-r--r-- | 12.-Appendix.md | 7 |
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 |