Readit News logoReadit News
forg0t_username · 8 years ago
If you want to dabble for _cheap_ with SDR, the RTL-SDR [1] is a < $10 USB receiver that works from 24 to 1766 MHz.

It allows to listen to FM radio, decode most 433MHz devices (weather stations), car keys signals, and even NOAA weather satellites [2] with a DIY antenna [3].

[1] https://osmocom.org/projects/sdr/wiki/rtl-sdr

[2] http://www.rtl-sdr.com/rtl-sdr-tutorial-receiving-noaa-weath...

[3] http://tinhatranch.com/how-to-build-a-qfh-quadrifilar-helix-...

awqrre · 8 years ago
You can also track your neighbors' energy usage by decoding their smart meter transmissions (around here, they transmit about every minute). https://github.com/bemasher/rtlamr

I can read about 40 smart meters from inside my home using the antenna that comes with it.

wyldfire · 8 years ago
Is there an easy way to confirm which one's yours? Serial number visible from the exterior of the meter e.g.?
lowleveldrone · 8 years ago
For what it's worth, you can get very good reception from NOAA satellites using a much simpler antenna: http://www.rtl-sdr.com/simple-noaameteor-weather-satellite-a...

Said from experience of having built something more complicated and having it perform worse than two pieces of copper tubing stuck in a piece of scrap plastic.

platz · 8 years ago
I've been dabbling with RF, but I don't quite understanding the appeal of downloading NOAA sat images. It is simply 'hello world' for receiving sat downlinks?
ryandrake · 8 years ago
As an aviation enthusiast, I've got a Raspberry Pi in my attic hooked up to two RTL-SDR radios, each connected to homemade antennas mounted on my roof (one VHF to listen to airband transmissions and the other receiving ADS-B[1]). No signal processing required--both are pretty easily achieved by just cobbling together existing open source packages. Also have a GPS receiver on the roof so that Raspberry Pi is also a stratum-1 NTP time server[2]. But that one's not using an SDR. Fun hobby.

EDIT: Added links I found helpful, for the curious:

1: http://www.rtl-sdr.com/adsb-aircraft-radar-with-rtl-sdr/

2: http://www.satsignal.eu/ntp/Raspberry-Pi-NTP.html

echelon · 8 years ago
Can you suggest something that could be used to read or reprogram wireless access cards, such as the HID Proxcard II? I want to clone my apartment's key fob into a bracelet I can wear when I go jogging.
pjc50 · 8 years ago
Clarification for the audience: "RFID" has very little to do with radio or SDR. Communications are done with a coil in the "near field", which also powers the tag.
voltagex_ · 8 years ago
If you have an Android phone, grab a NFC reader app - this should at least tell you if the card is able to be cloned.
agumonkey · 8 years ago
I heard of dvbt USB that could be used as sdr interface. I just wonder if the dvbt support under Linux is OK.
p00b · 8 years ago
For what it's worth, Great Scott Gadgets (Michael Ossman's group) put out a great series of primers [1] on Software Defined Radio (SDR) and the fundamentals of Digital Signal Processing (DSP) a while back, that are some of the best I've seen out there to date.

[1] https://greatscottgadgets.com/sdr/

pentestercrab · 8 years ago
For anyone interested in Software-defined radio (SDR) I can also highly recommend the Cyberspectrum YouTube channel [1].

[1] https://www.youtube.com/playlist?list=PLPmwwVknVIiXGzKhtimTM...

pentestercrab · 8 years ago
There is also meetup groups in San Francisco [1] and Melbourne (Australia) [2].

[1] https://www.meetup.com/en-US/Cyberspectrum/

[2] https://www.meetup.com/en-US/Cyberspectrum-Melbourne/

bigiain · 8 years ago
Not at _all_ surprised to see Balint Seeber's name prominently in some of those links...

That guy gives some _amazingly_ interesting talks - I got into SDR pretty much purely based on a presentation of his at DorkBot in Sydney a long time back...

audi100quattro · 8 years ago
Thanks for posting links to the videos and the meetup group, would've joined it years ago if I'd known about it. Quick question, anything radar related in the videos?
fellellor · 8 years ago
Thanks for the links. I's also recommend http://www.desktopsdr.com/

It's a course that relies heavily on MATLAB though.

Deleted Comment

j_s · 8 years ago
This discussion from 6 months ago brought together a bunch of introductory info and example applications:

https://news.ycombinator.com/item?id=13101924

wwkeyboard · 8 years ago
If you want to see a lot of HF signals, field day is this weekend: http://www.arrl.org/field-day
anonymous_iam · 8 years ago
Anyone know the story behind why baudline hasn't been updated in seven years? The site has promised a beta version with some highly desirable features for a LONG time, but nothing. Also, since it's closed source, there's nothing we can do but hope and wait (unless someone were to start an open source equivalent project).
fellellor · 8 years ago
Are there companies/sectors that look for candidates with these skills, or is this more focused towards hackers and hobbyists?
femto · 8 years ago
Virtually every professional radio is software defined to some extent these days, so every company that designs radios wants signal processing and information theory skills, more so if they are doing proprietary protocols rather than implementing a standard. It's pretty well the same skill set, whether you are designing or analysing systems. There is a surprising amount of reverse engineering in building radio systems, as the big players (looking at you Motorola) often drop speed humps into their implemetations to try and break compatability with the smaller players' products.
fellellor · 8 years ago
Where can I read more about this?

It's always nice to see RF and Signal Processing stuff on HN.

ChuckMcM · 8 years ago
I am always looking for people with SDR skills :-). Constraint being I need US citizens (naturalized or native) given that the company I'm working for is doing contracts for customers that require that.
wonderous · 8 years ago
Beside HackRF One, I've been looking at LimeSDR.

Are there any other comparable options?

platz · 8 years ago
I have a LimeSDR and although multiple channels is nice, the device/software is a bit buggy and I wish I'd gotten a HackRF instead.
anonymous_iam · 8 years ago
BladeRF is pretty cool. It doesn't have quite the frequency range of HackRF, but it's full duplex, and uses 12-bit ADC/DAC (vs. HackRF's 8-bit ones). Also it uses USB 3 so the bandwidth is not limited to 20MHz. (I think it's around 40MHz.)
ChuckMcM · 8 years ago
Analog Devices has done the ADALM-PLUTO which is less expensive than the HackRF-One. I don't have one of those but I do have the HackRF one, and if UPS is to be believed a LimeSDR :-). The cost/capability matrix is sort of

RTL Dongles -> ADALM -> HackRF-1 -> LimeSDR -> Ettus SRP

The RTL's don't transmit but all of the other ones can.