<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://hackepedia.org/index.php?action=history&amp;feed=atom&amp;title=Sdr</id>
	<title>Sdr - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://hackepedia.org/index.php?action=history&amp;feed=atom&amp;title=Sdr"/>
	<link rel="alternate" type="text/html" href="https://hackepedia.org/index.php?title=Sdr&amp;action=history"/>
	<updated>2026-05-08T23:14:49Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://hackepedia.org/index.php?title=Sdr&amp;diff=5611&amp;oldid=prev</id>
		<title>Franks: Created page with &quot;This page is about configure software defined radio (SDR) using the infamous RTL2832U  RealTek chip. Start by ordering something off ebay that has the RTL2832U chip. In my cas...&quot;</title>
		<link rel="alternate" type="text/html" href="https://hackepedia.org/index.php?title=Sdr&amp;diff=5611&amp;oldid=prev"/>
		<updated>2013-10-30T14:26:48Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This page is about configure software defined radio (SDR) using the infamous RTL2832U  RealTek chip. Start by ordering something off ebay that has the RTL2832U chip. In my cas...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This page is about configure software defined radio (SDR) using the infamous RTL2832U  RealTek chip. Start by ordering something off ebay that has the RTL2832U chip. In my case, I have the R820T which I got with shipping for about $10USD. &lt;br /&gt;
&lt;br /&gt;
[http://sdr.osmocom.org/trac/wiki/rtl-sdr Official osmocom page for the RTL-SDR]&lt;br /&gt;
&lt;br /&gt;
== On OSX in terminal ==&lt;br /&gt;
&lt;br /&gt;
This uses [http://brew.sh/ homebrew] which you should have installed&lt;br /&gt;
&lt;br /&gt;
 brew install cmake&lt;br /&gt;
 git clone git://git.osmocom.org/rtl-sdr.git&lt;br /&gt;
 cd rtl-sdr/&lt;br /&gt;
 mkdir build&lt;br /&gt;
 cd build&lt;br /&gt;
 cmake ../ -DINSTALL_UDEV_RULES=ON&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
and that&amp;#039;s it, you should now be able to try it.&lt;br /&gt;
&lt;br /&gt;
 rtl_test &lt;br /&gt;
&lt;br /&gt;
which should make sure you device is detected; make sure you have no errors. After that, try regular FM radio using [http://kmkeen.com/rtl-demod-guide/ rtl_fm]: &lt;br /&gt;
&lt;br /&gt;
 rtl_fm -W -f 89.1M | play -r 32k -t raw -e signed-integer -b 16 -c 1 -V1 -&lt;/div&gt;</summary>
		<author><name>Franks</name></author>
	</entry>
</feed>