-
Notifications
You must be signed in to change notification settings - Fork 112
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
ERR:Message: Can't parse problem! #120
Comments
Your i/s numbers are often in the hundreds, which means gr-iridium detects some energy, but your ok numbers are very low (they should be at least 30% if not higher), which means that most of these are not valid iridium packets. Furthermore, the ones that you tried to parse are all untypically short - I would expect a lot more longer packets. From that I conclude that your reception is pretty bad. It suspect like you have a lot of interference. I suggest looking at the spectrum at 1.626GHz in gr-fosphor or a similar waterfall to verify the spectrum is clean. In general I would suggest to move both the USRP and the antenna as far away as cables permit from the rest of your equipment (i.e. laptop and power supply) and use a good shielded USB cable to connect the USRP to the laptop. |
Hello, |
Actually in case this helps anyone else that has suddenly had the same issue over the past month or so, a change in a local network provider (possibly others?) has increased saturation in this band. gr-fosphor helped identify it and I was able to reduce the interference enough to get packets back. Thanks for the recommendation to use it, as I did not expect the problem to suddenly be this level of interference. |
Can you share some screenshots to see how that interference looked like or what you did to remove it? |
I use a IAA.01.121111 Iridium Certified Antenna connected to a LNA and USRP X310 to receive the iridium Signal via gr-iridium.
When I run the gr-iridium, the terminal ouput shows like this:
And I can get the ouput.bits file, then I use iridium_parser.py to parse this file: "pypy3 iridium-parser.py ./output.bits > output.parsed", however, the parse is totally failed! The oupur.parsed like this:
According to , I try "--uw-ec" and "--errorfree" command, but still can not work. Could you please tell me what is the problem in my whole precess? Any advice? Really thanks.
The text was updated successfully, but these errors were encountered: