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
Rune B. Broberg 6ba1a854df Very basic logmag charts for S11 and S12. 2019-08-29 22:56:21 +02:00
.idea GNU General Public License v3 2019-08-29 15:10:35 +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
LogMagChart.py Very basic logmag charts for S11 and S12. 2019-08-29 22:56:21 +02:00
Marker.py Very basic logmag charts for S11 and S12. 2019-08-29 22:56:21 +02:00
NanoVNASaver.py Very basic logmag charts for S11 and S12. 2019-08-29 22:56:21 +02:00
README.md Add "Linux" section to README.md 2019-08-29 13:42:02 +02:00
SmithChart.py Reading and displaying S12 on a Smith chart. 2019-08-29 16:12:44 +02:00
SweepWorker.py Reading and displaying S12 on a Smith chart. 2019-08-29 16:12:44 +02:00
nanovna-saver.py GNU General Public License v3 2019-08-29 15:10:35 +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