Thu Feb 26 09:41:31 PM CST 2026

This commit is contained in:
geegor 2026-02-26 21:41:31 -06:00
parent fc1f75f83a
commit 1e93b49c99

View file

@ -1,4 +1,8 @@
0. Install uv 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. 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 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 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