pothosware / SoapyRTLSDR

SoapySDR RTL-SDR Support Module
https://github.com/pothosware/SoapyRTLSDR/wiki
MIT License
124 stars 29 forks source link

Update README to list librtlsdr alternatives #74

Open ZephyrFanBoy opened 8 months ago

ZephyrFanBoy commented 8 months ago

The support depends on the librtlsdr used. In short, yes SoapySDR supports the rtlsdr blog v4 but you need an updated librtlsdr (the rtl-sdr libs with v4 support have notes to that).

Originally posted by @zuckschwerdt in https://github.com/pothosware/SoapyRTLSDR/issues/73#issuecomment-1864374959

zuckschwerdt commented 8 months ago

I guess you are asking for this to be documented. Seems a good thing.

zuckschwerdt commented 8 months ago

Perhaps use the results of https://github.com/merbanan/rtl_433/issues/2703 for a section in the README.

ZephyrFanBoy commented 8 months ago

Hi @zuckschwerdt

"I guess you are asking for this to be documented. Seems a good thing." Yes awesome. Thanks very much. That's useful for me and others noobs. because rtl-sdr.com has a sub page called " software" where they explain for some SDR FOSS software how to make it work for the rtlsdrblog v4 usb stick but unfortunatly the pothos flow is not on there. Perhaps talk to them to get it properly documented.

I am looking into the repository and results of "merbanan/rtl_433" and "osmocom/rtl-sdr" I am going over the git repo's but there are no releases??? I am looking into the folders, but none have a librtlsdr.dll in there repo?

Another question where is in the pothos SDR directory the location of the librtlsdr.dll v3 that I should replace with the proper librtlsdr.dll v4? Because searching with explorer I can not find librtlsdr.dll

zuckschwerdt commented 8 months ago

In the bin directory of the Pothos install should be rtlsdr.dll

See https://www.rtl-sdr.com/v4/ for instructions.