<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NanoVNA &#8211; Mike Richards G4WNC</title>
	<atom:link href="https://photobyte.org/tag/nanovna/feed/" rel="self" type="application/rss+xml" />
	<link>https://photobyte.org</link>
	<description>Freelance Technical Author, Illustrator &#38; Photographer</description>
	<lastBuildDate>Tue, 18 Apr 2023 10:19:51 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>
	<item>
		<title>NanoVNA Saver on the Raspberry Pi</title>
		<link>https://photobyte.org/nanovna-saver-on-the-raspberry-pi/</link>
					<comments>https://photobyte.org/nanovna-saver-on-the-raspberry-pi/#comments</comments>
		
		<dc:creator><![CDATA[Mike Richards]]></dc:creator>
		<pubDate>Thu, 13 May 2021 10:11:06 +0000</pubDate>
				<category><![CDATA[Radio Notes]]></category>
		<category><![CDATA[Raspberry Pi]]></category>
		<category><![CDATA[NanoVNA]]></category>
		<category><![CDATA[NanoVNA-Saver]]></category>
		<category><![CDATA[Raspberry pi]]></category>
		<guid isPermaLink="false">https://photobyte.org/?p=10183</guid>

					<description><![CDATA[UPDATED 14-April 2023: The latest version of NanoVNA Saver requires PyQt6 which is not yet available for the Pi. I will update these instructions when it&#8217;s available. NanoVNA Saver is an excellent package that provides a host of useful features for owners of the NanoVNA V1 and V2. When looking around the Internet for Pi [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><strong>UPDATED 14-April 2023: The latest version of NanoVNA Saver requires PyQt6 which is not yet available for the Pi. I will update these instructions when it&#8217;s available.</strong><br><br>NanoVNA Saver is an excellent package that provides a host of useful features for owners of the NanoVNA V1 and V2. When looking around the Internet for Pi installation instructions, I found several conflicting and out-of-date posts, so decided to develop my own. I thought it might be helpful if I post my solution here.</p>



<p>NanoVNA Saver works well on the Raspberry Pi models 3, 4 and 400, but installation requires a few simple steps as shown here. These instructions assume you’re using the latest Raspberry Pi OS.</p>



<p>Open a terminal session (Ctl-Atl-T) and enter the following commands sequentially.</p>



<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<p><code>cd ~</code></p>



<p><code>sudo apt install -y python3-pyqt5 python3-scipy</code></p>



<p><code>git clone https://github.com/NanoVNA-Saver/nanovna-saver</code></p>



<p><code>cd nanovna-saver</code></p>



<p><code>sudo chmod +r ~/nanovna-saver/nanovna-saver.py</code></p>
</div></div>



<p>You can now run NanoVNA Saver by entering: <code>python3 nanovna-saver.py</code></p>



<p>To create a desktop link for NanoVNA Saver, use the following steps:</p>



<p>Create a new file called <code>NanoVNA-Saver.desktop</code>, add the following content and save it in the desktop folder.</p>



<p><code>[Desktop Entry]</code></p>



<p><code>Name=NanoVNA-Saver</code></p>



<p><code>Comment=Runs NanoVNA Saver from the nanovna-saver folder</code></p>



<p><code>Icon=/usr/share/pixmaps/openbox.xpm</code></p>



<p><code>Exec=python3 /home/pi/nanovna-saver/nanovna-saver.py</code></p>



<p><code>Type=Application</code></p>



<p><code>Encoding=UTF-8</code></p>



<p><code>Terminal=false</code></p>



<p><code>Categories=None;</code></p>
]]></content:encoded>
					
					<wfw:commentRss>https://photobyte.org/nanovna-saver-on-the-raspberry-pi/feed/</wfw:commentRss>
			<slash:comments>30</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using Disk: Enhanced 

Served from: photobyte.org @ 2025-07-01 06:35:28 by W3 Total Cache
-->