<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>GQRX &#8211; Squix &#8211; TechBlog</title>
	<atom:link href="https://blog.squix.org/tag/gqrx/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.squix.org</link>
	<description></description>
	<lastBuildDate>Thu, 09 Dec 2021 08:13:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.8</generator>
<site xmlns="com-wordpress:feed-additions:1">121913304</site>	<item>
		<title>RTL-SDR: Quick Guide to Software Defined Radio on Mac OS X Yosemite</title>
		<link>https://blog.squix.org/2015/03/rtl-sdr-quick-guide-to-software-defined.html</link>
					<comments>https://blog.squix.org/2015/03/rtl-sdr-quick-guide-to-software-defined.html#comments</comments>
		
		<dc:creator><![CDATA[Daniel Eichhorn]]></dc:creator>
		<pubDate>Mon, 23 Mar 2015 20:41:00 +0000</pubDate>
				<category><![CDATA[Common]]></category>
		<category><![CDATA[garage door opener]]></category>
		<category><![CDATA[GQRX]]></category>
		<category><![CDATA[RTL-SDR]]></category>
		<guid isPermaLink="false">http://blog.squix.org/2015/03/23/rtl-sdr-quick-guide-to-software-defined/</guid>

					<description><![CDATA[Today another little package from China waited in my inbox: a DVB-T+FM Tuner. So far not that exciting. Except that this package for $10.99 is capable of receiving a huge spectrum of 24-1766MHz thanks to the powerful tuner inside. The keyword for making this hardware ... <p><a class="read-more btn btn-secondary" href="https://blog.squix.org/2015/03/rtl-sdr-quick-guide-to-software-defined.html">Read More</a></p>]]></description>
										<content:encoded><![CDATA[<div dir="ltr" style="text-align: left;" trbidi="on">
Today another little package from China waited in my inbox: a DVB-T+FM Tuner. So far not that exciting. Except that this package for $10.99 is capable of receiving a huge spectrum of 24-1766MHz thanks to the powerful tuner inside.</p>
<p>The keyword for making this hardware useful is Software Defined Radio or short SDR. And since the hardware is based on the Realtek Chip RTL2832U the software supporting it is called <a href="http://www.rtl-sdr.com/about-rtl-sdr/" target="_blank" rel="noopener">RTL-SDR</a>.</p>
<p>I kind of expected an annoying process of getting it to run on Mac OS X Yosemite (10.10) but it turns out it was very easy. Just follow these steps.</p>
<h3 style="text-align: left;">
1. Get the Hardware</h3>
<div>
I ordered mine from <a href="https://www.banggood.com/SDR-RTL2832U-R828D-A300U-DAB-FM-Radio-Receiver-25MHz-to-1760MHz-p-1765287.html?p=0P21061109440201501M" target="_blank" rel="noopener">Banggood</a>&nbsp;and it arrived in about 3 Weeks from China to Europe. You can of course buy it anywhere. Just make sure that the device contains a RTL2832U chip.</div>
<div>
</div>
<h3 style="text-align: left;">
2. Install the Software</h3>
<div>
Because I&#8217;m a Mac user I will show you how to install GQRX, an excellent software running on Linux and Mac OS X. But you can also easily find excellent software for Windows. I hear that <a href="http://sdrsharp.com/#download" target="_blank" rel="noopener">SDR#</a>&nbsp;is a very nice tool, but I didn&#8217;t have the chance to use it yet.</div>
<div>
</div>
<div>
<ul style="text-align: left;">
<li>Install the latest version of MacPorts from <a href="http://www.macports.org/install.php" target="_blank" rel="noopener">here</a>. If you are not a coder you will probably also have to install <a href="https://macappsto.re/ch/Bk9QD.m" target="_blank" rel="noopener">XCode</a> from the AppStore</li>
<li>When the installation has finished, open a new terminal window and execute
<div class="p1">
</p>
<pre class="brush:shell;">sudo port install gqrx</pre>
</div>
</li>
</ul>
</div>
<div>
Warning: this might take I while. On my not-so-young MacBook Pro it took about an hour&#8230;<br />
After the installation has finished, plug in the tuner and test it by executing:</p>
<pre class="brush:shell;">rtl_test -t
</pre>
<p>
Giving me this this output:</p>
<pre class="brush:shell;">Found 1 device(s):
  0:  Realtek, RTL2838UHIDIR, SN: 00000001

Using device 0: Generic RTL2832U OEM
Found Rafael Micro R820T tuner
Supported gain values (29): 0.0 0.9 1.4 2.7 3.7 7.7 8.7 12.5 14.4 15.7 16.6 19.7 20.7 22.9 25.4 28.0 29.7 32.8 33.8 36.4 37.2 38.6 40.2 42.1 43.4 43.9 44.5 48.0 49.6 
Sampling at 2048000 S/s.
No E4000 tuner found, aborting.
</pre>
<pre class="brush:shell;"></pre>
<p>which looks good!<br />
</p>
<h3 style="text-align: left;">
3. Run GQRX</h3>
</div>
<div>
<div class="separator" style="clear: both; text-align: center;">
</div>
<p>Now that you hopefully have a running gqrx. Execute it from the command line:</p>
<pre class="brush:shell;">gqrx
</pre>
<p>
In the following screenshot I&#8217;m tuning in on my garage door opener:
</div>
<div>
<table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;">
<tbody>
<tr>
<td style="text-align: center;"><a href="https://i0.wp.com/blog.squix.org/wp-content/uploads/2015/03/Screenshot2015-03-2322.34.50.png?ssl=1" imageanchor="1" style="margin-left: auto; margin-right: auto; text-align: center;"><img data-recalc-dims="1" fetchpriority="high" decoding="async" border="0" height="207" src="https://i0.wp.com/blog.squix.org/wp-content/uploads/2015/03/Screenshot2015-03-2322.34.50.png?resize=320%2C207&#038;ssl=1" width="320" /></a></td>
</tr>
<tr>
<td class="tr-caption" style="text-align: center;">gqrx on Mac OS X Yosemite Tuned in <br />
on a Garage Door Opener</td>
</tr>
</tbody>
</table>
</div>
<div>
<h3 style="text-align: left;">
Summary</h3>
<div>
With just a few steps and the right hardware you can get a powerful tool to listen to all kinds of radio frequencies. You can for instance also find software that can read out the transponder data of commercial airplanes, a protocol called ADS-B. This will be one of my next experiments with RTL-SDR</div>
<p></div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.squix.org/2015/03/rtl-sdr-quick-guide-to-software-defined.html/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">60</post-id>	</item>
	</channel>
</rss>
