-
Notifications
You must be signed in to change notification settings - Fork 447
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
Add support for JupiterSDR #1766
Conversation
@f4exb It still takes some more commits to get this working. I just created this PR already so that You can give early feedback. I will try to get rx running first and then do tx. |
Looks like a nice SDR. Since it is a transceiver and has two synchronized inputs and outputs it may be better supported as a "mimo" device. I see it uses libiio and you probably got inspiration from PlutoSDR. Input and Output device plugin for the same device is the way of support prior to the "mimo" devices implementation. PlutoSDR has the 3 flavors of support: input, output and mimo. |
ah thanks, I will have a look at the pluto MIMO device. |
This PR is going to be closed due to inactivity |
the inactivity is unfortunately caused by ADI, because with the ADRV its not possible anymore to change the sample rate by just writing an iio attribute. With these devices one has to upload a binary blob (so called profile) that contains configured settings such as sample rate. ADI said they want to open source the code to generate the binary blob, but so far it has not been done. |
The "feature" label should take this PR out of the no activity scope |
I had a quick look at the documentation and what they call "profiles". This looks like part of the device firmware from the software point of view so there is no point in trying top change these parameters from software. However it is necessary to be able to read essential parameters like the sample rate. I did not go that far to know if this is possible but I would hope so. |
This PR is going to be closed due to inactivity |
This PR is going to be closed due to inactivity |
https://wiki.analog.com/resources/eval/user-guides/jupiter-sdr