DARPA Funds a $300 Software-Defined Radio For Hackers
Sparrowvsrevolution writes with this story from Forbes: "Over the weekend at the ToorCon hacker conference in San Diego, Michael Ossmann of Great Scott Gadgets revealed a beta version of the HackRF Jawbreaker, the latest model of the wireless Swiss-army knife tools known as 'software-defined radios.' Like any software-defined radio, the HackRF can shift between different frequencies as easily as a computer switches between applications–It can both read and transmit signals from 100 megahertz to 6 gigahertz, intercepting or reproducing frequencies used by everything from FM radios to police communications to garage door openers to WiFi and GSM to next-generation air traffic control system messages. At Ossmann's target price of $300, the versatile, open-source devices would cost less than half as much as currently existing software-defined radios with the same capabilities. And to fund the beta testing phase of HackRF, the Department of Defense research arm known as the Defense Advanced Research Projects Agency (DARPA) pitched in $200,000 last February as part of its Cyber Fast Track program."
Antenna design for this must be miserable...
Anyone know if there is a good way to have relatively optimized reception over that whole spectrum without having to swap your antennas when changing frequencies?
- Toast
First post?
I don't have a lot of knowledge in this, but it seems to me that one should be able to crack scrambled comm's much more easy right? ;-)
Eavesdrop on GSM's, listen out on dect-telephones for example? Or 'tinker' with that new 'smart-meter' the neighbours had installed.
Just some suggestions... not saying you should, but you could
Sounds absolutely interesting!
rm -rf --no-preserve-root /
Who says they're not transmitting a serial number with each unit.
That would be very hard to hide from anyone with a even just a little test equipment. SDRs typically operate by taking user-generated in-phase and quadrature (I/Q) signals from the data source. These have the desired data waveform already encoded in them. Additional modulation (to sneak in a serial number) would appear as undesired spurs or noise.
Tiller's Rule: Never use a word in written form that you've only heard and never read. You will end up looking foolish.
Software radios are becoming more popular in the amateur radio community. There are several manufacturers of very fine radios and quite a few build-it-yourself radios available too. I'll be watching this with great interest since one of the biggest problems with the lower-cost software radios is band coverage.
As Toast said a moment ago, antenna selection would be hard. Most radio amateurs would use an antenna tuner and/or a multiband antenna for the HF frequencies and an antenna switch for other bands of interest. I do just that. I have a 40 meter full wave horizontal loop antenna and use an antenna tuner and a 4:1 balun and can transmit on all bands from 40m through 10m and have very good results. It's also usable on 6m, but have never had a lot of luck with any kind of distant contacts.
Don't anthropomorphize computers, they don't like it.
I don't know why DARPA would necessarily feel the need to contribute to work in an area that is already receiving attention(The guys at Ettus will sell you a competent little package for under $2k, sometimes rather far under, depending on the frequency ranges you want, which is hardly free; but isn't exactly "If you have to ask, you may be in the wrong store." money); but I'd imagine that whatever sub-unit of DARPA made the decision is the sub-unit where people who realize that 'obscurity' ain't gonna cut it as a security strategy in the future hang out.
While, yes, the US Intelligence Community certainly wet-dreams about a world of full spectrum dominance and Total Information Awareness, anyone who hasn't fully removed themselves from empiricism has to admit that that isn't really on the table. Especially for assorted hacker shenanigans, there are just too many parties who can drum up enough nerds to at least go after soft targets.
In such an environment, the US(as a country deeply dependent on complex electronic infrastructure) is probably better off if friendly security researchers have cheap toys to work with, at the risk that enemy ones will as well, rather than a situation where friendly security researchers find that the tools they need are expensive or illicit; but anybody doing work for even fairly cruddy little nation-states has what they need to pump out the zero-days.
Sadly, the chips used are getting scarce these days so the price of the products (available from your favourite chinese website) is going up. But it still beats $300 by a long, long way.
politicians are like babies' nappies: they should both be changed regularly and for the same reasons
If you have SDR equipment that can operate on 2.4GHz and has enough bandwidth, you could operate WiFi, ZigBee, and other protocols at the same time. You could have WiFi on channel 1, ZigBee on 11, etc. As long as the chipping codes don't collide, you can go nuts. As an example of relatively simple SDRs, check out these Web SDRs. These are single radios that digitize large swaths of spectrum. Each web user gets their own software virtual receiver that is tunable across the sampled spectrum. These radios can support hundreds of users at the same time, each listening to different freqs in different modes.
The radio hardware remains the same. The parts that can change are external to the actual 'radio' part - preselector filters, preamps, antennas, etc. Once you get the signal of interest to the radio, the processing is identical. Look around for descriptions of I/Q modulation - by supplying in-phase and quadrature signals, you can generate any modulation you want.
Tiller's Rule: Never use a word in written form that you've only heard and never read. You will end up looking foolish.
quite a few build-it-yourself radios available too
The device announced is basically equivalent in specs to the couple years old UHFSDR (not a terribly creative name) as seen at
http://wb6dhw.com/For_Sale.html#UHFSDR
Main difference is this board has a 8-bit 20 Msps A/D onboard and the UHFSDR has it offboard (assuming you'll use a "16" bit 44+ Ksps soundcard)
You can see quite a difference in implied project design here.... Is it even possible to pass FCC regs for IMD trying to transmit a 8-bit SSB signal, and obviously a audio soundcard doesn't sample wide enough to do wifi or whatever fast digital stuff you'd like. So its broadband digital strong signal type of toy as opposed to something like a UHFSDR which is the opposite.
Can you really shove 20 Msps thru a USB reliably? I used to think no, but...
I'll be watching this with great interest since one of the biggest problems with the lower-cost software radios is band coverage.
I didn't see any switchable bandpass filters, or anything like that. I haven't found a schematic but you can just look at the board and figure out whats going on. It looks like its buildable for on board PCB antenna or external, like solder in the SMA jack OR the 0-ohm jumper at the arrow to connect the pcb antenna. Looks like 2 stages of RF amp MMICs before it hits a mixer. You can see the "I" and "Q" PCB traces in the upper left for both the TX and RX mixer. Apparently the design goals are all half duplex but the actual board design appears to use separate TX and RX stages at the hard/expensive end. Where's the VCOs or more likely DDS synths? I'm guessing on the other side of the board? I bet if I spent more than 5 minutes looking at it, perhaps with the wiki page open and looking at some of the device data sheets while looking at the PCB, I could tell you a lot more about the design.
From looking at the board layout I don't think it's going to work at 6 GHz or at least not work to maximum specs. You can tell the designer came from the "digital camp" into SDR work rather than up from the "analog camp" into SDR work. Little things like how signals are run, some layout choices, some design choices.
For a good time, look at the board picture, which has a URL silkscreened on it, click thru to
https://github.com/mossmann/hackrf/wiki
The "design goals" "hardware components" and "clocking", combined with the PCB, could tell you pretty much everything you need to know about this design.
"Science flies us to the moon. Religion flies us into buildings." - Victor Stenger
where people who realize that 'obscurity' ain't gonna cut it as a security strategy
They made certain RF / DSP / digital design decisions that provide a rather hard constraint. If they can flood the market using govt money, no one out there will have gear with IMD performance better than 8 bit, sample rates higher than 20 Msps, the RF chain probably means miserable performance both at very weak signals and very strong, and board PCB routing probably means some interesting (intentional?) RF birdies both in RX and more importantly in TX.
So... once you've put non .mil research into a carefully specified box, you can quite easily do your real .mil work outside the carefully specified box. Use a modulation that has to sample 100 MHz of spectrum to demodulate. Who knows.
Its an effort to stop market convergence, to drive them apart / separate more so than to open up an already thriving open environment.
"Science flies us to the moon. Religion flies us into buildings." - Victor Stenger
Uses only 8 bit sampling which will severely limit the dynamic range. You might as well use one of the $30 RTL2832U/E4000 based TV tuners. DARPA throwing them $200,000 for the effort is a WASTE of taxpayer's money for these guys to build a 'TOY' SDR!
I would not want it if they were giving it away free, it is junk without HF/Shortwave & SSB
Politics is Treachery, Religion is Brainwashing
That was your use case - for many other uses, YIGs are unneeded - a simple NCO/PLL will work just fine. There are plenty of A/D's that can sample more than 10 MHz at 16+ bits. For the 2.4 GHz use case you would not have to sample the RF signal directly - that would be silly. You would first downconvert the desired signal to a more reasonable IF (intermediate frequency) and then sample that. If you don't have image rejection requirements you could shift it to DC and sample that. Read up on superheterodyne receivers to start with, then digital up- and down-converters.
This company makes the Flex-6000 series Amateur transceivers - they are all digital and directly sample the HF and VHF bands from 30 kHz to 77 MHz continuously. This radio has every bell and whistle, and has incredible performance stats. It's expensive, but it is indicative of the amount of spectrum you can simultaneously sample.
Tiller's Rule: Never use a word in written form that you've only heard and never read. You will end up looking foolish.