577 B
577 B
- Install
uvfrom https://docs.astral.sh/uv/ - If using nix as a package manager, run nix-shell to enter the shell with the required packages. (just libiio so far)
- Run
uv run library_test.pyto test if libiio is being loaded
- If successful, this will print a "library is loaded" message
- Run
uv run ad9361_example.pyto test the SDR output
- If the SDR is not currently connected at
192.168.1.10this should freeze, then report a device not found error - If the SDR is connected, something else should happen
- Report back on discord about your results