summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrakenrf <78108016+krakenrf@users.noreply.github.com>2022-04-20 02:31:25 +0200
committerGitHub <noreply@github.com>2022-04-20 02:31:25 +0200
commit0bbeda0262cec531b0d9c6d53a9a7d561afac2f0 (patch)
tree54f5d6e3e90de00782466eb0ac2a6e175f637483
parentremove squelch var/functions (diff)
downloadkrakensdr_pr-0bbeda0262cec531b0d9c6d53a9a7d561afac2f0.tar
krakensdr_pr-0bbeda0262cec531b0d9c6d53a9a7d561afac2f0.tar.gz
krakensdr_pr-0bbeda0262cec531b0d9c6d53a9a7d561afac2f0.tar.bz2
krakensdr_pr-0bbeda0262cec531b0d9c6d53a9a7d561afac2f0.tar.lz
krakensdr_pr-0bbeda0262cec531b0d9c6d53a9a7d561afac2f0.tar.xz
krakensdr_pr-0bbeda0262cec531b0d9c6d53a9a7d561afac2f0.tar.zst
krakensdr_pr-0bbeda0262cec531b0d9c6d53a9a7d561afac2f0.zip
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 799ad59..7df154c 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,5 @@
# Kraken SDR Passive Radar
-NOTE still under development.
-
## Installation
1. Install the prerequisites
@@ -65,9 +63,13 @@ cp krakensdr_pr/util/kraken_pr_stop.sh .
./kraken_pr_start.sh
```
+Then browse to KRAKEN_IP_ADDR:8080 in a webbrowser on a computer on the same network.
+
+When the GUI loads, make sure to set an appropriate passive radar preconfig ini for the Heimdall DAQ. For example, choose "pr_2ch_2pow21", then click on "Reconfigure and Restart DAQ". This will configure the DAQ for passive radar, and then start the processing.
+
Please be patient on the first run, at it can take 1-2 minutes for the JIT numba compiler to compile the numba optimized functions, and during this compilation time it may appear that the software has gotten stuck. On subsqeuent runs this loading time will be much faster as it will read from cache.
-Make sure to set an appropriate passive radar config ini for the Heimdall DAQ. (MORE INFO TO BE ADDED SOON, but basically, set decimation and FIR filtering to 1, set the sample rate to the max of 2.56 MHz, set the nubmer of RX channels to 2, DAQ buffer size 262144, CPI size to 524288 or larger (must be a power of 2). Then use channel 1 to connect your reference antenna, and channel 2 for your surveillance antenna.)
+Use CH0 to connect your reference antenna, and CH1 for your surveillance antenna.)
### Remote operation