-
Notifications
You must be signed in to change notification settings - Fork 78
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
Start AIS-catcher on PlutoSDR #323
Comments
hello! many thanks for reaching out. The executable I build does not contain SoapySDR support (neither on Windows nor on Linux). I have not tried to build it with Soapy on Windows. I might give it a try some day. Perhaps you can pipe the radio SDR data into AIS-catcher with something like: SoapySDRUtil.exe --rate=1536000 --freq=162e6 --gain=32 --channels=0 --format=float32 - | AIS-catcher.exe -r cf32 . -s 1536000 -v |
Thank you very much for your answer! |
I looked closer at the windows distribution and noticed there is a rx_sdr utility as well that I could make work with the RTL-SDR:
You need to properly set the gain, sample rate (twice, once for AIS-catcher and once for rx_sdr) and the driver. But this might be worth a try.... |
I tried what you suggested, but it didn't work for me... Library error 0, exiting...` |
So, if you would write the radio data to a file, would that work? E.g.:
and then separately read it in for AIS decoding
ps I tried to build a version for Windows with SoapySDR, but difficult to get it stable and work on all Windows machines (note that for Linux, if you install the software is build on the device, for Windows we have pre-compiled everything which increases compatibility potential issues) |
Hello!
Please tell me how to run AIS-Catcher on Windows using the PlutoSDR board?
It can be seen that PlutoSDR is not directly supported. But it is possible to run using SoapySDR. How do I do this on Windows?
Sincerely, dendyKP.
The text was updated successfully, but these errors were encountered: