sdr-testing/README.md

9 lines
577 B
Markdown

0. Install `uv` from https://docs.astral.sh/uv/
1. If using nix as a package manager, run nix-shell to enter the shell with the required packages. (just libiio so far)
2. Run `uv run library_test.py` to test if libiio is being loaded
- If successful, this will print a "library is loaded" message
3. 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
4. Report back on discord about your results