CubicSDR working fine, Gqrx not so good.
CubicSDR working fine, Gqrx not so good.
Just got my rsp2 pro this week got it this week but having problems with gqrx.
the bandwidth seems to be all in that centre part, i don'e see anything either side of it despite it being in the FM radio band.
any ideas?
running on Antergos (Arch based) Linux.
libsdrplay 2.09.1
gr-osmosdr-nonfree-git 0.1.4.75
gqrx-git 20170118
the bandwidth seems to be all in that centre part, i don'e see anything either side of it despite it being in the FM radio band.
any ideas?
running on Antergos (Arch based) Linux.
libsdrplay 2.09.1
gr-osmosdr-nonfree-git 0.1.4.75
gqrx-git 20170118
Last edited by deadite66 on Thu Jan 01, 1970 12:00 am, edited 0 times in total.
Reason: No reason
Reason: No reason
RSP2 Pro and RSP1A owner.
Re: CubicSDR working fine, Gqrx not so good.
I am running gqrx with the soapysdr (not the gr.osmosdr non free) driver and have seen this same behavior.
gqrx sets the default bandwidth to 0 and expects that in this case the driver calculates the optimum bandwidth for the configured sample rate (I think that's a gnu-radio convention). With soapysdr this did not work, the driver selected a very small bandwidth.
Maybe it's the same with the gr-osmosdr sdrplay driver.
Try to set the bandwidth manually to a value that matches the sample rate. This might work.
gqrx sets the default bandwidth to 0 and expects that in this case the driver calculates the optimum bandwidth for the configured sample rate (I think that's a gnu-radio convention). With soapysdr this did not work, the driver selected a very small bandwidth.
Maybe it's the same with the gr-osmosdr sdrplay driver.
Try to set the bandwidth manually to a value that matches the sample rate. This might work.
Reason: No reason
Re: CubicSDR working fine, Gqrx not so good.
Thanks that did the trick with gnuradio, bandwidth setting doesn't seem to work with the soapy driver though.
gqrx seems to be too glitchy with the gnuradio driver, the noise floor keep jumping up and down still you can see the lines in my image above.
hope Cubic adds recording support soon.
gqrx seems to be too glitchy with the gnuradio driver, the noise floor keep jumping up and down still you can see the lines in my image above.
hope Cubic adds recording support soon.
Last edited by deadite66 on Thu Jan 01, 1970 12:00 am, edited 0 times in total.
Reason: No reason
Reason: No reason
RSP2 Pro and RSP1A owner.
Re: CubicSDR working fine, Gqrx not so good.
Got soapy working with gqrx needed to change the driver string to 'driver=sdrplay,soapy=0' now to work out how to change the antenna.
Last edited by deadite66 on Thu Jan 01, 1970 12:00 am, edited 0 times in total.
Reason: No reason
Reason: No reason
RSP2 Pro and RSP1A owner.
Re: CubicSDR working fine, Gqrx not so good.
Seems to be unsupported:deadite66 wrote:Got soapy working with gqrx needed to change the driver string to 'driver=sdrplay,soapy=0' now to work out how to change the antenna.
Code: Select all
/*******************************************************************
* Antenna API
******************************************************************/
std::vector<std::string> SoapySDRPlay::listAntennas(const int direction, const size_t channel) const
{
std::vector<std::string> antennas;
antennas.push_back("RX");
return antennas;
}
void SoapySDRPlay::setAntenna(const int direction, const size_t channel, const std::string &name)
{
// TODO
}
std::string SoapySDRPlay::getAntenna(const int direction, const size_t channel) const
{
return "RX";
}
I have the RSP1 so I can't test.
Reason: No reason
Re: CubicSDR working fine, Gqrx not so good.
yes i can.DK7OB wrote:Can you change antenna with CubicSDR?
I have the RSP1 so I can't test.
Code: Select all
<ant_sel>Antenna B</ant_sel>
wonder if it's just enough to change the string to 'driver=sdrplay,soapy=0,ant_sel=Antenna B'
EDIT: no, gqrx doesn't accept it.
Last edited by deadite66 on Thu Jan 01, 1970 12:00 am, edited 0 times in total.
Reason: No reason
Reason: No reason
RSP2 Pro and RSP1A owner.
Re: CubicSDR working fine, Gqrx not so good.
Trying out an alternate soapysdrplay repo.
https://github.com/fcrohas/SoapySDRPlay
adds antenna A,B and HiZ
https://github.com/fcrohas/SoapySDRPlay
adds antenna A,B and HiZ
Reason: No reason
RSP2 Pro and RSP1A owner.
Re: CubicSDR working fine, Gqrx not so good.
Seem to have fixed along standing problem with stability in linux today, always had read glitches and would eventually end in a segfault involving libusb.
disappointing when you have a nice haswell rig.
i bought a usb3 pcie card and fingers crossed it's ran for hours without a single glitch.
disappointing when you have a nice haswell rig.
i bought a usb3 pcie card and fingers crossed it's ran for hours without a single glitch.
Reason: No reason
RSP2 Pro and RSP1A owner.