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 38b4e1cb01 Added Time-Domain Reflectometry, aka. "cable length measurement".
Upped version to 0.0.2
Added numpy as a requirement
Updated the readme feature list
2019-09-01 15:18:35 +02:00
.idea GNU General Public License v3 2019-08-29 15:10:35 +02:00
.gitignore Copyright notice on program startup. 2019-08-30 10:16:15 +02:00
LICENSE Create LICENSE 2019-08-29 15:06:34 +02:00
LogMagChart.py Copyright notice on program startup. 2019-08-30 09:43:18 +02:00
Marker.py Very basic logmag charts for S11 and S12. 2019-08-29 22:56:21 +02:00
NanoVNASaver.py Added Time-Domain Reflectometry, aka. "cable length measurement". 2019-09-01 15:14:25 +02:00
Pipfile Added Time-Domain Reflectometry, aka. "cable length measurement". 2019-09-01 15:18:35 +02:00
README.md Added Time-Domain Reflectometry, aka. "cable length measurement". 2019-09-01 15:18:35 +02:00
SmithChart.py Copyright notice on program startup. 2019-08-30 09:43:18 +02:00
SweepWorker.py Copyright notice on program startup. 2019-08-30 09:43:18 +02:00
nanovna-saver.py Added Time-Domain Reflectometry, aka. "cable length measurement". 2019-09-01 15:14:25 +02:00
requirements.txt Added Time-Domain Reflectometry, aka. "cable length measurement". 2019-09-01 15:18:35 +02:00

README.md

NanoVNASaver

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

Introduction

This software connects to a NanoVNA and extracts the data for display on a computer, and for saving to Touchstone files.

Current features:

  • Reading data from a NanoVNA
  • Splitting a frequency range into multiple segments to increase resolution (tried up to >10k points)
  • Displaying data on Smith charts and logmag-charts for both S11 and S21
  • Displaying two markers, and the impedance and VSWR (against 50 ohm) at these locations
  • Exporting 1-port and 2-port Touchstone files
  • TDR function (measurement of cable length)

Expected features:

  • Mouse control of markers
  • Further data readout for markers, such as return loss/forward gain
  • Reading and displaying Touchstone files

Screenshot of version 0.0.1

Windows

The software was written in Python on Windows, using Pycharm, and the modules PyQT5, numpy and pyserial.

Linux

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

  • python3-serial
  • python3-pyqt5
  • numpy

To Run

python3 nanovna-saver.py

License

This software is licensed under version 3 of the GNU General Public License. It comes with NO WARRANTY.

You can use it, commercially as well. You may make changes to the code, but I (and the license) ask that you give these changes back to the community.