Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- Nanovna-Users
- Messages
Search
Re: NanoVNA-saver 0.2.2. crash
@ Peter I0YLI
hello peter, the merit is all who wrote the program, who designed the nanoVNA, the developers .. We, as users, try to give the most correct feedback possible. @All I confirm that the program has no problems for me. There is probably some incompatibility with previous versions but this is resolved by deleting folder "NanoVNASaver" in:"users/AppData/Roaming/ In this way you have the "clean" program as if it were the first installation. At this point do the calibration, apply your preferences and you shouldn't have any more problems. -- *73, Lucio I0LYL Rome, Italy* |
Re: NanoVNA-Saver Linux update procedure
#tutorials
OH I did not see you asked me a question,
Sorry, no it did no work for me, I tried that and it did not start, ha, you woke me up. Thanks Nels On Sun, Jan 12, 2020 at 10:35 PM Jim Allyn - N7JA <jim@...> wrote: On 1/12/20 5:05 PM, Nels Nelsen wrote:--Hi Jim I don't see where my program starts. n_n |
NanoVNA-Saver 2.2 on fresh install of Mint 19.3 Cinnamon
It does not work on a fresh install of Mint 19.3 Cinnamon
I did notice that the WIKI no longer claims to be multi platform but it states it will work with Linux SuSE , and you know I will go find out. These are the errors I get: nels@E6420:~/nanovna-saver$ sudo python3.7 -m pip install . The directory '/home/nels/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/nels/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Processing /home/nels/nanovna-saver Collecting PyQt5 (from NanoVNASaver==0.2.2) Downloading (3.2MB) 100% |¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€| 3.2MB 358kB/s 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-build-z6c9n4jo/PyQt5/setup.py' Error in sys.excepthook: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 63, in apport_excepthook from apport.fileutils import likely_packaged, get_recent_crashes File "/usr/lib/python3/dist-packages/apport/__init__.py", line 5, in <module> from apport.report import Report File "/usr/lib/python3/dist-packages/apport/report.py", line 30, in <module> import apport.fileutils File "/usr/lib/python3/dist-packages/apport/fileutils.py", line 23, in <module> from apport.packaging_impl import impl as packaging File "/usr/lib/python3/dist-packages/apport/packaging_impl.py", line 24, in <module> import apt File "/usr/lib/python3/dist-packages/apt/__init__.py", line 23, in <module> import apt_pkg ModuleNotFoundError: No module named 'apt_pkg' Original exception was: 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-build-z6c9n4jo/PyQt5/setup.py' ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-z6c9n4jo/PyQt5/ New user command: nels@E6420:~/nanovna-saver$ python3.7 -m pip install . Processing /home/nels/nanovna-saver Collecting PyQt5 (from NanoVNASaver==0.2.2) Downloading (3.2MB) 100% |¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€| 3.2MB 352kB/s 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-build-6kxf5qoc/PyQt5/setup.py' Error in sys.excepthook: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 63, in apport_excepthook from apport.fileutils import likely_packaged, get_recent_crashes File "/usr/lib/python3/dist-packages/apport/__init__.py", line 5, in <module> from apport.report import Report File "/usr/lib/python3/dist-packages/apport/report.py", line 30, in <module> import apport.fileutils File "/usr/lib/python3/dist-packages/apport/fileutils.py", line 23, in <module> from apport.packaging_impl import impl as packaging File "/usr/lib/python3/dist-packages/apport/packaging_impl.py", line 24, in <module> import apt File "/usr/lib/python3/dist-packages/apt/__init__.py", line 23, in <module> import apt_pkg ModuleNotFoundError: No module named 'apt_pkg' Original exception was: 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-build-6kxf5qoc/PyQt5/setup.py' ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-6kxf5qoc/PyQt5/ new user command: nels@E6420:~/nanovna-saver$ python3.7 nanovna-saver.py Traceback (most recent call last): File "nanovna-saver.py", line 17, in <module> from NanoVNASaver.__main__ import main File "/home/nels/nanovna-saver/NanoVNASaver/__main__.py", line 21, in <module> from PyQt5 import QtWidgets, QtCore ImportError: cannot import name 'QtWidgets' from 'PyQt5' (/usr/lib/python3/dist-packages/PyQt5/__init__.py) Error in sys.excepthook: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 63, in apport_excepthook from apport.fileutils import likely_packaged, get_recent_crashes File "/usr/lib/python3/dist-packages/apport/__init__.py", line 5, in <module> from apport.report import Report File "/usr/lib/python3/dist-packages/apport/report.py", line 30, in <module> import apport.fileutils File "/usr/lib/python3/dist-packages/apport/fileutils.py", line 23, in <module> from apport.packaging_impl import impl as packaging File "/usr/lib/python3/dist-packages/apport/packaging_impl.py", line 24, in <module> import apt File "/usr/lib/python3/dist-packages/apt/__init__.py", line 23, in <module> import apt_pkg ModuleNotFoundError: No module named 'apt_pkg' Original exception was: Traceback (most recent call last): File "nanovna-saver.py", line 17, in <module> from NanoVNASaver.__main__ import main File "/home/nels/nanovna-saver/NanoVNASaver/__main__.py", line 21, in <module> from PyQt5 import QtWidgets, QtCore ImportError: cannot import name 'QtWidgets' from 'PyQt5' (/usr/lib/python3/dist-packages/PyQt5/__init__.py) I can infer what some of these commands do it is my hope that some one else will look at it and say oh look, try this. With that I am off to download SuSE because some one thinks it will run with that OS? FROM the WIKI: Software NanoVNASaver Open Source PC software (GitHub) by Rune Broberg NanoVNA-Saver release page - Official release location Python runs on many platforms, Windows 7-10 .exe macOS installation OpenSuse Linux installation Getting Started (NanoVNA-saver Version 0.2.0) by Gunthard Kraus, DG8GB -- n_n |
Re: 1/2 of TDR
#tdr
No problem, Leif.
Have a look at my translated user guide in addition to the slides in the Presentation folder and also search the Wili and forum messages for Gunther's (spelling?) And Rudi's user guide links in German and English as well as ton of great info.? There are now almost 10,000 messages since the group was created at the start of last June!!!! This is one powerful and popular piece of equipment.? Regards Larry On Tue, 14 Jan 2020 at 5:28 PM, Leif M<sala.nimi@...> wrote: I didn't even look at the transform menu. I just updated from 0.0.0, so this is all new to me. I have been wondering how a signal generator inside Nano generates short pulses for TDR, but it looks now it does not have to. With Thanks Leif |
Re: 1/2 of TDR
#tdr
I didn't even look at the transform menu. I just updated from 0.0.0, so this is all new to me. I have been wondering how a signal generator inside Nano generates short pulses for TDR, but it looks now it does not have to.
With Thanks Leif |
Re: NanoVNA-saver 0.2.2. crash
I just signed on to report the same thing..
I had set my start and stop 144.0000Mhz to 148.000 and 2 sweeps... it exited and I couldn't read what was in the DOS BOX Treid to do a calibrate ---same 144-148mhz... open, shorted, load, isolation and through It opened an error box and told me 2 calibrations open, short, load, isolation, through were the same at 144.0Mhz, Advise - would workaround be to revert back to V0.2.1 ???? |
Re: NanoVNA-Saver Linux update procedure
#tutorials
On 1/14/20 11:43 AM, Nick wrote:
To test properly I would need to uninstall all 5 dependencies. I often do a fresh install in VirtualBox for things like that. |
Re: 1/2 of TDR
#tdr
Oops - wrong menu in prev mesg.
From the NnoVNA User manual I edit (in the files section): Time domain operation The NanoVNA can simulate time domain measurements by signal processing frequency domain data. Select DISPLAY ¡úTRANSOFRM ¡úTRANSFORM ON to convert measurement data to the time domain. If TRANSFORM ON is enabled (Inverted white text on black background), the measurement data is immediately converted to the time domain and displayed. Please make sure you've got the latest version of firmware from any of the developers in the forum. There are links to the developer's release sites at the end of the user manual. ...Larry |
Re: 1/2 of TDR
#tdr
Why do you have a 1000ps delay? It appears you're not in the TDR mode as I see frequency values at the bottom of the display.
toggle quoted message
Show quoted text
If you get good results from NanovnaSaver, it's not the device. Remember that the visual display interface GUI on the device is controlled independently from what goes over USB so you've probably set up either your gain or sweep settings incorrectly. Please ensure you go to the DISPLAY? menu and select MORE... then enable TDR. You should see start & stop in nS along the bottom of the Nano's LCD screen. On Tuesday, January 14, 2020, 2:52:18 p.m. GMT-5, Leif M <sala.nimi@...> wrote:
I can confirm, I cannot get a good TDR result from NanoVna now. |
Re: NanoVNA-Saver Linux update procedure
#tutorials
This seemed to work for me...
$ sudo python3.7 -m pip --no-cache-dir install . Processing /home/nick/nanovna-saver-0.2.2 Requirement already satisfied: PyQt5 in /home/nick/.local/lib/python3.7/site-packages (from NanoVNASaver==0.2.2) Requirement already satisfied: numpy in /home/nick/.local/lib/python3.7/site-packages (from NanoVNASaver==0.2.2) Requirement already satisfied: pyserial in /home/nick/.local/lib/python3.7/site-packages (from NanoVNASaver==0.2.2) Requirement already satisfied: scipy in /home/nick/.local/lib/python3.7/site-packages (from NanoVNASaver==0.2.2) Requirement already satisfied: PyQt5_sip<13,>=4.19.19 in /home/nick/.local/lib/python3.7/site-packages (from PyQt5->NanoVNASaver==0.2.2) Installing collected packages: NanoVNASaver Found existing installation: NanoVNASaver 0.1.4 Uninstalling NanoVNASaver-0.1.4: Successfully uninstalled NanoVNASaver-0.1.4 Running setup.py install for NanoVNASaver ... done Successfully installed NanoVNASaver-0.2.2 To test properly I would need to uninstall all 5 dependencies. It would be nice to understand what is going on here before I do that. |
Re: 1/2 of TDR
#tdr
There are now several new features. One seems to be scale for the delay. I have check this, so this may be no problem at all.
|
1/2 of TDR
#tdr
I have some 32cm teflon coax with an open end. I see no TDR from NanoVNA but I see a proper TDR from NanoVna_saver 0.22. Frequency settings seem to matter with TDR too. My frequency range was 50k-500M at first and TDR wasn't right. I wish to see TDR from Nano, because it has delay in seconds and not in meters.
I just updated my VNA to 0.54. I attached a screen capture of delay from Nano. |
Re: NanoVNA-H Install Problem -- Needed Proper Printer Driver.
On Tue, Jan 14, 2020 at 09:16 AM, Larry Rothman wrote:
I would definitely look the "next" time, and thanks, Larry. Please remember folks - This info is all in the NanoVNA WIKI - link is at theNot really "all"...I had no clue that a missing driver was the problem: As a tech writer, a problem I encountered often when those who have a lot of experience leave out details needed by the less experienced. Interviewing the "Subject Mater Experts" often required several interviews to get to the meat of the requirements. As a minimum, including a lead sentence or paragraph about when and why would be a help. Some key words included for searching too, e.g., Not connecting, missing drivers and etc. Please refer to the Wiki and Files areas as they have a pile of very good reference material, posted by a number of forum members over the last 6 months. Cheers,Larry On Tuesday, January 14, 2020, 11:49:16 a.m. GMT-5, Chuck Carpenter -- Chuck, W5USJ |
Re: NanoVNA-Saver Linux update procedure
#tutorials
On Tue, Jan 14, 2020 at 7:04 PM Nick <g3vnc@...> wrote:
$ python3.7 -m pip install .in your case try $ sudo python3.7 -m pip install . /Martin -- QrssPiG, a QRSS grabber for your Pi: ¡°The best surfer out there is the one having the most fun¡± -- Duke Kahanamoku |
Re: NanoVNA-H Install Problem -- Needed Proper Printer Driver.
I second Larry's advice. There is a lot of invaluable information in the Wiki and Files sections that can save our members a lot of time and effort. This group members always seem to be willing to help with installation and new user questions, but a lot solutions have already been archived in the Wiki and Files sections.
- Herb |
Re: NanoVNA-Saver Linux update procedure
#tutorials
Using Linux Mint 19.3 amd64 here.
Built 0.2.2alpha successfully on 15.12.19 using the instructions here... Upgraded LM19.2 to LM19.3 on 19.12.19. Now all versions 0.2.2 going back to 0.1.5 will not build with the same errors as reported in this thread i.e. $ python3.7 -m pip install . Processing /home/nick/nanovna-saver-0.2.2 Collecting PyQt5 (from NanoVNASaver==0.2.2) Using cached ... buffer = _builtin_open(filename, 'rb') FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-build-danvcfgl/PyQt5/setup.py' ... File "/usr/lib/python3/dist-packages/apt/__init__.py", line 23, in <module> import apt_pkg ModuleNotFoundError: No module named 'apt_pkg' Original exception was: 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-build-danvcfgl/PyQt5/setup.py' ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-danvcfgl/PyQt5/ Note that there are 2 errors. The first error can be produced by... $ pip3 install PyQt5 Collecting PyQt5 Using cached Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/python3.6/tokenize.py", line 452, in open buffer = _builtin_open(filename, 'rb') FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-build-zdfcvwzx/PyQt5/setup.py' ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-zdfcvwzx/PyQt5/ It seems to me... - this is not a nanovna-saver problem - something may have changed in PyQt5 since 15.12.19 - the upgrade from LM19.2 to LM19.3 may have broken something in the python3.7 installation. However if I just do this into a clean directory... $ git clone $ python3.7 ./nanovna-saver/nanovna-saver.py then nanovna-saver runs fine, with no "python3.7 -m pip install ." |
Re: NanoVNA-Saver v0.2.2
#nanovna-saver
Hi Rune,
toggle quoted message
Show quoted text
I still find some strange things in the marker handling? : 1) I did a 2 port calibration? from 10kHz to? 1400MHz (and pressed "apply") 2) I filled all 9 marker-bars with different frequencies from 1MHz to 1400MHz 3) Then I did a sweep with CH0 connected to CH1 by a +/-30 cm long? RG316 cable, that was still connected to the VNA after the through calibration. 4) After this, the markers 1 up to included 5 on the data field were filled with data, the markers 6 up to included 9? were EMPTY. ! 5) Marker 4 its color was grey so the tekst above the data field did not show up on the gray background. 6) I tried to change the color, but marker 4 does not accept the new color . (I tried several others and they did) 7) The markers 3 and 4 original frequencies that were set were overwritten both with 100.616536MHz (I had set marker 5 , to 100MHz) I hope this is of help for this great program. Kind regards Jos Op 13-1-2020 om 17:30 schreef Rune Broberg: Hi Leif, |
Re: NanoVNA-H Install Problem -- Needed Proper Printer Driver.
Please remember folks - This info is all in the NanoVNA WIKI - link is at the bottom of every email post...
toggle quoted message
Show quoted text
Please refer to the Wiki and Files areas as they have a pile of very good reference material, posted by a number of forum members over the last 6 months. Cheers,Larry On Tuesday, January 14, 2020, 11:49:16 a.m. GMT-5, Chuck Carpenter <w5usj@...> wrote:
My desk-top PC (laptop) has never had an external device connected to it. Therefore no peripheral drivers have been installed. Might not be a problem in general but it was with this old HP Win7 Pro. When I attempted to connect the NanoVNA-H to the PC nothing happened!? Tried a few things, posted some "need help" messages but nada. Gyula Molnar, HA3HZ, came to my rescue.? He provided me with the information and resources to find what was needed. One source was STMicroelectroncs where I found and installed a version that did the job. (VCP_V1.5.0_Setup_W7_x64_64bits.exe). SUCCESS!! Nanovna-saver found the serial driver at COM4 and ran a scan using the installed calibration (?) : Useless info as nothing was connected, but it seemed to be working OK.? I've since connected a 4:1 Voltage BalUn, the input to an adjusted ATU ( 50ohms?) and some filters of various configurations. The BalUn looked really good scanned from 3.5 to 54 MHz.? I'll check it again after doing the calibration. Not sure what the tuner results meant: Needs further research...8^) Many thanks to Gyula for the help; I'd have had no idea where to look for the needed driver**.? ST also has versions for W8 which were also downloaded with the Zip file.? Maybe someone else would have a use for the info.? There are 2 versions each in the Zip file, W7 and W8, of 32 and 64 bits. ** I tried Microsoft but not much help, maybe because Win7 is not longer supported. -- Chuck, W5USJ |
Re: How to find the right ferrite toroid for a receiving antenna balun?
Attached is the one I could convert to PDF. The other is standard jpg.
toggle quoted message
Show quoted text
Dave - W?LEV On Mon, Jan 13, 2020 at 7:44 PM Keith <zl2tpq@...> wrote:
Hi David, --
*Dave - W?LEV* *Just Let Darwin Work* *Just Think* |
to navigate to use esc to dismiss