Changes

SDR

1,181 bytes added, 14:06, 30 December 2021
/* Compatible Hardware */
== References ==
* http://sdr.osmocom.org/trac/wiki/rtl-sdr
* httphttps://wiki.gnuradio.org/redmineindex.php/projects/gnuradio/wikiMain_Page
* http://spacenear.us/tracker/
* https://en.wikipedia.org/wiki/ISM_band
* http://www.jsansonnens.ch/freq.html
* Table d'allocation en CH https://www.ofcomnet.ch/#/fatTable
* https://wiki.debian.org/DebianHams
 
=== Compatible Hardware ===
* https://www.funk-technik.info/alles-%C3%BCber-rtl-sdr/welche-dvb-t-stick-funktionieren.html
 
=== RTL-SDR Calibration ===
 
* https://karelkeers.nl/karelkeers.nl/rtl-sdr-calibration-with-r820t2-chip/
 
=== Antenna Setup ===
 
* https://www.rtl-sdr.com/using-our-new-dipole-antenna-kit/
* https://www.qsl.net/kk4obi/
== SDR at FIXME ==
== SDR Softwares ==
 
=== SDR++===
* Simple and bloat free
* https://github.com/AlexandreRouma/SDRPlusPlus
 
=== Quisk ===
* http://james.ahlstrom.name/quisk/
=== RTL-SDR ===
==== Debian Packages ====
<pre>apt intsall rtl-sdr</pre> ==== Sources ========= Requirement =====
<pre>
sudo apt-get install git libusb-1.0-0-dev cmake build-essential
</pre>
===== Build =====
<pre>
git clone git://git.osmocom.org/rtl-sdr.git
The test bellow is for a E4000 dongle.
<pre>
sdr@alix2:~$ rtl_test -t
Found 1 device(s):
0: Terratec T Stick PLUS
</pre>
or for other dongle
<pre>
$ rtl_test
Found 1 device(s):
0: NOXON, DAB Stick, SN: 0
 
Using device 0: Terratec Fraunhofer DAB Stick
Found Fitipower FC0013 tuner
Supported gain values (23): -9.9 -7.3 -6.5 -6.3 -6.0 -5.8 -5.4 5.8 6.1 6.3 6.5 6.7 6.8 7.0 7.1 17.9 18.1 18.2 18.4 18.6 18.8 19.1 19.7
Sampling at 2048000 S/s.
 
Info: This tool will continuously read from the device, and report if
samples get lost. If you observe no further output, everything is fine.
 
Reading samples in async mode...
</pre>
==== Use rtl_tcp ====
</pre>
==== Installation ====
#Download software ACARS decoder from [https://github.com/TLeconte/acarsdec]
<pre>
git clone https://github.com/steve-m/kalibrate-rtl.git
make
sudo make install
</pre>
 
You may need to run this if you encounter some reference errors on Raspberry Pi:
<pre>
export PKG_CONFIG_PATH='/usr/lib/arm-linux-gnueabihf/pkgconfig/'
</pre>
==== Requirement ====
<pre>
sudo apt-get install libqt4-devsudo apt-get install libpulse-dev
</pre>
* [[User:Rorist]]
* [[User:Maurice809]]
* [[User:Masoud]]
391
edits