gqrx-sdr / gqrx

Software defined radio receiver powered by GNU Radio and Qt.
http://gqrx.dk
GNU General Public License v3.0
2.95k stars 533 forks source link

ppm does nothing on CloudIQ #561

Closed pidloop closed 6 years ago

pidloop commented 6 years ago

Hello,

I really enjoy using gqrx 2.8 on macOS 10.12 with my RFSpace CloudIQ, it works very very well. Thanks for this great program.

Just one issue please: the ppm correction field does not seem to do anything. I can change it to any value but nothing happens. Perhaps I am missing a step? Perhaps there is some communication with the CloudIQ that is not correct? I would be happy to help troubleshoot if I can do anything.

73, Elwood, WB0OEW

csete commented 6 years ago

Hi Elwood,

It looks like it is not implemented by the backend: https://github.com/csete/gr-osmosdr-gqrx/blob/master/lib/rfspace/rfspace_source_c.cc#L1570 So this problem exists for all RFSpace radios supported.

I'm curios, how much error do you have?

pidloop commented 6 years ago

At 10 MHz WWV I measure 11.2 Hz too high. I can set this in the LNB LO but that does not scale with frequency,

On Mon, Oct 9, 2017 at 12:52 PM, Alexandru Csete notifications@github.com wrote:

Hi Elwood,

It looks like it is not implemented by the backend: https://github.com/csete/gr-osmosdr-gqrx/blob/master/lib/ rfspace/rfspace_source_c.cc#L1570 So this problem exists for all RFSpace radios supported.

I'm curios, how much error do you have?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/csete/gqrx/issues/561#issuecomment-335268136, or mute the thread https://github.com/notifications/unsubscribe-auth/ALf8ZDJoMYy-S4l4hGX5lNW7uBye5287ks5sqnmLgaJpZM4Py8Lb .

csete commented 6 years ago

If / when I make a new release I will try to have this fixed as it shouldn't be difficult to fix.

pidloop commented 6 years ago

Sounds great, no panic. Thank you.

On Mon, Oct 9, 2017 at 1:34 PM, Alexandru Csete notifications@github.com wrote:

If / when I make a new release I will try to have this fixed as it shouldn't be difficult to fix.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/csete/gqrx/issues/561#issuecomment-335277587, or mute the thread https://github.com/notifications/unsubscribe-auth/ALf8ZOE1qJg8nG753iW6BkTVCtAkhyU0ks5sqoNIgaJpZM4Py8Lb .

costonisp commented 6 years ago

I experience the same issue with my PlutoSDR. The error is about 5ppm.

2017-10-09 21:52 GMT+02:00 Alexandru Csete notifications@github.com:

Hi Elwood,

It looks like it is not implemented by the backend: https://github.com/csete/gr-osmosdr-gqrx/blob/master/lib/ rfspace/rfspace_source_c.cc#L1570 So this problem exists for all RFSpace radios supported.

I'm curios, how much error do you have?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/csete/gqrx/issues/561#issuecomment-335268136, or mute the thread https://github.com/notifications/unsubscribe-auth/AJpYP0h2oArl3RoA_2kLQAzIZ7Xh1DtZks5sqnmJgaJpZM4Py8Lb .

csete commented 6 years ago

The same applies to plutosdr. In fact, the plutosdr backend is really just a prototype to get the receiver up and running and it is not even merged upstream. It will eventually require a maintainer, otherwise it will be a dead project. I simply don't have the time to maintain and package all these backends by myself.

csete commented 6 years ago

I have now pushed changes to the rfspace and plutosdr branch in gr-osmosdr-gqrx that implement PPM setting for these devices. It will be available in the next packaging round in a few days.

pidloop commented 6 years ago

Sweet! Many thanks Alex.

Elwood, WB0OEW

On Fri, Mar 16, 2018 at 4:27 PM, Alexandru Csete notifications@github.com wrote:

I have now pushed changes to the rfspace https://github.com/csete/gr-osmosdr-gqrx/tree/rfspace and plutosdr https://github.com/csete/gr-osmosdr-gqrx/tree/plutosdr branch in gr-osmosdr-gqrx https://github.com/csete/gr-osmosdr-gqrx that implement PPM setting for these devices. It will be available in the next packaging round in a few days.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/csete/gqrx/issues/561#issuecomment-373871168, or mute the thread https://github.com/notifications/unsubscribe-auth/ALf8ZDamBo7TSg5aly2VzK84iC82r6a9ks5tfEpigaJpZM4Py8Lb .