¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date

Re: NanoVNAsaver wont install on Debian 10 Xfce

 

Pierre Martel wrote:
Yes I do. and there are some stuff left in it
ls /tmp/
mozilla_pierre0
pulse-PKdhtXMmr18n
ssh-IfE43VTJEnve
systemd-private-fb8c2b57f05146519286706d79b30aeb-colord.service-ITCxnV
systemd-private-fb8c2b57f05146519286706d79b30aeb-ModemManager.service-EKXWbl
systemd-private-fb8c2b57f05146519286706d79b30aeb-rtkit-daemon.service-mGzzVF
systemd-private-fb8c2b57f05146519286706d79b30aeb-systemd-timesyncd.service-GHA7MZ
systemd-private-fb8c2b57f05146519286706d79b30aeb-upower.service-69fZ57
Temp-1f3b678f-d226-4b63-964b-d3fca628a08f
Temp-809947be-febe-417e-8b53-4e89a2bb3775
tmpaddon
But notice there is NO pip-install directory.

Check under /usr/tmp and /usr/local/tmp and see if there might be a pip-install directory in there somewhere.

--
wes will
n9kdy


Re: android app?

 

I'm reporting my experience with the Web app in case it might be helpful to somebody.

I opened the web page on two Android devices. They are versions 5.3 and 6.0, which I know are old, but both worked with a USB memory stick so I know that the OTG cable was good. However neither one would connect to my NanoVNA. Both said "Error: Failed to open. Error: failed to claim interface". I guess the NanoVNA firmware is too old or something. The firmware works fine for me as standalone so I don't want to upgrade it at this time.

After that, I installed nanovna-saver-v0.2.2 on Windows 10. The NanoVNA connected and transferred the scan to the graphs, so that worked.

-Pete


Re: Touch screen not working right

 

We are very sorry for this situation, it seems that the touch screen was damaged during transportation, if you buy a model made by us, we can provide the accessories for free, please contact your dealer. If you buy through alibaba, we will send you a new one for free.

hugen


Re: NanoVNAsaver wont install on Debian 10 Xfce

Pierre Martel
 

Yes I do. and there are some stuff left in it

ls /tmp/
mozilla_pierre0
pulse-PKdhtXMmr18n
ssh-IfE43VTJEnve
systemd-private-fb8c2b57f05146519286706d79b30aeb-colord.service-ITCxnV
systemd-private-fb8c2b57f05146519286706d79b30aeb-ModemManager.service-EKXWbl
systemd-private-fb8c2b57f05146519286706d79b30aeb-rtkit-daemon.service-mGzzVF
systemd-private-fb8c2b57f05146519286706d79b30aeb-systemd-timesyncd.service-GHA7MZ
systemd-private-fb8c2b57f05146519286706d79b30aeb-upower.service-69fZ57
Temp-1f3b678f-d226-4b63-964b-d3fca628a08f
Temp-809947be-febe-417e-8b53-4e89a2bb3775
tmpaddon

Le dim. 12 janv. 2020 ¨¤ 21:14, Jim Shorney <jshorney@...> a ¨¦crit :


Do you actually have a tmp directory in the root?

73

-Jim
NU0C

On Sun, 12 Jan 2020 17:58:02 -0800
"Pierre Martel" <petem001@...> wrote:

I know it is not related on the NanoVNA directly, but I did not think it is a github type issue

Fresh install off debian 10 with Xfce as the windows manager.

All is updated and I am in the Sudo group. I try to install as a user and as a sudo user.

Both time I have this:

when using sudo:

sudo python3.7 -m pip install .
Processing /home/pierre/nanovna-saver
Collecting PyQt5 (from NanoVNASaver==0.2.2)
Downloading (3.2MB)
100% |¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€| 3.2MB 332kB/s
Installing build dependencies ... done
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3.7/tokenize.py", line 447, in open
buffer = _builtin_open(filename, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-install-g1539h3f/PyQt5/setup.py'

----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-g1539h3f/PyQt5/

When not using sudo

python3.7 -m pip install .
Processing /home/pierre/nanovna-saver
Collecting pyserial (from NanoVNASaver==0.2.2)
Downloading (193kB)
100% |¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€| 194kB 3.1MB/s
Collecting PyQt5 (from NanoVNASaver==0.2.2)
Using cached
Installing build dependencies ... done
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3.7/tokenize.py", line 447, in open
buffer = _builtin_open(filename, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-install-9ifd2mji/PyQt5/setup.py'

----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-9ifd2mji/PyQt5/
pierre@workbench:~/nanovna-saver$

I did search in the group, found some stuff on mint but nothing in there fix this problem.

Thanks for the help

Pierre
VE2PF





Re: NanoVNAsaver wont install on Debian 10 Xfce

 

Pierre Martel wrote:
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-install-9ifd2mji/PyQt5/setup.py'
Check for us, please. Does this file exist?

If you search for it, can you find a file somewhere in the file system named "setup.py"? (Probably in a PyQt5 subdirectory somewhere else.)

--
wes will
n9kdy


Re: NanoVNAsaver wont install on Debian 10 Xfce

 

Do you actually have a tmp directory in the root?

73

-Jim
NU0C

On Sun, 12 Jan 2020 17:58:02 -0800
"Pierre Martel" <petem001@...> wrote:

I know it is not related on the NanoVNA directly, but I did not think it is a github type issue

Fresh install off debian 10 with Xfce as the windows manager.

All is updated and I am in the Sudo group. I try to install as a user and as a sudo user.

Both time I have this:

when using sudo:

sudo python3.7 -m pip install .
Processing /home/pierre/nanovna-saver
Collecting PyQt5 (from NanoVNASaver==0.2.2)
Downloading (3.2MB)
100% |¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€| 3.2MB 332kB/s
Installing build dependencies ... done
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3.7/tokenize.py", line 447, in open
buffer = _builtin_open(filename, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-install-g1539h3f/PyQt5/setup.py'

----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-g1539h3f/PyQt5/

When not using sudo

python3.7 -m pip install .
Processing /home/pierre/nanovna-saver
Collecting pyserial (from NanoVNASaver==0.2.2)
Downloading (193kB)
100% |¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€| 194kB 3.1MB/s
Collecting PyQt5 (from NanoVNASaver==0.2.2)
Using cached
Installing build dependencies ... done
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3.7/tokenize.py", line 447, in open
buffer = _builtin_open(filename, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-install-9ifd2mji/PyQt5/setup.py'

----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-9ifd2mji/PyQt5/
pierre@workbench:~/nanovna-saver$

I did search in the group, found some stuff on mint but nothing in there fix this problem.

Thanks for the help

Pierre
VE2PF



Re: White NanoVNA-H Install Problem Help

 

On Sun, Jan 12, 2020 at 12:51 PM, Gyula Molnar wrote:


Hi Chuck,
i see you need to install a driver on windows 7 so that your computer can see
nanoVNA. To do this, download and install en.stsw-stm32080.zip (DfuSe) or
STSW-LINK004 (ST-Link) or en.stsw-stm32102.zip (STM32 Virtual Com Port
driver). DefuSe or ST-Link is required for a firmware upgrade.
After installation, plug the nanoVNA connector into your computer's USB port.
Use the USB cable (not OTG) supplied with the nanoVNA.
I don't know what the usb connector of white nanovna.
You can see in the device manager of your computer that it is present at COM &
LPT.
If not, a little utility (USBDeview) will help you to remove the faulty driver.
To run nanoVNA-Saver on Windows 7, you must have the SP1 Service Pack
installed and MS VC ++ multipack (2005-2017) installed, then the windows exe
version of nanovna-saver will work. It starts up slower when you first start
up, later it is faster.

Hope I was able to help with the solution.

73, Gyula HA3HZ
================================
Gyula, thanks for the feedback.

I had attached a PDF including the information I had hoped would show the problem and system information for my computer. I've attached it to this message for reference.

This problem is above my level of understanding and knowledge. The list of ports and drivers is included on the PDF. Which is what and correct or wrong is not obvious to me.

So then, I'll need to educate myself and hope to figure out what is what from the information you provided. I believe I do have the correct connection cable once the other problems are corrected.

Regards,

--
Chuck, W5USJ


NanoVNAsaver wont install on Debian 10 Xfce

Pierre Martel
 

I know it is not related on the NanoVNA directly, but I did not think it is a github type issue

Fresh install off debian 10 with Xfce as the windows manager.

All is updated and I am in the Sudo group. I try to install as a user and as a sudo user.

Both time I have this:

when using sudo:

sudo python3.7 -m pip install .
Processing /home/pierre/nanovna-saver
Collecting PyQt5 (from NanoVNASaver==0.2.2)
Downloading (3.2MB)
100% |¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€| 3.2MB 332kB/s
Installing build dependencies ... done
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3.7/tokenize.py", line 447, in open
buffer = _builtin_open(filename, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-install-g1539h3f/PyQt5/setup.py'

----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-g1539h3f/PyQt5/

When not using sudo

python3.7 -m pip install .
Processing /home/pierre/nanovna-saver
Collecting pyserial (from NanoVNASaver==0.2.2)
Downloading (193kB)
100% |¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€| 194kB 3.1MB/s
Collecting PyQt5 (from NanoVNASaver==0.2.2)
Using cached
Installing build dependencies ... done
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3.7/tokenize.py", line 447, in open
buffer = _builtin_open(filename, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-install-9ifd2mji/PyQt5/setup.py'

----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-9ifd2mji/PyQt5/
pierre@workbench:~/nanovna-saver$

I did search in the group, found some stuff on mint but nothing in there fix this problem.

Thanks for the help

Pierre
VE2PF


Re: Touch screen not working right

 

Thanks for the ideas, guys. There was a tiny amount of plastic film under the bezel. But, removing it made no difference. Operating with the bezel off is no different, either. There does not seem to be a visually detectable problem. Bob W7PUA


Re: Poor Manual

 

I have this book and it useful.

But it's mostly about the NanoVNA history, features and functions and not much about step-wise setup, use and worked examples.

This one has more about useful applications and how to make measurements. Not so much with step-wise instruction but many worked examples.

--
Chuck, W5USJ


Re: NanoVNA-Saver Linux update procedure #tutorials

 

Hi Jim I don't see where my program starts. But it does (is it compile?) Go
thru the process of trying to get there.
I was wondering if I loaded a Python IDE and tried to get the program to
run from there if I would have a closer look at the problem. There are a
whole lot of tools to use in the world of Linux maybe I could put one to
use. I think it would take a whole lot of videos on YouTube to get me up to
speed.!.

Nels

On Sun, Jan 12, 2020, 4:09 PM Jim Allyn - N7JA <jim@...>
wrote:

On 1/12/20 2:38 PM, Nels Nelsen wrote:
I just have this one error :
Python setup.py egg info failed with code 1 in
/temp/pip-build-xzpflql/PyQt5/

That might be the same error message I got when I installed the
latest Nanovna-saver yesterday. The program still starts, but I haven't
tried actually connecting to the NVNA.




Re: NanoVNA-Saver v0.2.2 #nanovna-saver

 

On Sat, Jan 11, 2020 at 03:47 PM, Leif M wrote:

I attached a Smith chart file with a -1690 delay, does it look good. It is
from a 36mm length of Teflon coax with open on other end. The delay seems long
at least.
Your plot should be a little tighter together. Did you calibrate the NanoVNA before attaching the cable?
The plots below are 30 cm of RG316 with an open BNC connector on the end. One up to 299 MHz. and the other up to 900 MHz. offset delay was set to -1536 ps and no calibration done in NanoVNA saver.

Roger


NanoVNASaver-0.2.2 Crash on Calibration Load

 

I'm getting a program crash when enabling Continuous Scan after loading a
calibration file on 0.2.2, Win7 SP1. Anyone else seeing this? I've posted a
new bug issue on Github.

-agc


Re: Touch screen not working right

 

Bob Larkin wrote:
Here is a picture when running a stylus all over the screen in a touch test
Take the four screws holding the screen bezel down, and check to see if there aren't scraps of the plastic film still stuck under there. I had that problem for a few minutes when mine arrived, until I noticed a tiny corner of the film sticking out of the bezel.

--
wes will
n9kdy


Re: NanoVNA-Saver Linux update procedure #tutorials

 

On 1/12/20 2:38 PM, Nels Nelsen wrote:
I just have this one error :
Python setup.py egg info failed with code 1 in
/temp/pip-build-xzpflql/PyQt5/

???? That might be the same error message I got when I installed the latest Nanovna-saver yesterday.? The program still starts, but I haven't tried actually connecting to the NVNA.


Re: Touch screen not working right

 

I don't know where the picture at groups.io went. Try

Bob


Re: Touch screen not working right

 

It sounds like you may have a bad touchscreen or, make sure that
There is nothing pinching the touchscreen around the front bezel.?You can remove the 4 screws on the front bezel and do a visual chaek ofnthe touch surface.?


On Sun, 12 Jan 2020 at 6:33 PM, Bob Larkin<bob@...> wrote: My nanoVNA arrived in Dec and functions just fine in RF terms. The touch screen has never been correct and the numerical input from the pad has not worked.? It is:
ch> info
Kernel:? ? ? 4.0.0
Compiler:? ? GCC 8.2.1 20181213 (release) [gcc-8-branch revision 267074]
Architecture: ARMv6-M
Core Variant: Cortex-M0
Port Info:? ? Preemption through NMI
Platform:? ? STM32F072xB Entry Level Medium Density devices
Board:? ? ? ? NanoVNA-H
Build time:? Oct 18 2019 - 16:10:54

Here is what happens.? If I do a serial controlled cal I see the following:
ch> touchcal
first touch upper left, then lower right...done
touch cal params: 3776 562 -30 192
ch> saveconfig
Config saved.
ch> touchtest
then moving the stylus vertically (y-axis) has results as expected.? But movements horizontally are in the wrong direction and they also cause movement in the y direction.? The result is that only about half of the screen is accessible in a sort-of diagonal pattern.

Yes, I did use the upper-left and lower-right corners to cal, as marked on the screen.

If I try to out-smart it and use the wrong corners, there are different, but very-wrong results.

Am I doing this right?? Has anybody else had such a problem?? I do not see indications of such on a forum search.

Thanks, Bob? W7PUA


Re: Touch screen not working right

 

Here is a picture when running a stylus all over the screen in a touch test


Touch screen not working right

 

My nanoVNA arrived in Dec and functions just fine in RF terms. The touch screen has never been correct and the numerical input from the pad has not worked. It is:
ch> info
Kernel: 4.0.0
Compiler: GCC 8.2.1 20181213 (release) [gcc-8-branch revision 267074]
Architecture: ARMv6-M
Core Variant: Cortex-M0
Port Info: Preemption through NMI
Platform: STM32F072xB Entry Level Medium Density devices
Board: NanoVNA-H
Build time: Oct 18 2019 - 16:10:54

Here is what happens. If I do a serial controlled cal I see the following:
ch> touchcal
first touch upper left, then lower right...done
touch cal params: 3776 562 -30 192
ch> saveconfig
Config saved.
ch> touchtest
then moving the stylus vertically (y-axis) has results as expected. But movements horizontally are in the wrong direction and they also cause movement in the y direction. The result is that only about half of the screen is accessible in a sort-of diagonal pattern.

Yes, I did use the upper-left and lower-right corners to cal, as marked on the screen.

If I try to out-smart it and use the wrong corners, there are different, but very-wrong results.

Am I doing this right? Has anybody else had such a problem? I do not see indications of such on a forum search.

Thanks, Bob W7PUA


Re: NanoVNA-Saver v0.2.2 #nanovna-saver

 

Rune,

Thanks for fixing the "Offset Delay" bug in Calibration. I checked it out with several coax cables and got good results. It also correlates with the "electrical delay" parameter in the NanoVNA hardware.

Roger