sdr-testing/README.md

577 B

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