dsd icon indicating copy to clipboard operation
dsd copied to clipboard

Add rtl-sdr as an input source

Open szechyjs opened this issue 10 years ago • 5 comments

Use librtlsdr to get input directly from a SDR.

http://sdr.osmocom.org/trac/wiki/rtl-sdr

szechyjs avatar May 12 '14 02:05 szechyjs

hello, which commit will add this to master ?

Regards Pawel

ch0mik avatar May 14 '14 17:05 ch0mik

This is a feature I'm pursuing. It will not be integrated until v2.0

szechyjs avatar May 15 '14 00:05 szechyjs

Just started playing with sdr. I have a macbook Pro installed librtlsdr and can play radio and decode Pagers etc. Installed dsd with no problems and cannot get it to work. I have tried so many different ways to connect rtl_fm to dsd and play but not enough information out there that I can find to make something work. It just quits without any errors. Could you please point me in the right direction. Just need some formulas to work with. Thanks in advance.

michealc avatar Oct 20 '14 10:10 michealc

If it helps, I use rtl_fm to get P25 data like so:

rtl_fm -f XXXXX -p 49 -s 48000 -g 25 -M fm | dsd -i - -o /dev/null -v99 -g25

sbromberger avatar Mar 03 '15 15:03 sbromberger

Had no luck with dsd 1.6.0 from Homebrew. Compiling version 1.7.0 from source worked right away.

elvis-epx avatar Jan 09 '19 20:01 elvis-epx