-
Notifications
You must be signed in to change notification settings - Fork 20
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
please add more functions to the plugin #12
Comments
It would be great to have a ppm correction tool like with the RTL-SDRs. You can calibrate the frequency offset on your own by hand: Look for the strongest GSM cell between 925 and 960 MHz, apply max-hold and look for the FCCH sine tone. This one must be 67.7 kHz above the channel's center frequency (in 200 kHz steps). |
The PlutoSDR already has an internal mechanism for correction PPM offsets. Get a current version of libiio from ADI (https://github.com/analogdevicesinc/libiio/releases/download/v0.17/libiio-0.17.g5bdc242-Windows.zip ) With the iio_attr command you can manually set registers. After that, put the offset into the config.txt file under the xo_correction parameter. The offset is now permanently gone. |
@Manawyrm ... thank you for the information i didn't know, that it is possible to use iio_attr and SDR#+PlutoPlugin at the same time. |
there is an other SDR software, where the PlutoSDR has much more functions available as on the plugin here. maybe you can pick some options from there and put it to your plugin...
PlutoSDR input plugin (SDRangel)
e.g.:
The text was updated successfully, but these errors were encountered: