first attempt at radioradar

This commit is contained in:
Ayzen
2026-05-06 18:15:50 +03:00
parent cf3f3cbd67
commit bde86813e5
28 changed files with 3224 additions and 30 deletions
+2 -3
View File
@@ -1,12 +1,12 @@
# radar_system
Radar acquisition and processing system for single LibreVNA, synchronized
multi-device LibreVNA, and Compact-M K209/S2VNA setups.
multi-device LibreVNA, Compact-M K209/S2VNA, and Kamil ADC setups.
Start here:
- [Operation Modes](docs/operation_modes.md): what to run on each machine for
`librevna`, `librevna_multi`, and `compact_m_k209`.
`librevna`, `librevna_multi`, `compact_m_k209`, and `kamil_adc`.
- [Run Config Reference](docs/run_config.md): `run_config.json` fields and
example files.
- [K209 Setup](docs/k209_setup.md): S2VNA, VISA, K209 limits, smoke tests, and
@@ -27,4 +27,3 @@ Run the GUI:
```bash
.venv/bin/python -m python_app.gui.main
```