-
Notifications
You must be signed in to change notification settings - Fork 464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Still problematic: BladeRF becomes unusable after changing sample rate #987
Comments
Do you stop the streams before changing the sampling rate? |
@Heshyo I've tried it both ways. Stopping the stream first makes it occur less often, but doesn't eliminate the problem. The only workaround I have is to actually close the device and reopen it and set the new sample rate before activating the stream again. |
This issue can somewhat be reproduced using the
Output:
I'm not 100% sure, anecdotally the issue seems to happen more when the sample rate goes from something high to something substantially lower. |
This is a request to reopen #778, as we're constantly having the same problem reported.
Symptoms
Whenever the sample rate is changed, the driver hangs or times out.
Here are two examples of the types of errors rendered.
and
Versions
We're currently using the SoapySDR wrappers, as we use a number of SDRs (but bladeRF is our favorite). It's hard for us to pull SoapySDR out of the dependency chain, so I'm hoping someone could off advice of things to try to debug and track this down. Changing sample rate on the fly is a requirement for the system we're building.
The text was updated successfully, but these errors were encountered: