Software-Defined Radio For $11
Malvineous writes "Don't have $1500 to drop on a USRP? A Linux kernel developer has discovered that a Realtek digital TV tuner chip has an undocumented mode that turns it into a software-defined radio, with a frequency range of 64-1700MHz. The going rate for one of these USB devices can be as low as US$11. If you're unfamiliar with software-defined radio and have 20 minutes to spare, Balint Seeber has a great video introduction."
http://webcache.googleusercontent.com/search?q=cache:fRixFRVwNjoJ:sdr.osmocom.org/trac/wiki/rtl-sdr+sdr.osmocom.org/trac/wiki/rtl-sdr&cd=1&hl=en&ct=clnk
(which is also slow as zark. anyone manage a mirror?)
I'm unfamiliar with software-defined radio, and I don't want to spent 20 minutes watching a video. I hate this trend of using a video for something that could be explained in text that I could read in a fraction of the time.
How difficult would it have been to type Universal Software Radio Peripheral to avoid the obvious confusion with the Ukrainian Socialist-Revolutionary Party?
https://webcache.googleusercontent.com/search?q=cache:fRixFRVwNjoJ:sdr.osmocom.org/trac/wiki/rtl-sdr+&cd=1&hl=en&ct=clnk&gl=us
funny thing about this google cache link though, it's trying to load stuff from sdr.osmocom.org, which is currently slashdotted, so not sure if google knows what cache means anymore...
yes, sorry, https because that's how i roll baby...
Be seeing you...
rtl-sdr
DVB-T sticks based on the Realtek RTL2832U can be used as a cheap SDR, since the chip allows transferring the raw I/Q samples to the host, which is officially used for DAB/DAB+/FM demodulation. The possibility of this has been discovered by the V4L/DVB kernel developer Antti Palosaari.
Specifications
The RTL2832U outputs 8-bit I/Q-samples, and the highest theoretically possible sample-rate is 3.2 MS/s, however, the highest sample-rate without lost samples that has been tested so far is 2.8 MS/s. The frequency range is highly dependent of the used tuner, sticks that use the Elonics E4000 offer the best range (64 - 1700 MHz).
Supported Hardware
So far, the following devices are supported:
ezcap EzTV668 USB 2.0 DVB-T/DAB/FM stick (Elonics E4000 tuner) (sources: AliExpress, Dealextreme)
ezcap EzTV666 USB 2.0 DVB-T/DAB/FM stick (Elonics E4000 tuner, picture Download)
Hama nano DVB-T stick (Elonics E4000 tuner)
Terratec NOXON DAB/DAB+ USB-Stick (Fitipower FC0013 tuner)
People over at reddit are collecting a list of other devices that are compatible.
Other sticks based on the RTL2832U might be added in the future as well.
Be seeing you...
Time isn't the issue for me. The issue for me is the fact that video "tutorials" feature voices that frequently grate on my nerves. Worse, the video tutorial cannot be quickly searched for the relevant information.
Seriously. I can find out if a text tutorial is relevant to the issue at hand in seconds. With video tutorials, I've typically closed the tab before the "host" finishes talking about how great he is, how great the software is, and what the tutorial is going to cover.
Don't be a retard.
It's a TV receiver, it has no transmit capability. No FCC license is required to receive (almost) anything with a Class 15 device, which these are. The exception would be cellular telephony, but AFAIK there is no FCC license permitting eavesdropping on those -- you're either the (licensed) carrier who's actually handling the call, or you can't listen.
If you add a transmitter, well, the fact that you're listening via TV dongle obviously doesn't eliminate the licensing and equipment requirements for whatever radio service you're operating in, so a warning specific to this case is unneeded. Anyone "freebanding" or otherwise operating illegally probably knows exactly what they're doing, and if they don't care about what the law says, I very much doubt they care what you say either.
The widgets with this chip are all designed as TV-receiver USB widgets. I'm sure that there are some $11 electronics out there that are... um... totally FCC part 15 compliant; but no intentional radiating is going on.
In a conventional radio receiver, you start by filtering off the wanted signal with a broad filter, mixing it with another locally-generated signal (the Local Oscillator) to make a lower Intermediate Frequency (IF), then filtering the IF to extract a single "channel" of information. Then you demodulate this, possibly after mixing it down to an even lower IF.
In a software-defined radio, you convert directly down to a much lower frequency (audio frequency, even), but - and this is the clever bit - you do it with two local oscillators, 90 degrees out of phase. This gives you a complex sample, a pair of samples representing In-phase and Quadrature, or the real and imaginary components of your signal.
From there you can apply digital signal processing techniques to extract the wanted signal, show an FFT of the chunk of band you're capturing, and so on. This lets you do very sharp filtering, because you're no longer constrained by the physical realities of trying to implement electronic filters with practical components.
Shameless plug - if you want to try SDR out, go here:
https://github.com/gordonjcp/lysdr
Follow the instructions in the README, then either post a reply or bug me in irc.freenode.net ##electronics for further instructions.
http://www.reddit.com/r/RTLSDR
has all the info, list of tuners that work, tutorials and more.
Who logs in to gdm? Not I, said the duck.
A few years ago, together with a friend, we reverse engineered a DVB-T usb pen by Hauppauge, and we were able to extract the raw data stream skipping the demodulation process. We did it since we wanted to test if it the device could be used as a DSP IF strip in a homemade spectrum analyzer. The device worked, but the analog IF strip we wanted to replace was actually drawing circles around its digital replacement, so we abandoned the project. 8 bit of resolution and an hardware designed for a very specific purpose couldn't bring us too far, as we feared.
It is nice to see that somebody else was capable to reverse engineer these devices, but as you can see from their results, they aren't actually that good. I saw somewhere that a USB pen for DVB had to hit the market, and its ADC has been announced to be 12 bit wide.This could be an interesting device to hack for SDR applications, hoping it isn't vaporware...
You realize that if a significantly-sized company is selling you a radio for $1K that has $150 worth of parts in it, for an item that isn't mass-market consumer
(and ICOM/Kenwood/Yaesu radios intended for the HAM market aren't "mass market", compared to, for example, cell phones), that they are on the edge of
*losing money*. I've run two different manufacturing businesses in the last 20 years, and really, if you only look at the raw BOM costs of something, and don't
factor in all the other costs of bringing a reliable product to market, you'll go out of business.
Many of the so-called "high dollar" SDRs out there are "high dollar" for fairly good reasons. They are typically sold into markets where economies of manufacturing scale don't really apply, they often have feature sets that are *vastly* larger than what we're seeing in these "rtl-sdr" devices, and they tend to use higher-quality components. These DVB-T devices, for example, use a master clock that is good to about 100PPM--which for radios is rather seriously crappy. They won't have features like a DDC (usually FPGA resident) for fine-tuning the RX signal. The 8-bit resolution may be fine for some applications, but for others requiring higher dynamic range, that 8-bit resolution will be a killer. Plus many of the "high dollar" SDR devices offer TX chains as well as RX chains, and all the other comments apply for the TX chain as well.
But one of the big things about "high dollar" SDR devices is that they're primarily designed as *development platforms* for developing SDR applications across a wide "spectrum" of fields of endeavour. So they include large FPGAs, those FPGAs allow you to perform part/all of your DSP algorithms at insane speeds inside the FPGA--speeds/sample-rates that would be impractical for a host-software implementation. Large/fast FPGAs are expensive, and that cost has to be passed on. Further, the "high dollar" SDRs typically offer bandwidths into/out-of the host at much higher sample rates than 3.2Msps. Yes, 3.2Msps, RX-only, 8-bit resolution, no-fancy features is entirely-adequate for a lot of different hobbyist work. But it's inadequate for a lot of other types of work for which the so-called "high dollar" SDRs are supremely-well suited.
> The FCC put rules into place a long time ago forcing manufacturers of receivers to block analog cellular frequencies from being received by the tuner
Do those frequencies seriously exist where you live? They were closed ten years ago here in Australia.
http://michaelsmith.id.au
Jesus tapdancing christ, a finished product is more than the sum of its parts - you sound like the people who whine because Apple's making $x "profit" based on $sale_price - $parts_price.
1) Much higher quality hardware filters for the band and for the particular AF signal required, giving the sort of selectivity needed for amateur levels of power;
2) Low noise amps, again essential for amateur levels;
3) DDS or PLL tuners accurate to a few Hz at worst, not ones which vary by at least 100Hz on the tuned frequency;
4) Well-documented open or semi-open RS232/USB interface;
5) Higher resolution ADC;
6) DSP running on-board rather than wasting the CPU cycles of your far hotter desktop/laptop;
7) Good, local vendor support for a small market keen to get the most use out of a well-built product, rather than zero vendor support for a consumer market buying a throwaway item;
8) Sometimes an on-board UI.
Finally, you're ignoring that "Icom etc" make transceivers, whereas this is firmly receiver-only. And a shitty receiver is one thing, but someone operating a transmitter with shitty parts isn't only being a dick to fellow spectrum users but may be breaking the law.
But the sellers have sold out days ago along with all the other retailers. Looks like one is left and they ship direct from Hong Kong so expect a few weeks wait. I'm kinda pissed about only finding out now.
I've been toying with the idea of getting an entry level SDR for a while just to see what all is out there on the airwaves. This USB tuner chip appears to do the same thing as the $100+ Funcube Dongle.
Only the State obtains its revenue by coercion. - Murray Rothbard
Help a noob out; I'm just poking around on Wikipedia reading about SDRs and software defined antennas. These sound kind of like a magic pill to solve decentralized mesh networking. Stick an SDA on the roof, wire it up to an SDR, seek some marker signal identifying a freenet mesh node, focus in directional point-to-point comm to anyone in range who is running a compatible sda/sdr/router.
Does that about sum it up, or am I just being an over-excited noob?
Stop-Prism.org: Opt Out of Surveillance
there's still internet on radio. So what really is SDR useful for? For the common user -- and I understand this would require some bureaucracy -- mp3/ogg streaming over normal SW might be enough.
Perhaps you misunderstand what "radio" means. It's much broader than just "transmissions of popular music using frequency modulation in the 88.0 to 108.0 MHz band". See Grieviant's comment.
Don't worry, friend - I only broadcast using 45KV sparkgap, not some wussy soft-tunable USB dongle.
Hi folks,
If you want to start using the USB stick for SDR, please check out the follow options:
GNU Radio Source block 'rtl_source_c' in 'gr-baz' module: http://wiki.spench.net/wiki/gr-baz#rtl_source_c
Demo video: http://www.youtube.com/watch?v=FUQd9HOVTk8
ExtIO plugin for Winrad/HDSDR/WRplus: http://wiki.spench.net/wiki/USRP_Interfaces (grab the beta)
Demo video/install guide: http://www.youtube.com/watch?v=Z0hEquzLsWU
Let me know how you go!
I think he posted the wrong link.
Perhaps he meant this one
"$20 ultra-cheap Software Defined Radio with RTL2832 DVB-T USB stick"
at http://www.youtube.com/watch?v=Z0hEquzLsWU
The original article is at
http://sdr.osmocom.org/trac/wiki/rtl-sdr
"I found this great new site you may be unaware of. It's called Wikipedia. It is kinda of like an online encyclopedia that has brief summaries of almost anything", trout007 Is this the same Wikipedia that says Windows NT wasn't designed for the Internet?
No, it's the same Wikipedia that says
which is not the same as "Windows NT wasn't designed for the Internet".
Some interesting quotes from that article:
Hackers disclosing security flaws, people hampered by broad patents ... seems the times haven't changed as much as we might believe!
The Tao of math: The numbers you can count are not the real numbers.