Re: [EXTERNAL] Re: Changing the frequency of signal source at runtime

2021-07-14 Thread Chris Vine
On Wed, 14 Jul 2021 13:47:26 -0400 Jeff Long wrote: > With a recent GNU Radio 3.9, SoapySDR is supported, and there is a soapy > sdrplay driver. This requires the sdrplay v3 API and service to be > installed. SoapySDR and SoapySDRPlay also work fine with the v2 API for the RSP1A and gnuradio-3.9.

RE: [EXTERNAL] Re: Changing the frequency of signal source at runtime

2021-07-14 Thread Pratik Bhogale
Got it, thanks. I’ll try this solution.Also thanks for the SoapySDR suggestion. From: Jeff LongSent: 14 July 2021 14:04To: discuss-gnuradio@gnu.orgSubject: Re: [EXTERNAL] Re: Changing the frequency of signal source at runtime Right, you can use sdrplay this way in GNU Radio 3.9: https

Re: [EXTERNAL] Re: Changing the frequency of signal source at runtime

2021-07-14 Thread Jeff Long
net. > > > > *From: *Jeff Long > *Sent: *14 July 2021 13:49 > *To: *discuss-gnuradio@gnu.org > *Subject: *Re: [EXTERNAL] Re: Changing the frequency of signal source at > runtime > > > > With a recent GNU Radio 3.9, SoapySDR is supported, and there is a soapy

RE: [EXTERNAL] Re: Changing the frequency of signal source at runtime

2021-07-14 Thread Pratik Bhogale
2021 13:49To: discuss-gnuradio@gnu.orgSubject: Re: [EXTERNAL] Re: Changing the frequency of signal source at runtime With a recent GNU Radio 3.9, SoapySDR is supported, and there is a soapy sdrplay driver. This requires the sdrplay v3 API and service to be installed. On Wed, Jul 14, 2021 at 1:16 PM

Re: [EXTERNAL] Re: Changing the frequency of signal source at runtime

2021-07-14 Thread Jeff Long
> > > > *From: *Glen Langston > *Sent: *14 July 2021 13:04 > *To: *Pratik Bhogale > *Cc: *discuss-gnuradio@gnu.org > *Subject: *[EXTERNAL] Re: Changing the frequency of signal source at > runtime > > > > [Caution: Email from External Sender. Do not click

Re: Changing the frequency of signal source at runtime

2021-07-14 Thread Glen Langston
Hello Maybe you could share your .grc or python file. I’ve had pretty good luck with gnuradio 3.7.13 and SDRPlay RSP1A, where changing the frequency works fine. I’ve not gotten SDRPlay RSP1A to work with gnuradio 3.8, as they’re not interested in following gnuradio changes any longer. What

RE: [EXTERNAL] Re: Changing the frequency of signal source at runtime

2021-07-14 Thread Pratik Bhogale
LangstonSent: 14 July 2021 13:04To: Pratik BhogaleCc: discuss-gnuradio@gnu.orgSubject: [EXTERNAL] Re: Changing the frequency of signal source at runtime [Caution: Email from External Sender. Do not click or open links or attachments unless you know this sender.] Hello Maybe you could share your .grc or python

Changing the frequency of signal source at runtime

2021-07-14 Thread Pratik Bhogale
Hi team, I hope you are well. I need help with changing the tuned frequency of the source RSP1A, after a certain amount of time. I have tried multiple potential solutions that I found online through mailing lists and FAQs and other solutions fr reconfiguring the flowgraph using lock and unlock, wai