Skip to content

PICC-Group/pynanovna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pynanovna

This is a python module for using a NanoVNA.

Installation

Install with pip install pynanovna or pip3 install pynanovna.

Example

import pynanovna

worker = pynanovna.NanoVNAWorker()
stream = worker.stream_data()
for sweep in stream:
    print(sweep)

See src/pynanovna/example.py for a more detailed example on some use cases of the project.

History

Originally this was the fork nanovna-saver-headless from nanovna-saver but when that project no longer shared much code with the original we decided to create a new project.

Releases

No releases published

Packages

No packages published

Languages