Franco Venturi
Franco Venturi
Good catch @ra1nb0w - I just created a new branch called 'change_library_name_to_sdrPlay3Support' (https://github.com/pothosware/SoapySDRPlay3/tree/change_library_name_to_sdrPlay3Support), that will generate a SoapySDR module library called `libsdrPlay3Support.so` to avoid conflicts with version SoapySDRPlay2 Also if...
@jketterl - Jakob, you may want to check out this fork of gr-osmosdr https://github.com/fventuri/gr-osmosdr , since it should support SDRplay API version 3.X ( @nmaster2042 reported success using it). On...
@ra1nb0w - Thanks for the useful suggestion. I am not sure if anyone with a Mac has ever tested the fork of gr-osmosdr, so I think it would be prudent...
Thanks for the useful info @ra1nb0w and @nmaster2042 Once the work on the changes to the driver SoapySDRPlay3 for issue https://github.com/pothosware/SoapySDRPlay3/issues/23 is completed, my next task will be getting the...
@BatchDrake, @srs4511351 - thanks for reporting this problem with the SoapySDRPlay3 module. Tonight I wrote a simple C++ program based on the SoapySDR C++ example (https://github.com/pothosware/SoapySDR/wiki/Cpp_API_Example#basic-c-api-example). I added a few...
@srs4511351 - thanks for all your tests. To try to troubleshoot this problem, do you mind adding some debugging to the SoapySDRPlay3 module by adding the following lines to the...
@srs4511351 - thanks for all your tests and useful comments. The good new is that it looks like both SigDigger and gqrx call the SoapySDR functions to enable/disable AGC and...
@srs4511351 @SDRplay - thanks for all your help troubleshooting and figuring out the issue with the AGC! I just pushed this commit to the SoapySDRPlay3 `master` branch: https://github.com/pothosware/SoapySDRPlay3/commit/ab0f5164114ed7fe59938da231e19afc2b6690d4 - it...
@srs4511351 - good catch Steve! Last night when I tested my changes I used the C++ SoapySDR example that I wrote a few days ago, and I forgot that in...
Bob, thanks for your input. Since you say you use GNU Radio to connect to the SDRplay RSPduo, I am wondering if you looked into the GNU Radio OOT module...