Comments on: NanoVNA Saver on the Raspberry Pi https://photobyte.org/nanovna-saver-on-the-raspberry-pi/ Freelance Technical Author, Illustrator & Photographer Tue, 18 Apr 2023 10:19:51 +0000 hourly 1 https://wordpress.org/?v=6.4.2 By: Mike Richards https://photobyte.org/nanovna-saver-on-the-raspberry-pi/#comment-433590 Tue, 18 Apr 2023 10:19:38 +0000 https://photobyte.org/?p=10183#comment-433590 In reply to Russ Nixon.

Hi Russ,

Unfortunately, the latest version of NanoVNA Saver requires PyQt6, which is not currently available or easy to install on the Raspberry Pi. When this situation changes I’ll update the instructions.

Regards,

Mike

]]>
By: Russ Nixon https://photobyte.org/nanovna-saver-on-the-raspberry-pi/#comment-433484 Tue, 18 Apr 2023 02:10:41 +0000 https://photobyte.org/?p=10183#comment-433484 I’m running “buster” on a Pi 3b+ and I’ve installed NanoVNA Saver per your instructions. When I run it from the command line, I get this output:

rcnixon@raspberrypi:~/nanovna-saver $ python3 nanovna-saver.py
Traceback (most recent call last):
File “/home/rcnixon/nanovna-saver/nanovna-saver.py”, line 28, in
from NanoVNASaver.__main__ import main
ModuleNotFoundError: No module named ‘NanoVNASaver’

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/home/rcnixon/nanovna-saver/nanovna-saver.py”, line 33, in
from NanoVNASaver.__main__ import main
File “src/NanoVNASaver/__main__.py”, line 31, in
from PyQt6 import QtWidgets
ModuleNotFoundError: No module named ‘PyQt6’
rcnixon@raspberrypi:~/nanovna-saver $

Do you have any enlightenment for me?

Thanks.

]]>
By: Mike Richards https://photobyte.org/nanovna-saver-on-the-raspberry-pi/#comment-426922 Sat, 04 Mar 2023 16:29:33 +0000 https://photobyte.org/?p=10183#comment-426922 In reply to tim.

Hi Tim,

It’s usually automatic because Linux loads the appropriate driver as soon as a new hardware connection is detected.

You can check to see if your NanoVNA is being detected as follows.
With your NanoVNA disconnected, open a terminal session and enter ls /dev/ttyAMA*
This will list any connected serial ports
Next, plug in the NanoVNA and run the command again. The NanoVNA will normally appear as /dev/ttyAMA0

Mike – G4WNC

]]>
By: tim https://photobyte.org/nanovna-saver-on-the-raspberry-pi/#comment-425662 Thu, 23 Feb 2023 01:20:24 +0000 https://photobyte.org/?p=10183#comment-425662 Hi Mike –
Thank you so much for this posting. I can get the software to work from the command line but not the desktop. That’s ok I’ll figure it out. But what is the trick in getting the NanoVNA to shake hands with the pi?

Best .
Tim

]]>
By: Mike Richards https://photobyte.org/nanovna-saver-on-the-raspberry-pi/#comment-401962 Fri, 07 Oct 2022 17:05:46 +0000 https://photobyte.org/?p=10183#comment-401962 In reply to Bob.

Hi Bob,

Glad to hear that you’ve got it going. Also very pleased to hear that you’ve found my book useful. I was trying to make it a practical rather then a theoretical resource.

Regards,

Mike – G4WNC

]]>
By: Bob https://photobyte.org/nanovna-saver-on-the-raspberry-pi/#comment-401947 Fri, 07 Oct 2022 15:58:41 +0000 https://photobyte.org/?p=10183#comment-401947 Hi Mike,
Many thanks for checking the instructions. I reloaded and now nanoVNS-Saver works OK on the Pi, although I note that there were changes made yesterday to NanoVNA-Saver software and I am not doing anything different from the day before!
Thanks again.
PS Your book “NanoVNAs Explained’ is exellent and very useful to any nanoVNA user.

]]>
By: Mike Richards https://photobyte.org/nanovna-saver-on-the-raspberry-pi/#comment-401731 Thu, 06 Oct 2022 18:33:04 +0000 https://photobyte.org/?p=10183#comment-401731 In reply to Bob.

Hi Bob,

I’ve just used the instructions to install NanoVNA Saver (0.5.4) on a fresh copy of 64-bit Bullseye and it’s working fine with my NanoVNA-H4 and NanoVNA V2 plus

Regards,

Mike

]]>
By: Bob https://photobyte.org/nanovna-saver-on-the-raspberry-pi/#comment-401616 Thu, 06 Oct 2022 08:29:21 +0000 https://photobyte.org/?p=10183#comment-401616 Hi Mike,
Can you confirm that the above instructions still work with the latest NanoVNA-Saver release 0.5.4? I find that the programme runs but aborts on connection to the NanoVNA. (AttributeError: module ‘scipy’ has no attribute ‘signal’ – Aborted). Using Pi4 with OS Bullseye 64 bit.
Regards
Bob

]]>
By: Mike Richards https://photobyte.org/nanovna-saver-on-the-raspberry-pi/#comment-384635 Mon, 01 Aug 2022 13:54:22 +0000 https://photobyte.org/?p=10183#comment-384635 In reply to Derek.

Hi Derek,

It’s probably a typo. However, there is an alternative way to assign an icon to a desktop link.
1. Right-click on the desktop link
2. Select Properties
3. Click on the icon image – this will open a panel where you can choose your desired icon.
4. Once you have your selected icon hit OK to exit the panel and you’re done.

Let me know how you get on.

Regards Mike – G4WNC

]]>
By: Derek https://photobyte.org/nanovna-saver-on-the-raspberry-pi/#comment-384320 Sun, 31 Jul 2022 21:42:31 +0000 https://photobyte.org/?p=10183#comment-384320 Installed per instructions. Program works from the command line (even got it to recognize my nano vna) but I cannot get the desktop icon directions to work? I am new at this so please bear with. In the command lines for the desktop icon do I need to change anything for my specific device, ie; instead of just “pi”? Using a new Pi4 with Raspbian. Any help is appreciated.

]]>