summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrakenrf <78108016+krakenrf@users.noreply.github.com>2022-08-24 12:42:14 +0200
committerGitHub <noreply@github.com>2022-08-24 12:42:14 +0200
commit21da55d3366e549765dbd9169597a2607a2c7fc6 (patch)
tree82f2a5b3655bbcfedeb32af7967451e633c50292
parentbias tee daq controls (diff)
downloadkrakensdr_pr-21da55d3366e549765dbd9169597a2607a2c7fc6.tar
krakensdr_pr-21da55d3366e549765dbd9169597a2607a2c7fc6.tar.gz
krakensdr_pr-21da55d3366e549765dbd9169597a2607a2c7fc6.tar.bz2
krakensdr_pr-21da55d3366e549765dbd9169597a2607a2c7fc6.tar.lz
krakensdr_pr-21da55d3366e549765dbd9169597a2607a2c7fc6.tar.xz
krakensdr_pr-21da55d3366e549765dbd9169597a2607a2c7fc6.tar.zst
krakensdr_pr-21da55d3366e549765dbd9169597a2607a2c7fc6.zip
-rw-r--r--README.md22
1 files changed, 21 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8a47d6b..8efb833 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,28 @@
# Kraken SDR Passive Radar
+Please consult our Passive Radar Wiki page at https://github.com/krakenrf/krakensdr_docs/wiki/08.-Passive-Radar for more information.
+
## Quickstart Raspberry Pi 4 Image
-INFO COMING SOON.
+The passive radar software is preinstalled on the DOA PI4 Image at https://github.com/krakenrf/krakensdr_doa/releases/
+
+By default this image runs the DOA direction finding code on boot.
+
+To change to the passive radar code, connect a monitor and keyboard (or SSH in), and edit start.sh in the home folder. You will need to comment out the DOA code run lines, and uncomment the passive radar lines.
+
+Make sure to change the heimdall preconfig file to pr_2ch_2pow20, pr_2ch_2pow21 or pr_2ch_2pow22
+
+## Quickstart VirtualBox Image
+
+Another way to get started is with a more powerful machine like a Windows or Linux laptop/PC and our VirtualBox image. The image includes the KrakenSDR DOA, Passive Radar, and GNU Radio software.
+
+The image file is provided as an OVA file, so in VirtualBox go to File->Import to use it. Make sure you deselect the network interface upon install, and then before starting set networking to bridged mode, and select your own network interface.
+
+Note that this uses the VirtualBox USB3.0 implementation as we have found that the USB2.0 implementation is too slow and drops samples. The USB3.0 implementation works well. In order to use the USB3.0 implementation you will need the Oracle VM VirtualBox Extension Pack from https://www.virtualbox.org/wiki/Downloads installed to your VirtualBox.
+
+DOWNLOAD LINK COMING
+
+Once you are in the OS to start the passive radar code, open a terminal and browse to the `krakensdr_pr` folder. Then run `./kraken_pr_start.sh`. Next see the Running heading below.
## Installation