summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrakenrf <78108016+krakenrf@users.noreply.github.com>2023-03-07 00:34:56 +0100
committerkrakenrf <78108016+krakenrf@users.noreply.github.com>2023-03-07 00:34:56 +0100
commit1c0360318882f1bcd92ff3d6efe9d590ba5fe17a (patch)
tree12e7e99d7d2b08cb3a8712b06eb2d4d70155a640
parentUpdated 12. Appendix (markdown) (diff)
downloadkrakensdr_docs.wiki-1c0360318882f1bcd92ff3d6efe9d590ba5fe17a.tar
krakensdr_docs.wiki-1c0360318882f1bcd92ff3d6efe9d590ba5fe17a.tar.gz
krakensdr_docs.wiki-1c0360318882f1bcd92ff3d6efe9d590ba5fe17a.tar.bz2
krakensdr_docs.wiki-1c0360318882f1bcd92ff3d6efe9d590ba5fe17a.tar.lz
krakensdr_docs.wiki-1c0360318882f1bcd92ff3d6efe9d590ba5fe17a.tar.xz
krakensdr_docs.wiki-1c0360318882f1bcd92ff3d6efe9d590ba5fe17a.tar.zst
krakensdr_docs.wiki-1c0360318882f1bcd92ff3d6efe9d590ba5fe17a.zip
-rw-r--r--10.-KerberosSDR-Setup-for-KrakenSDR-Software.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/10.-KerberosSDR-Setup-for-KrakenSDR-Software.md b/10.-KerberosSDR-Setup-for-KrakenSDR-Software.md
index 96a9cd0..253d5ce 100644
--- a/10.-KerberosSDR-Setup-for-KrakenSDR-Software.md
+++ b/10.-KerberosSDR-Setup-for-KrakenSDR-Software.md
@@ -12,12 +12,12 @@ We strongly recommend making a small modification by removing a jumper on the Ke
## KerberosSDR EEPROM Update
For KerberosSDR users you will need to initially flash the EEPROM to use the new serial numbering scheme. Connect a monitor and boot up the image file. The code will not start as the EEPROMs are incorrect.
-There is a script in `~/krakensdr_doa/heimdall_daq_fw/util/eeprom_init.sh` that can guide your through this. Just plug in your KerberosSDR (ensuring it is powered from the power port), and run the script `./eeprom_init.sh`. The script will guide you to use the DIP switches to turn all units off, except the currently requested tuner. It will then flash the realtek_oem firmware, then the serial number, before asking you to turn off that tuner, and turn on the next one. Answer `Y` each time it asks to flash.
+There is a script in `~/krakensdr_doa/heimdall_daq_fw/util/kerberos_eeprom_init.sh` that can guide your through this. Just plug in your KerberosSDR (ensuring it is powered from the power port), and run the script `./kerberos_eeprom_init.sh`. The script will guide you to use the DIP switches to turn all units off, except the currently requested tuner. It will then flash the realtek_oem firmware, then the serial number, before asking you to turn off that tuner, and turn on the next one. Answer `Y` each time it asks to flash.
Once the EEPROM is flashed you can reboot and follow the reconfiguration step below.
## KerberosSDR Reconfiguration (For DoA Software)
-The image is currently set up for the KrakenSDR. For KerberosSDR users, please update the EEPROM as described above first, then reboot. Once the web interface has loaded, expand the "Basic DAQ Settings" by clicking on the checkbox. Under "Preconfigured DAQ Files" select "kerberosSDR_default", and then click on "Reconfigure and Restart DAQ chain". This may take a minute or so, but after it's completed the software should connect and begin processing.
+The image is currently set up for the KrakenSDR. For KerberosSDR users, please update the EEPROM as described above first, then reboot. Once the web interface has loaded, expand the "Basic DAQ Settings" by clicking on the checkbox. Under "Preconfigured DAQ Files" select "kerberosSDR_default", and then click on "Reconfigure and Restart DAQ chain". This may take a minute or so, but after it's completed the software should connect and begin processing. If 'Reconfigure and Restart DAQ chain' does not fully restart the software after a few minutes, please perform a hard or soft reboot of the Pi4.
## KerberosSDR Retuning
The KrakenSDR code is designed to autocalibrate phase on each retune. Unfortunately this feature is not available on the KerberosSDR due to the lack of a noise source switching circuit. So with the KerberosSDR every time you change the frequency or DAQ settings, you must make sure that you have the antennas disconnected. (NOTE: This is only a problem for the DoA software which requires sample and phase calibration. For PR only sample calibration is required, and hence retuning should be fine without needing to disconnect antennas.)
@@ -25,3 +25,11 @@ The KrakenSDR code is designed to autocalibrate phase on each retune. Unfortunat
Also if you make any custom changes to the DAQ settings (which is not recommended), always ensure that `Calibration Track Mode` is set to `No Tracking` otherwise the software will attempt to recalibrate every X-minutes.
Once you've set the center frequency, you can connect your antennas. In the Spectrum screen you can use 'click to tune' to tune to any frequency within the active bandwidth without needing to recalibrate.
+
+## KerberosSDR External Switches
+If you are using external switches from ckoval and compiling the code from scratch, make sure install PIGPIO and uncomment the PIGPIO build line in the _daq_core Makefile before compiling the _daq_core code.
+
+`# Uncomment if you are using third party switches from ckoval on a Rpi device and have pigpio installed`
+`#PIGPIO=-lpigpio -DUSEPIGPIO`
+
+If you are using the ready to use Pi4 image, the GPIO control of the switches should already be enabled, so you do not need to recompile anything. \ No newline at end of file