A multiplatform tool to save Touchstone files from the NanoVNA, sweep frequency spans in segments and generally display and analyze the resulting data.
 
 
 
Go to file
mihtjel d511f0c759
Create LICENSE
2019-08-29 15:06:34 +02:00
.idea Migrated sweeps to a separate worker thread. 2019-08-29 00:56:54 +02:00
.gitignore Added gitignore, removed venv 2019-08-27 16:00:21 +02:00
LICENSE Create LICENSE 2019-08-29 15:06:34 +02:00
Marker.py Markers find their own location, and have their own colour. 2019-08-29 15:04:40 +02:00
NanoVNASaver.py Markers find their own location, and have their own colour. 2019-08-29 15:04:40 +02:00
README.md Add "Linux" section to README.md 2019-08-29 13:42:02 +02:00
SmithChart.py Markers find their own location, and have their own colour. 2019-08-29 15:04:40 +02:00
SweepWorker.py Migrated sweeps to a separate worker thread. 2019-08-29 00:56:54 +02:00
nanovna-saver.py Refactored markers to their own class. Currently not functional. 2019-08-29 12:19:58 +02:00

README.md

A small tool to save touchstone files from the NanoVNA, and to allow sweeping frequency spans in sections to gain more than 101 data points. Copyright 2019 Rune B. Broberg

Linux

In order to run this app in Linux environment, you'll need the following packages:

  • python3-serial
  • python3-pyqt5