diff options
author | krakenrf <78108016+krakenrf@users.noreply.github.com> | 2022-09-19 08:22:44 +0200 |
---|---|---|
committer | krakenrf <78108016+krakenrf@users.noreply.github.com> | 2022-09-19 08:22:44 +0200 |
commit | b62091d991732c3e66b51c3b4a739f6384438d16 (patch) | |
tree | 1a7c296c940a3773c99581c7475961faee0f2fc4 /07.-KrakenSDR-Troubleshooting.md | |
parent | Updated 08. Passive Radar (markdown) (diff) | |
download | krakensdr_docs.wiki-b62091d991732c3e66b51c3b4a739f6384438d16.tar krakensdr_docs.wiki-b62091d991732c3e66b51c3b4a739f6384438d16.tar.gz krakensdr_docs.wiki-b62091d991732c3e66b51c3b4a739f6384438d16.tar.bz2 krakensdr_docs.wiki-b62091d991732c3e66b51c3b4a739f6384438d16.tar.lz krakensdr_docs.wiki-b62091d991732c3e66b51c3b4a739f6384438d16.tar.xz krakensdr_docs.wiki-b62091d991732c3e66b51c3b4a739f6384438d16.tar.zst krakensdr_docs.wiki-b62091d991732c3e66b51c3b4a739f6384438d16.zip |
Diffstat (limited to '07.-KrakenSDR-Troubleshooting.md')
-rw-r--r-- | 07.-KrakenSDR-Troubleshooting.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/07.-KrakenSDR-Troubleshooting.md b/07.-KrakenSDR-Troubleshooting.md index 9a23d84..3d1ba25 100644 --- a/07.-KrakenSDR-Troubleshooting.md +++ b/07.-KrakenSDR-Troubleshooting.md @@ -17,6 +17,11 @@ The second most likely cause is booting the Pi or running the software without t The third most likely cause is a poor quality USB data cable. +#### I edited the number of channels in the heimdall config file, but now heimdall doesn't work +Currently if you edit the num_ch you will also need to edit the en_bias_tee string to a matching length. For example +> num_ch = 2 +> en_bias_tee = 0,0 + #### The Android App shows no bearings Make sure that you have entered the correct IP address of the device the Kraken is running on in the app settings. |