You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tinySA/python
erikkaashoek 31eb02efbb
repair my_atoi
4 years ago
..
NanoVNA-example.ipynb doc: update notebook example 6 years ago
README.md script: add requirements.txt and usage to capture in README 6 years ago
nanovna.py repair my_atoi 4 years ago
requirements.txt chore: remove unused options 6 years ago

README.md

Control NanoVNA from python script

NanoVNA is able to be controlled via USB serial interface from PC. There are sample scripts in this directory.

Preparation

$ cd python
$ pip3 install -r requirements.txt

Run

Plot reflection LOGMAG.

$ ./nanovna.py -p

Plot transmission LOGMAG.

$ ./nanovna.py -p -P 1

Plot smithchart.

$ ./nanovna.py -s

Capture display

$ ./nanovna.py -C out.png

Show usage.

$ ./nanovna.py -h

Using in Jupyter Notebook

To use NanoVNA from Jupyter notebook, see this page.

Powered by TurnKey Linux.