RTL-SDR: Difference between revisions

From Ghpsdr3 SDR project
Jump to navigation Jump to search
Initial page about RTL-SDR
 
m No need to build rtlsdr-server separately
 
Line 3: Line 3:
The steps needed to get it running is as follows:
The steps needed to get it running is as follows:


1. Checkout iw0hdv branch :
1. Install rtlsdr library. Follow directions at: [http://sdr.osmocom.org/trac/wiki/rtl-sdr OsmoCom RTL-SDR] . Do not forget to run  
<pre>
git checkout iw0hdv
</pre>
 
Then rebuild ghpsdr3-alex with instructions at [[QtRadio_Installation]].
 
2. Install rtlsdr library. Follow directions at: [http://sdr.osmocom.org/trac/wiki/rtl-sdr OsmoCom RTL-SDR] . Do not forget to run  
<pre>
<pre>
sudo ldconfig
sudo ldconfig
Line 17: Line 10:
after it is installed.
after it is installed.


3. Cd to ghpsdr3-alex/trunk/src/rtlsdr and run:
2. Checkout iw0hdv branch :
<pre>
<pre>
autoreconf -i;./configure
git checkout iw0hdv
make
</pre>
</pre>


4. If everything has installed ok you might try to insert your USB stick and start the rtlsdr-server with:
Then rebuild ghpsdr3-alex with instructions at [[QtRadio_Installation]].
 
3. If everything has installed ok you might try to insert your USB stick and start the rtlsdr-server. Cd to ghpsdr3-alex/trunk/src/rtlsdr and run:
<pre>
<pre>
sudo ./rtlsdr-server -d3 -s250000
sudo ./rtlsdr-server -d3 -s250000
</pre>
</pre>


5. The start the dspserver:
4. Then start the dspserver:
<pre>
<pre>
dspserver --lo 0
dspserver --lo 0
</pre>
</pre>
5. If you want to try to listen to FM Broadcast stations there is no real WFM but NFM in QtRadio has a 80kHz wide filter that work quite ok.


Remember this is very experimental. Questions should go to the sdr-widget group.
Remember this is very experimental. Questions should go to the sdr-widget group.

Latest revision as of 13:42, 13 May 2012

RTL-SDR is cheap and simple DVB and/or DAB receiver USB sticks that can be used as a SDR and can cover VHF and UHF frequencies. More information on this can be found at OsmoCom RTL-SDR and RTL-SDR community at Reddit . Andrea IW0HDV has written a server for rtl-sdr to be used with Ghpsdr3-alex.

The steps needed to get it running is as follows:

1. Install rtlsdr library. Follow directions at: OsmoCom RTL-SDR . Do not forget to run

sudo ldconfig

after it is installed.

2. Checkout iw0hdv branch :

git checkout iw0hdv

Then rebuild ghpsdr3-alex with instructions at QtRadio_Installation.

3. If everything has installed ok you might try to insert your USB stick and start the rtlsdr-server. Cd to ghpsdr3-alex/trunk/src/rtlsdr and run:

sudo ./rtlsdr-server -d3 -s250000

4. Then start the dspserver:

dspserver --lo 0

5. If you want to try to listen to FM Broadcast stations there is no real WFM but NFM in QtRadio has a 80kHz wide filter that work quite ok.

Remember this is very experimental. Questions should go to the sdr-widget group.