r/RTLSDR • u/Dull-Orange2493 • 3h ago
r/RTLSDR • u/gho0strec0n • 53m ago
Troubleshooting Can i use this to watch anaglog TV in UK (USB TV Stick DAB FM DVB-T RTL2832 FC0012 SDR RTL-SDR Dongle )
Hi all
got this
IR Remote Digital satellite USB TV Stick DAB FM DVB-T RTL2832 FC0012 SDR RTL-SDR Dongle Stick Digital TV Tuner Receiver
recently , i was able to listen to FM radio .
any chance to use it to watch analog TV ? free to air
many thanks
r/RTLSDR • u/Rockafireexplosion1 • 12h ago
Sdrstore.eu
I ordered smth from SDRstore.eu i am on the eu and heard some great and some very bad things on this store?Can yall share yalls experiences?
r/RTLSDR • u/sunnychon • 1d ago
Is the missing line normal?
I just received this image from JMH4 and I noticed that the middle of the H is gone , is it my SDR's fault or the transmitter?
r/RTLSDR • u/woodzy_chimera • 2d ago
First time decoding T.Microsat-2 Satellite Tune (Ode to joy)
Enable HLS to view with audio, or disable this notification
18:58:06 UTC on August 30, 2026
59.4 degree pass
using RTL SDR v4 blog and V dipole
Best way to switch between two antennas on an RTL-SDR?
I have an RTL-SDR Blog V4 connected to a mini PC outside on my balcony, which I access remotely.
I now have two antennae, one is a dipole for mainly VHF/UHF and another is a 25 m long wire for MW/SW/HF. I don't want to keep going outside and physically connecting/disconnecting the antennas every time I change bands. Winter is coming in two months and that will be even more challenging! 😂
I wonder what could be the simplest way to keep both permanently connected and switch between them?
Anyone running a similar setup? What would you recommend? Thank you!
r/RTLSDR • u/woodzy_chimera • 3d ago
Decoding AM TV with v4
Sadly it will be discontinued soon in my place :((
r/RTLSDR • u/FrenziedHodag • 2d ago
Software One Time Pad Generator
I got bored and came up with this because I had an old v3 sitting in a drawer.
r/RTLSDR • u/Icy-Masterpiece4346 • 3d ago
Recent Orbcomme trackings on the 137 mhz
Yagi 7 el on the roof (144 mhz), SDR Console 3, Multipsk for Orbcomm decoding with OM MAP for zoomable mapping, Orbitron for tracking the sats.
r/RTLSDR • u/Thin_Wealth_9160 • 3d ago
Guide OpenSourceSdr Lab
Hey! Does anyone have any feedback regarding the OpenSourceSDR lab I am working on analysing multiple signals from all the RF spectrum and using ML to help me detect signals for alerts, but wonder if there are support? Anyone has any experience on it? I am using a Macbook M1. I was thinking in a pluto sdr+ but found this one cheaper. Thanks in advance for any feedback.
r/RTLSDR • u/spacepbandjsandwich • 4d ago
Signal in wav file is visible in sdrsharp, but not in the waterfall in gnuradio
r/RTLSDR • u/BillyeMad85 • 4d ago
PSA: rtl_sdr -n can run forever instead of stopping, depending on the number you give it
I scheduled a 22 minute IQ capture overnight and woke up to a 33 GB file and a process that had been running for 2 hours 20 minutes. It took a while to work out why, so posting it in case it saves someone a disk.
rtl_sdr takes a sample count with -n and multiplies it by 2 to get bytes. That byte counter is 32 bit. 22 minutes at 2.048 MS/s is 5,406,720,000 bytes, which wraps to 1,111,752,704.
That alone would only give you a short file. The second half is what actually hurts: rtl_sdr stops when the remaining byte count falls between 0 and the block size (262144). The wrapped value happens to be exactly 4241 blocks, so it counts straight down to zero, the condition never becomes true, and it keeps going forever.
So whether it stops depends on which number you pick. At 2.048 MS/s: 15 min fine, 20 min never stops, 22 min never stops, 23 min fine, 25 min fine, 26 min never stops. 26 was the default in my own script, so a plain run would have done this every single time.
The fix is to not trust -n as your only stop condition:
timeout --signal=INT --kill-after=20 $((MINUTES*60+30)) rtl_sdr -f ... -n ... out.iq
Exit code 124 means the timeout cut it, which is expected. I also added a check comparing the finished file size against the expected size, so if the limit ever fails again it is loud instead of silent.
librtlsdr 2.0.2 on Ubuntu. I have not read the source, this is worked out from the numbers, but it explains every observation and leaves nothing unaccounted for.
r/RTLSDR • u/officialLooser • 4d ago
Please recommend me one of the following budget SDR options (or suggest some other one)
r/RTLSDR • u/HousingCareful9190 • 4d ago
Beginner radar projects
Hello! I'm a backend developer, and I've always wanted to get into embedded systems. Lately, I've also become very interested in how radar works, so I thought starting a project in this field could be a great way to combine the two.
I'm currently learning some of the theoretical concepts behind RF, such as beamforming (which I find incredibly fascinating), FFTs, and other related topics, but now I'd really like to start building something hands-on.
One day, I'd love to create something capable of detecting aircraft and, eventually, drones. From what I understand, detecting drones is significantly more challenging than detecting aircraft.
The main problem is that I live in a city with several military sites nearby, so I'm a bit hesitant to buy an active radar sensor and start experimenting with it because I'm worried about possible legal consequences or interference issues.
Another approach I've been looking into, which also seems incredibly interesting, is passive radar. In that case, I assume the legal risks would be much lower since I wouldn't be transmitting anything. However, the hardware seems considerably more expensive. From what I've understood, I'd need something like a KrakenSDR, which costs over $900 where I live.
Are there any other approaches I could explore? Has anyone here been in a similar situation?
What kind of projects could I work on that would be interesting from a learning perspective, while also being useful for my CV/resume? I'm currently working as a junior software developer at a defense company, so I'd especially like to build something that could help me move closer to embedded/RF/radar-related roles in the future.
Sorry if this isn't the right subreddit for this question. Any advice is more than welcome!
r/RTLSDR • u/FlakyPrinciple8907 • 4d ago
The SDRPLAY rsp1B and New Download for SDR Connect!
r/RTLSDR • u/Turbo_Shaman • 5d ago
My first successful METEOR-M2-3 LRPT reception
Got it working!
Received METEOR-M2-3 on 137.9 MHz using an RTL-SDR and a simple V-dipole in my backyard. Decoded with SatDump.
The signal wasn’t perfect, so there are plenty of artifacts but I actually received an image of Europe directly from a satellite with a couple pieces of wire in the garden. Still kind of amazed that this works.=)
Next goal: improve the antenna setup and get a cleaner full pass.
r/RTLSDR • u/No_Principle_6552 • 4d ago
Radiodetection RD8000 Locator Wand with Tx-10 Transmitter Set
r/RTLSDR • u/TiresOnFire • 3d ago
Software I was playing with my Hermes AI and used it to create a favorites list from radio reference. Feel free to roast my gmrs antenna.
r/RTLSDR • u/WonderfulThings1916 • 4d ago
FIrst project
Guys im a complete beginner in the whole frequency listening and transmitting world...
I was trying to build my first project using a module named "RSP1 MSI.SDR Msi001 Msi2500 10k-2GHz SDR Receiver" but i do not seem to find a single unit of it in inda
Is there some website that i sells this used or new but in india??
Or is there a substitute to this module??
Cause every module i see is upwards of 10k inr
And spending that much on a first project as a student just doesn't seem logical
r/RTLSDR • u/Icy-Masterpiece4346 • 5d ago
decoding this sat until 2° elevation
FM40 (in fact FM110 , Multipsk got the old numbers) was decoded here until the Lybian desert.
r/RTLSDR • u/Puzzleheaded_State37 • 5d ago
New to SDR
Hi, ive got myself the rtl-sdr v5 with the ham it up up converter kit to cover a wider spectrum of frequencys.
What would you advice to start with? Are there any videos out there where someone explains the physical behavior(wavelengths, voltages, etc) in combination with the software and the technical terms.
Thank you in advance.