Universal Radio Grabber: the USRP
Nethemas the Great writes "The Universal Software Radio Peripheral or USRP created by Matt Ettus and Eric Blossom gives a new perspective on the radio spectrum, as in just about all of it from DC to 2.9Ghz. With the right software and daughterboards, their USRPs can capture FM, read GPS, decode HDTV, transmit over emergency bands, track peoples movement via their mobile phones, and much, much more. With prices starting at just $550 this new toy is accessible by most anyone."
The real question: how long before it becomes illegal to own or use one?
Philosophy.
I would hardly call _starting at_ $550 accessable to almost anyone.
My first thought on seeing this is, if it can simultaneously recieve and transmit, couldn't you create a truely decentralized telephone system? With the NSA wiretapping everything, isn't a simple solution to just take away the wires?
Aren't radio transmitters/receivers legally required to not be able to access certain bands without proper licenses?
If it's for-profit but free, you're not the customer -- you're the product (e.g., the Slashdot Beta's "audience").
Just the motherboard is $550. You will need at least one daughterboard to actually do anything. The cheapest ones (2-200MHz transmitter, 2-300MHz receiver, 30MHz transmitter, 30MHZ receiver) are $75 each. In order to just transmit, you will need to spend at least $625, unless you are a member of "TAPR, AMSAT, SARA, or SETI League" in which case you get $25 off the motherboard.
Interestingly, though the sales page lists "extra" power supply, usb cable, and standoff sets, nowhere on the sales page does it actually say that the unit comes with any of these things. If you're going to run a business, run it right.
"You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
Imagine a not-quite-Beowulf cluster of these -- your own homebrewed VLA. It'll receive in the "waterhole band", and VLBI ain't too hard to figure out. Set up enough ground stations and switch between them as-needed to compensate for what you're viewing and the rotation of the Earth, and you've got a fulltime radio telescope with a dish effectively as large as the earth, whenever you want it...
Open source radio astronomy anyone?
blog |
It has been on the market since Nov. 2004.
http://www.comsec.com/wiki?UsrpProgress
-=/\- Jizzbug -/\=-
Stalk Vida Guerra via cell phone...
In the US it's not legal to have a device that listens in on certian bands, such as cell bands and military frequencies, and other than a few speicifc bands, you need a license for any transmitter. So the transmission components are almost certianly illegal in the US, at least to use. The reciever components, it depends on the range, and if the have holes where they should for given disallowed frequencies.
Now this applies to the US one, other countries do not necessairly have an FCC equivilant that regulates such things.
It can not capture Zero-Point Energy, so it is NOT universal.
Ok, I must be missing here (the details of HDTV were not very specific). Do other people NOT decode HDTV, and is that milestone? Any product by DVICO will also decode HDTV. My Dvico USB unit decodes it. All you need is an antenna. Granted, only local stations are picked up. But it doesnt matter, you can copy everything else too using other methods. Is he referring to cracking the RCE broadcast flag that certain HDTV channels have (INHD/INHD2 in certain areas?). Does my comcast box not already decode HDTV? I guess I don't fully understand the issue. Even if the RCE broadcast flag is set in the HDTV content, you can still plug in a firewire cable (at least in the Motorola/comcast boxes), and output to your workstation, capturing the raw .ts HDTV streams. All the ports are already open (as required by law), just no firmware for the boxes. YOu can even verify the active firewire using the command power-select-select, then going to section 11 and verifying the active ports changed from 0 to 1. Once you have these .ts streams saved, you can output back to your HDTV using DVI if you have it.
And doesnt the RCE flag (again, required by law) require you be able to save it at least ONCE (common for pay-per-view on demand). In that case you capture it while it is playing, and you still get it. You don't have to respect the flag, it's up to the client (comcast). If they didn't though, they would loose all their advertising money. However, I don't know why a client on a workstation would need to repsect the broadcast flag. And if you are that interested in saving your HDTV content: http://www.avsforum.com/avs-vb/showthread.php?s=&t hreadid=353608&highlight=windows+xp+firewire
Not quite- in order to fit the swath of FM radio into that USB2 pipe, it isn't sampling it in any great detail. If you tried to decode one station, it'd most likely sound like a tin can, unless you sampled a narrower slice of the FM band. So don't get too excited. Claiming the motherboard or these devices are "universal" is extremely misleading. You buy modules that transmit or receive on different bands. They're usually pretty wide in frequency spectrum, but they also generally aren't anywhere near as good as dedicated receivers for those bands, and they're not "universal."
Claims of being able to receive GPS are also misleading- you'd be able to decode individual satellites and perhaps obtain a fix within a mile or so, but getting accuracy anywhere near what a $100 handheld GPS unit can do, would require incredible timing accuracy that board just doesn't have. Remember...GPS works by timing how far radio waves w/time signals take to travel...down to about 10 feet in some cases. Think hard about what kind of timing accuracy and precision that requires.
Please help metamoderate.
Or, for even cheaper ($350), Ten-Tec's RX-320D, with digital radio. Everything from DC to 30MHz (shortwave).
I've never used any of them, your milage may vary, etc.
IP Adresses can be changed, and MAC addresses can be spoofed. If you are TRULY paranoid, connect to a random Access Point with a spoofed MAC address and talk using an encrypted VOIP connection. Simple, easy, and cheap (you can buy a laptop, microphone, and wifi card for less than the cost of the USRP motherboard.
---- "XML is like violence. If it doesn't fix the problem, you aren't using enough."
Firstly, the "right" software: Even with a reasonably fast processor (say 3 GHz) today, you are typically only be able to process, at most, a few million samples per second -- especially if you are performing complicated modulation/demodulation, coding/decoding, filtering and protocol processing. Each sample may require substantial computation, and that limits the number of samples you can process per second. That, in its turn, affects the bandwidth that a processor can address (i.e. how wide a part of the radio spectrum you can "see" at any one time).
Secondly, the "right" daughterboards: To be able to address a wide bandwidth, we require digital-to-analog and analog-to-digital converters with high sampling rates. These are limited by the state of the art in signal conversion technology -- typically a couple of million samples per second if we want a reasonable number of bits per sample (at a reasonable price). Push it beyond that, and we have to be happy with fewer bits per sample (may 10 or 8 bits). This introduces noisiness to the signals being transmitted or received, degrading the fidelity of the software-defined radio.
Also, a daugterboard usually has some form of signal translation hardware ("mixers") to translate the low-frequency signals that computers can generate to and from the higher parts of the radio spectrum. Although broadband mixers are available, they need tunable oscillators (reference frequencies), and these tend to be limited to narrower parts of the spectrum. Also, analogue filters, amplifiers and antennas (which all form part of a typical software radio front-end), usually are limited to specific ranges of the radio spectrum.
In short, software radio daughterboards tend to be fairly application-specific (or at least spectrum-specific). We can do a lot of things in software, but a "universal" software radio needs a lot of hardware swapping. I think that makes it a bit less "universal". It might also push the cost of a truly multi-purpose system quite a bit beyond $550.
But I'm glad to see this technology receiving such mainstream attention, and I applaud the efforts of the designers. I just think that TFA (and the post) could maybe be a bit less sensasionalist.
And yes, IAASDRE.
G-J
Surely these guys should give acknowledgement to WinRadio? I first played with one of these around 1995. That particular model was a PCI card able to receive from close to DC through to 3GHz.
This is a huge step forward for computer assisted modulation techniques and wide band scanning. However, I should point out one very important limitation: Dynamic Range.
For those of you who are too lazy, read this.
Now let me point out that while the A/D converter is fast, it only has 12 bits. This will give you about 72 dB of dynamic range. Modern reciever design can yeild dynamic ranges of 100 dB or better (depending on how you measure it). Some day we'll get this performace from 16 bit A/D converters. When that happens, expect the designs of radio to change to software over hardware.
This is the trade off for building a reciever of this sort. There is no free lunch folks...
Nearly fifty percent of all graduates come from the bottom half of the class!
I don't think you understand how GPS works. Simplifying- a GPS receiver looks at when signals with the same timestamp arrive, and deduces how far it is from each satellite from that. If a signal from Satellite A saying "hey, it's 12:01:05 right NOW arrives a second after a similar signal from Satellite B, then the receiever knows that it is 1 light-second further away from Satellite A than B (this is a gross exaggeration of the scale of time involved.) With 3-4 satellites, you get a position fix.
Modern receivers can track 12-20 satellites at once and get accuracy down to 10 feet or so. There are two things the receiver must do which are timing-related:
1)Figure out what time it -really- is, so it can set an internal chronometer, so it can know the exact distance it is from satellites, versus relative distances
2)Record as exactly as possible when each satellite's particular timestamp came in
Both require -staggering- accuracy that a PC, or your USRP board, are incapable of providing. Clock skew considered perfectly acceptable in a PC is considered monumentally inaccurate in a GPS receiver...and the timing resolution isn't anywhere near good enough either. You're talking about comparing timing in LIGHT FEET, and light takes 1/299,792,458th of a second to travel a meter. It's about one NANOSECOND a foot, so you need resolution exceeding 10nS.
You've got to do a lot of signal processing to ignore spurious signals, as GPS signals love to bounce off some things, and get absorbed readily by others. You've got to have an incredibly low noise, highly sensitive receiver, as GPS is readily absorbed by just about anything, and that includes trees.
The current state of the art is SiRF's SiRF-3 chipset; I've got a Garmin handheld with one, and I can get a 30 foot position lock inside my house, under treecover. I can get a 10 foot lock if I'm outside with enough satellites in view and a WAAS differential signal. I'd -really- like to see you try to beat that.
Please help metamoderate.
Comment removed based on user account deletion