Open sybip opened 3 years ago
I think the cause (or should I say the trigger) of this issue is the sync
parameter of the osmocom Source
block.
Setting "Sync" to "unknown PPS" in the gnuradio companion, or sync: sync
in the grc file will cause this issue on LimeSDR. This is the default setting currently.
Setting "Sync" to "don't sync" results in correct operation.
So, not a gr-tenna issue per se, but perhaps worth a mention in the README so other LimeSDR users can avoid the initial bad experience and subsequent troubleshooting.
I'm getting an exception when running the Python scripts on a LimeSDR radio:
I can work around this problem easily in
gotenna_(rx|tx)_hackrf.py
by wrapping theset_time_unknown_pps
line in a try block. As the command is optional (AFAIK is no-op unless an external clock source is present), the script runs without further problems. However, I am unsure how / if this solution can be properly implemented in the corresponding grc file.