CalibrateSDR icon indicating copy to clipboard operation
CalibrateSDR copied to clipboard

what is my SDR frequency?

Results 5 CalibrateSDR issues
Sort by recently updated
recently updated
newest added

Hi, I downloaded the script to a Raspberry PI and if i run `rtl_test` works fine but if i run the script i got: ```bash pi@raspberrypi:~/CalibrateSDR $ python3 ./cali.py {'f':...

I'm trying to resolve an intermitted issue with my HackRF device so I thought about trying to find the crystal accuracy and if my cheap chinese 0.1ppm external crystal might...

In addition to: python cali.py -m dab -c 33 we can specify a block based channel name, like: python cali.py -m dab -c 12C Signed-off-by: Henk Vergonet

I have added all the basic required details to run the package and also added the solution to a problem I faced while running the project

Debian Linux, python 3.9.1, rtl sdr dongle by rtl-sdr blog, V3 ``` $ python3 cali.py -v {'f': None, 'm': 'dab', 's': 'rtlsdr', 'c': 'all', 'rs': 2048000, 'rg': 20, 'rd': 0,...