Vector Network Analyzer
The Red Pitaya VNA application is ready.
Now you can run the control program.
More details about this application can be found at this link.
Getting started with MS Windows
- Download and unpack the control program.
- Run the
vna.exe
program. - Type in the IP address of the Red Pitaya board and press Connect button.
- Perform calibration and measurements.
Getting started with GNU/Linux
- Install Python 3 and all the required libraries:
- Clone the source code repository:
- Run the control program:
- Type in the IP address of the Red Pitaya board and press Connect button.
- Perform calibration and measurements.
sudo apt-get install python3-dev python3-pip python3-numpy python3-pyqt5 libfreetype6-dev
sudo pip3 install matplotlib mpldatacursor
git clone https://github.com/pavel-demin/red-pitaya-notes
cd red-pitaya-notes/projects/vna/client
python3 vna.py