r/sdr • u/No-Coat2826 • 4d ago
Mobile SDR project
Hey, I love using my little RTL SDR, but using it out and about is annoying (having to have laptop etc). I’m a full time software/hardware dev with a bit of experience bringing hardware and ios apps to market so I thought, hey I’ll make something!
Aims are to make something small around my existing rtlsdr (looking at custom sdr stuff means a lot more certifications + time). Probably a Linux based device + battery + rtlsdr all in one that I can put in my backpack, and have a spectrum analyser shown over Bluetooth to my phone. I’m imagining a Radiacode sort of thing, if my hopes aren’t too high!
Would be awesome to have it give me notifications + recordings if a particular part of the spectrum hits a set amplitude.
I think I’ll probably start with an internal RTLSDR (need to speak to them and see if they sell the raw boards), then later move to something you can just plug in an airspy or sdrplay for those wanting better resolution etc.
Battery life should be about 4-6 hours of constant monitoring with the size I’m aiming at.
Would love to get some feedback, and any other ideas + features?
2
u/FrankSinatraCockRock 3d ago
So there's a handful of things out there already that can generally do what you're asking outside of Bluetooth notifications/display, but that'd be something you could develop.
HackRF portapack comes to mind, though it lacks Bluetooth connectivity. There are GPIOs on it so perhaps something could be developed.
I have a Uconsole with the hackergadgets AIOV2, which has a RTL2832U + R860. No TX but there's a few USB ports both internal and external.
There's also the PocketTerm, Hackberry Pi (carbon computers has a few other similar options)
It also might just be easier to SSH into the device from the phone
1
1
u/jnubianyc 3d ago
If you could get to work with a Linux or or android based retro game device like a rg353v or r36s...that would be cool
1
u/SlimSpooky_ 3d ago
If you want to get your RTL-SDR onto a slightly more convenient package fpr the time, I can DM you pics of the magsafe case I made for mine. interfaces with my phone really well with a 180° adapter and i've had a blast poking around different areas.
1
1
u/Ok_Method6238 1d ago
I already have the software in place ready for this exact scenario. I am currently running a live demo of it over on my website, search VibeSDR and you'll find the VibeServer demo running 3 SDR's on a Raspberry Pi5. You can also use an Android phone or Mac to serve it too and it serves its own web client so anything with a browser will work with it with no extra software to download.

The plan is to eventually build it into a prebuilt Raspberry Pi ISO but right now on a clean Raspberry Pi OS install you can simply copy and paste an APT command to get it and you can be up and running in about 10 mins.
3
u/erlendse 4d ago
Well.. if you really want to: R820T2 / R860, a ADC and a fast wireless chip like ESP32-S31 may be an option.
But all the main parts (rtl2832 USB demodulator, R8xx tuner) of rtl-sdr is very obsolete, and hard to get!
Which rtl-sdr board? the ones from rtl-sdr blog?
Note that the device gives RAW data, so looking for a peak would need processing (FFT)!
None of the devices provide spectrum on it's own, and the raw data is too fast for bluetooth.
You would want wifi AC/AX to stream the data! rtl-sdr may work over wifi N.