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
Will there be a TDR in VNA 2.0?
#improvement
#nanovna_ver2
I wonder/hope that will there be a TDR in next VNA the 2.0. Delay gives a good starting point for cable compensation, (which people here will probably know better than I)I mean the one with upper frequency of around 3GHz.
Regards Leif M |
Re: 1/2 of TDR
#tdr
Interesting link and I found the EM simulator link there also. I have to calibrate my VNA to 900MHz maybe I get better results then.
I wonder if VNA 2.0 has a HW TDR also, or is it a SW feature. Thanks Leif |
Re: How high will Hugen v3.4 HW go?
Sounds tantalizing Glen,
toggle quoted message
Show quoted text
Dale W4OP -----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of GmailK4KV Sent: Wednesday, January 15, 2020 5:30 PM To: [email protected] Subject: Re: [nanovna-users] How high will Hugen v3.4 HW go? Dale, Only a couple more $$$ and we could get a 32F446 or similar, with huge ram and flash... 1000 data points would now be possible. 73 Glen K4KV On 1/15/2020 16:33, Dale Parfitt wrote: I know everyone has their pet upgrades. Mine would be faster sweeps with more data points so as to allow for real time filter tuning. |
Re: How high will Hugen v3.4 HW go?
On Wed, Jan 15, 2020 at 01:33 PM, Dale Parfitt wrote:
"I know everyone has their pet upgrades. Mine would be faster sweeps with more data points so as to allow for real time filter tuning." ======================================================== Dale, Both Gabriel's V2 device and the new NanoVNA-H V3.4 have faster processors and more flash memory. The faster processor should translate to faster sweeps although no one has confirmed that. Also, driving the larger 4" screen may eat up the gain in speed. Gabriel's V2 device will increase the number of on screen data points to 201. But both developers are probably wary of breaking compatibility with current software, all which expect 101 data points to be returned. I'm sure the firmware and software developers will figure out a solution. - Herb |
Re: How high will Hugen v3.4 HW go?
GmailK4KV
Dale,
toggle quoted message
Show quoted text
Only a couple more $$$ and we could get a 32F446 or similar, with huge ram and flash... 1000 data points would now be possible. 73 Glen K4KV On 1/15/2020 16:33, Dale Parfitt wrote:
I know everyone has their pet upgrades. Mine would be faster sweeps with more data points so as to allow for real time filter tuning. |
Re: NanoVNA-Saver Linux update procedure
Jim,
toggle quoted message
Show quoted text
By any cgance was it the one shown below? I got this from: sudo add-apt-repository ppa:deadsnakes/ppa sudo apt-get update sudo apt-get install python3.7 Thanks, -rick, K7LOG On Jan 15, 2020, at 13:58, Jim Shorney <jshorney@...> wrote:
When I was researching how to install 3.7 alongside my system default version (Ubuntu/Kubuntu) without breaking it I found what is claimed to be a "preferred PPA" among Python developers. It indeed installed 3.7 without clashing with the system's preferred version. Where there is a will, there is a way. 73 -Jim NU0C On Wed, 15 Jan 2020 13:22:27 -0800 "Rick Commo" <rick.commo@...> wrote: One practice is for a distro to have both Python 2.7 and python 3.x installed. The command ¡°python¡± usually defaults to Python 2.7. |
Re: NanoVNA-Saver Linux update procedure
When I was researching how to install 3.7 alongside my system default version (Ubuntu/Kubuntu) without breaking it I found what is claimed to be a "preferred PPA" among Python developers. It indeed installed 3.7 without clashing with the system's preferred version. Where there is a will, there is a way.
73 -Jim NU0C On Wed, 15 Jan 2020 13:22:27 -0800 "Rick Commo" <rick.commo@...> wrote: One practice is for a distro to have both Python 2.7 and python 3.x installed. The command ¡°python¡± usually defaults to Python 2.7. |
Re: How high will Hugen v3.4 HW go?
On Wed, Jan 15, 2020 at 01:25 PM, Oristo wrote:
"If stretched to 3.5GHz, then it could support 5G..." ================================================= I believe a Gabriel mentioned that acceptable performance was currently topping out at 3.2 GHz. Might be a stretch to squeeze another 300+ MHz out of it. - Herb |
Re: android app?
SimpleUsbTerminal so I found it on Google Play Store and installed it on an Android.On my Android, here is an app that works, using its CDC device setting: Another Play Store app that also works, without the need for device setting: |
Re: How high will Hugen v3.4 HW go?
I agree with Larry on this one with the exception being if design changes
now end up delaying the unit a while but the performance is greatly improved I would prefer to wait. As one that has been spoiled by "real" VNA's. Sam Reaves ARS W3OHM Owner and Moderator of: LeCroy Owners Group on Groups.io (Current and Future Group) Electronics and Mechanical Hardware Design Engineering Manager Andritz Rolls Global Research Center (RETIRED) |
Re: How high will Hugen v3.4 HW go?
I know everyone has their pet upgrades. Mine would be faster sweeps with more data points so as to allow for real time filter tuning.
toggle quoted message
Show quoted text
Willing to pay up. Dale W4OP -----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Oristo Sent: Wednesday, January 15, 2020 4:26 PM To: [email protected] Subject: Re: [nanovna-users] How high will Hugen v3.4 HW go? deep pockets... at least some anticipation of return on investmentIf stretched to 3.5GHz, then it could support 5G... |
Re: NanoVNA-Saver Linux update procedure
One practice is for a distro to have both Python 2.7 and python 3.x installed. The command ¡°python¡± usually defaults to Python 2.7.
If the distro has done this then you will probably find the following in /usr/bin (taken from my Rasberry Pi 2B) lrwxrwxrwx 1 root root 9 Mar 28 2015 python -> python2.7 lrwxrwxrwx 1 root root 9 Mar 28 2015 python2 -> python2.7 -rwxr-xr-x 1 root root 3201580 Sep 26 2018 python2.7 lrwxrwxrwx 1 root root 9 Dec 5 2014 python3 -> python3.4 -rwxr-xr-x 2 root root 3816928 Sep 26 2018 python3.4 The critical thing to realize here is that the command ¡°python¡± can quite easily be changed to any installed version of Python. However you do have to remember that some programs that use ¡°python¡± may, in fact, assume a prticular version. To get Python 3.7, you might have to add a PPA for it to the repository list. After that your do an "apt update¡± and you should be good to go. On Jan 15, 2020, at 12:40, Oristo <ormpoa@...> wrote: Probably they are part of a bigger package,You probably want e.g, python3-numpy, python3-pyqt5, etc Be aware that there are incompatible versions of Python and many Linux distros try support more than Python 3.. |
Re: android app?
I just tried jackpal Terminal Emulator for Android. It seems to be only an xterm window to look at the Android system directories. I already had Termius, mentioned in the posted article of "Top 10 Android SSH Client ¨C Best PuTTY Alternative for Android", but it only works as an ssh client. There is no menu to connect as a COM port.
SimpleUsbTerminal so I found it on Google Play Store and installed it on an Android. I was able to set it for 9600 baud, and it found my NanoVNA as a USB device but didn't have a driver to connect it. It reported vendor ID 0483 and product ID 5740, but that's all it would do. I can solve most problems with PCs but troubleshooting apps on Android isn't for me. For now, I'm happy to know about /g/nanovna-users/files/NanoVNA_Console_Commands_Dec%209-19.pdf that @Oristo mentioned. |
Re: How high will Hugen v3.4 HW go?
On Wed, Jan 15, 2020 at 10:32 AM, Larry Rothman wrote:
"...That little thing called "Time to market" can be a killer if you wait too long...." =============================================== I'm sure Gabriel does not need to be reminded of "Time to market" as her V1 VNA never saw the light of day because the NanoVNA hit the market before she could finalize a production unit. Her V2 VNA should have a little bit more breathing room because no one else has proposed a 3 GHz unit at her cost point and design specifications. She has said development costs are being funded by a third party whose only stipulation is that the project be open source. That's a rather strange business model unless the third party has deep pockets and is backing the effort as a service to the community. Usually a project of her size is profit driven with at least some anticipation of return on investment. Still if the H4 4" is any indication, 2020 shapes up to be another good year for those of us who have benefited from these innovative and low cost VNA designs. - Herb |
Re: Re : NanoVNA-Saver Linux update procedure
Probably they are part of a bigger package,You probably want e.g, python3-numpy, python3-pyqt5, etc Be aware that there are incompatible versions of Python and many Linux distros try support more than Python 3.. |
Re: Re : NanoVNA-Saver Linux update procedure
On Wed, Jan 15, 2020 at 05:29 PM, Rune Broberg wrote:
======================================================== Hi Rune, thanks for your answer. Unfortunately apt-get does not know any of those.... I tried installing PyQt5, numpy, scipy and pyserial, but apt-get declared those as unknown packages... Probably they are part of a bigger package, but here I need the advice of a Linux expert... |
Re: NanoVNA-saver 0.2.2. crash
I am going to try Lucio's suggestion, to "uninstall" V0.2.2. completely. As I did have V0.2.1 on my W7 computer when I rolled V0.2.2 into the same directory.
In the mean time, I am going to take a break from my "toys" I'll be lucky if I quit by 9pm today.. Perhaps wait for V0.2.3 as Rune was looking at issues.. (Thanks By THe Way) |
Re: How high will Hugen v3.4 HW go?
Yes, Gabriel needs to lock down her design ASAP.
toggle quoted message
Show quoted text
That little thing called "Time to market" can be a killer if you wait too long. She has already made the schematics available and any unscrupulous vendor can begin to lay out boards, wait for the firmware to be available and push out inferior unauthorized copies. ...Larry On Wednesday, January 15, 2020, 1:21:38 p.m. GMT-5, hwalker <herbwalker2476@...> wrote:
On Wed, Jan 15, 2020 at 08:54 AM, Larry Rothman wrote: Huh? I think you meant Erik... At this point, it would be better to get the H4 4" unit or wait for the version 2 device - IMHO ============================================== ? Quite right Larry.? I meant Erik, as is he one of the few to have already received a V3.4? NanoVNA-H and whose opinion regarding? the actual performance of the production v3.4? I trust to be un-biased. ? For just an additional $10 usd over the 2.8" V3.4, I would also get "the bird in the hand" (the (H4 4"),? but also start saving for Gabriel's v2 3GHz whenever it makes it into production. - Herb |
Re: How high will Hugen v3.4 HW go?
On Wed, Jan 15, 2020 at 08:54 AM, Larry Rothman wrote:
Huh? I think you meant Erik... At this point, it would be better to get the H4 4" unit or wait for the version 2 device - IMHO ============================================== Quite right Larry. I meant Erik, as is he one of the few to have already received a V3.4 NanoVNA-H and whose opinion regarding the actual performance of the production v3.4 I trust to be un-biased. For just an additional $10 usd over the 2.8" V3.4, I would also get "the bird in the hand" (the (H4 4"), but also start saving for Gabriel's v2 3GHz whenever it makes it into production. - Herb |
to navigate to use esc to dismiss