Travis F. Collins
Travis F. Collins
```ctx = iio.Context()``` is the same as ```ctx = iio.LocalContext()```. find_device looks at the name device attribute. Which would be ```48003000.adc:adc@0``` is your case.
Please SSH to Pluto and run the command dmesg. Paste the output here
Transceiver looks fine. Can you do 2 things. 1. Verify the URI is correct. Which one are you using? 2. Provide the output of this command: ``` iio_attr -u -d...
Its not required to set the device in AD9364 mode to use an external reference. However, you need to connect and power the reference before booting Pluto.
@yurivict thanks for the bug report. Unfortunately no one really develops on BSD on the team and CI is pretty nonexistent for it. If you can submit a fix that...
@chegbeli It doesn't seem like the driver checks for the PLL actually locking. REG 0x58 (bit 0). After initialization it should be the final check.
Do you have a separate card in mind? Do you have requirements on synchronization performance?
I added an enhancement here to support this type of configuration https://github.com/analogdevicesinc/pyadi-iio/tree/tfcollins/zu11eg-fm8-enhancement I can't test this myself so if you have any feedback it would be helpful
I'm not really sure exactly what you are looking for. The pyadi-iio interfaces use in-kernel IIO drivers the manage the devices themselves, which would include initialization. Are you familiar with...
The driver is required to use the python layer provided by pyadi > I believe its just a case of option overload. I don't understand what you mean