pothosware / SoapyOsmo

Soapy SDR plugins for Osmo supported SDR devices
https://github.com/pothosware/SoapyOsmo/wiki
GNU General Public License v3.0
15 stars 4 forks source link

(Request) Possibly support new bladeRF features #14

Open alphafox02 opened 1 year ago

alphafox02 commented 1 year ago

I was thinking how best to go about trying to get Soapy to account for changes Nuand made to gr-osmosdr. I suppose the best route would be for Soapy bladeRF to account for changes, but perhaps this SoapyOsmo may present an easy way for the time being.

Have a look here, https://github.com/Nuand/gr-osmosdr

The last few commits enable a feature called, I believe, oversample or something of that nature. In this mode, it's reduced to an 8bit sample but it allows the bladeRF to achieve a 122Msps max sample rate/bandwidth setting.

Could a branch be created on this repo be created that uses Nuand's gr-osmosdr and somehow have the Soapy wrapper capable of activating the features? I would be happy to test.