TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Guide to Software Defined Radio

543 pointsby phsilvaover 5 years ago

12 comments

AWildC182over 5 years ago
Even if you have no idea what you're doing, I very much recommend buying one of the RTL-SDR dongles on amazon for ~$20-30 and playing around. For the cost of a movie ticket, an afternoon messing with one will teach you a MASSIVE amount of stuff about how RF works.
评论 #21846809 未加载
评论 #21846982 未加载
评论 #21849741 未加载
评论 #21849094 未加载
评论 #21846807 未加载
评论 #21850497 未加载
评论 #21857302 未加载
评论 #21847559 未加载
评论 #21846863 未加载
评论 #21847426 未加载
fpgaminerover 5 years ago
Man, this seems like such a great resource; wish I had found it when I first got into SDR. I wrote a blog post about controlling ceiling fans using SDR (<a href="https:&#x2F;&#x2F;blog.hmac.io&#x2F;2019&#x2F;10&#x2F;25&#x2F;making-dumb-fans-smart-using-software-defined-radio.html" rel="nofollow">https:&#x2F;&#x2F;blog.hmac.io&#x2F;2019&#x2F;10&#x2F;25&#x2F;making-dumb-fans-smart-using...</a>), but I glossed over my initial struggles just getting up to speed with this stuff. All the concepts of SDR are straightforward and fairly intuitive, but it&#x27;s the software stack and actually using the tools that&#x27;s hard. The whole field is niche enough that you end up stubbing your toe with every step you take in that world.<p>Googling around and trying to figure out where to even begin comes up with so many fragmented, unhelpful pieces of information. You either end up being pointed at Gnu Radio, which amounts to an incomprehensible behemoth for a newbie, or you find the numerous lighter weight pieces of software which aren&#x27;t very clear on what exactly they&#x27;re good for and are often unmaintained.<p>Luckily my first project was rather simple; ceiling fan remotes don&#x27;t exactly use the most advanced protocols. Once I found CubicSDR and fiddled around with it enough I was able to dump the radio signals to an audio file and just tease the rest out in Audacity. My blog post mostly covers the nightmare that was the TX side of things.
CraigJPerryover 5 years ago
Plug for the “universal radio hacker” open source tool. It made it absolutely childs play to reverse engineer a wireless thermometer signal which i now feed into a dynamo db table and present as a graph via alexa. My kamado joe is at the bottom of the garden and when i’m smoking or bbq’ing i can bring up the meat and the grill temps on any screen in the house. Fantastic.
评论 #21848562 未加载
iudqnolqover 5 years ago
Rachel Kroll (wrote The Bozo Hour making fun of incompetent sysadmins and management) created a web portal for an SDR in C. I found her blog posts in the project very interesting.<p>&gt; <a href="http:&#x2F;&#x2F;scanner.rachelbythebay.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;scanner.rachelbythebay.com&#x2F;</a>
xconvergeover 5 years ago
This write up is a great introduction to what can be done and is nearly word for word what I have been through so far with SDR and amateur radio.<p>Another super interesting thing I have done with my RTL-SDR is track NOAA and Meteor weather satellites and decode the images in realtime as they fly by overhead
评论 #21850586 未加载
squarefootover 5 years ago
Thanks for posting, I didn&#x27;t know about LuaRadio.<p>After playing with some examples I noticed the weird behaviour of the gnuplot windows that get focused and refreshed (including decorations) at every sample so that beside wasting cpu power for unneeded drawing, it takes away focus from the shell where the program was invoked, making impossible for example to press ctrl+c to stop the program. I was forced at every test to ctrl+alt+f1 to a full screen console to kill the process.<p>There&#x27;s a nice Lua GUI project called TekUI which includes a basic graphing control that could be imported and extended to do the same without the need of an external dependency like gnuplot.<p><pre><code> http:&#x2F;&#x2F;tekui.neoscientists.org&#x2F;screenshots.html (look at about half of the page) http:&#x2F;&#x2F;tekui.neoscientists.org&#x2F;releases&#x2F; </code></pre> It&#x27;s highly portable, a few years ago I managed to compile and use it on a A10 ARM processor board (Hackberry if memory serves).
评论 #21849082 未加载
acdover 5 years ago
Thanks what a good link to SDR, the link feels like a Christmas present. SDRPlay is a good SDR receiver a step up from RTL-SDR for exploring the radio spectrum. Plus to exploring software defined radios there is a good community built around ham that one can join.
评论 #21862842 未加载
Eehoj2zaiphover 5 years ago
I want to broadcast (unidirectional) UDP packets over the air on 2.4 GHz or 5 GHz at 3+ Mbit&#x2F;s at maximum (legal) power. Is there a good way to do this with any current SDR hardware? Or is my best bet to ab(use) wifi cards for this purpose?
评论 #21849584 未加载
评论 #21853593 未加载
评论 #21848079 未加载
JoblessWonderover 5 years ago
When I was messing around with ADS-B stuff for work I found this website to be very helpful with lots of ideas&#x2F;links for projects: <a href="https:&#x2F;&#x2F;www.rtl-sdr.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.rtl-sdr.com&#x2F;</a>
zzo38computerover 5 years ago
I have some other questions:<p>1. Can Usenet (and perhaps also Unusenet) be used with amateur radio?<p>2. Can received AM&#x2F;FM broadcasts be used as a input for SoX?<p>3. Is time synchronization possible with software defined radio?<p>4. Can it be used with a RF cable (such as to connect to a VCR)?
评论 #21852139 未加载
MuffinFlavoredover 5 years ago
One project I want to do with SDR is relay + amplify my car smart key so that I can open my car from 50 feet away (as opposed to needing to be right next to it)<p>Is this possible?
评论 #21846939 未加载
评论 #21846966 未加载
评论 #21847046 未加载
评论 #21853604 未加载
评论 #21847043 未加载
mobilemidgetover 5 years ago
Oh great Xmas gift for myself, better receiver :-)