From 3b8100721032397f507b93c059d3dec0365c7eb0 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sat, 19 May 2018 10:56:43 +0200 Subject: Refactoring command line option handling * Use own function to define and parse command line options * Command line options can be defined by config file also * --limesdr allows to auto-set required SDR option for LimeSDR --- docs/sdr.html | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/sdr.html b/docs/sdr.html index c4b3bf5..09bded1 100644 --- a/docs/sdr.html +++ b/docs/sdr.html @@ -67,7 +67,7 @@ LimeSDR

-If you have this device, you need to install the SoapySDR, then the LimeSuit and finally run configure with Osmocom Analog, compile and install. +If you have this device, you need to install the SoapySDR, then the LimeSuite and finally run configure with Osmocom Analog, compile and install. Run Osmocom Analog with --help again, and you should see a bunch of option for SDR. In case of B-Netz, I use the following parameters:

@@ -75,14 +75,21 @@ In case of B-Netz, I use the following parameters:
 
 # bnetz --sdr-soapy \
-        --sdr-tx-gain 50 \
+	--sdr-rx-antenna LNAL \
         --sdr-rx-gain 30 \
+        --sdr-tx-gain 30 \
         --sdr-samplerate 5000000 \
         -s 100000 \
         -k 17
 
 
+

+Be sure to select the right RX antenna input. +The frequencies we use require the low frequency filter network, so I suggest to connect your antenna to RX_1_L and select "--sdr-rx-antenna LNAL". +Different versions of LimeSuite have different default antenna inputs, so be sure to set your RX antenna. +

+

In order to change from analog sound card to SDR, you need --sdr-soapy option. In my setup I use antennas directly connected to the SDR. @@ -170,7 +177,8 @@ Because C-Netz uses only odd channel numbers for 10 KHz spacing, we use channel

 
 # cnetz --sdr-soapy \
-        --sdr-rx-gain 50 \
+	--sdr-rx-antenna LNAL \
+        --sdr-rx-gain 30 \
 	--sdr-tx-gain 30 \
         --sdr-samplerate 5000000 \
 	-s 100000 \
-- 
cgit v1.2.3