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 V2
Bo,?
toggle quoted message
Show quoted text
HOw thick is that FR4 board?? Thinner material would improve the isolation, right? Mike WY6K On Friday, September 27, 2019, 02:48:03 PM CDT, Bo, OZ2M <groups.io@...> wrote:
Hi From a market volume point of view it might be an idea to divide the RF boards into: 1) Si5351A, as now. This is more than fine for the vast majority of radio amateurs 2) Si5351A + ADF4351, lower volume. Covers my frequencies of interest 3) Si5351A + e.g. ADF5355, very low volume and very high cost They may all share the same digital processor and display boards. Could the digital processor board be a RPi? If so, then this may have a huge impact on the price, and there is a much higher volume to drive the development of this platform. It might be a bit more clunky though. One thing is loss, but also isolation is an issue. I have a circuit on FR4 on my desk right now, where the isolation above 1,7 GHz cannot go higher than around 55 dB. Heavy shielding may help, but shielding and tooling are cumbersome and expensive. Bo |
Re: Si5351A max fundamental frequency
On Fri, Sep 27, 2019 at 10:04 PM, Bo, OZ2M wrote:
Should it be an option, in the S/W, to set the max fundamental frequency? I amThere is no such option. You can modify firmware but the logic for frequency boundaries is not easy, needs to deal with this. By the way, edy555 firmware uses different frequency segments boundaries. You can try edy555 firmware, may it will help to solve your issue with no need to change firmware code. |
Re: NanoVNA-Saver 0.0.12
Hi John,
toggle quoted message
Show quoted text
if you experience crashes, please try: - Running the program for a command prompt, which preserved the crash message, - Running using "-D logfile.txt" as a parameter, which saves debug data to a file, which you can then pass to me for further analysis. It *may* happen if you have not calibrated the NanoVNA itself, and it sends values that are so unrealistic, the program doesn't know how to parse it. Generally, measurements indicating severely positive gain (more than 30dB maybe?) are rejected as corrupted. If the same measurement shows bad values more than 20 times in a row, the program stops (and reports an error on the console). It's not supposed to *crash* when it does this, but ... I think sometimes it does. :-( -- Rune / 5Q5R On Fri, 27 Sep 2019 at 21:47, John AE5X <ae5x@...> wrote:
Tried it on two different Windows 10 machines - it seems some combinations |
Re: Experimental 256 point FFT Firmware
qrp.ddc,
I purchase cables of unknown quality at hamfests and the nanoVNA has paid for itself in helping me avoid selecting cables that physically looked fine, but from both cable ends looked like virtual shorts using the nanoVNA TDR function. With your access to better equipment, the nanoVNA's TDR function probably does seem like a toy, but if the user realizes its limitations and doesn't expect laboratory quality from a $50 device, the function is still a worthwhile tool and learning feature. If the TDR function tells me that a reel of cable marked 25 meters is 24.5 meters that's close enough for me to feel confident purchasing it. Carrying a laptop with me to do the same TDR measurements is in-convenient, although at home I do use NanoVNA Saver to perform TDR measurements. With the multiple firmware versions that have appeared on the scene, maybe one of the developers will branch off a version that removes the TDR function and implements the features you would rather have. That's the great thing about open source projects, the source code is open to modification however it suits each of our individual needs. Herb. |
Re: Experimental 256 point FFT Firmware
In my previous post, I was referring to coax from my hamshack to the antenna - not a piece of transmission line a foot or 2 long.
Please remember that from a practical viewpoint, LOW resolution in a handheld device is much better that NO resolution (ie: no TDR function). ...Larry |
Re: NanoVNA V2
Hi
From a market volume point of view it might be an idea to divide the RF boards into: 1) Si5351A, as now. This is more than fine for the vast majority of radio amateurs 2) Si5351A + ADF4351, lower volume. Covers my frequencies of interest 3) Si5351A + e.g. ADF5355, very low volume and very high cost They may all share the same digital processor and display boards. Could the digital processor board be a RPi? If so, then this may have a huge impact on the price, and there is a much higher volume to drive the development of this platform. It might be a bit more clunky though. One thing is loss, but also isolation is an issue. I have a circuit on FR4 on my desk right now, where the isolation above 1,7 GHz cannot go higher than around 55 dB. Heavy shielding may help, but shielding and tooling are cumbersome and expensive. Bo |
Re: nanovna Battery Specifications
on this list.Don't sell yourself short, Frank: we hams can sometimes contribute that he has nothing to learn from a genuine ham of long and diverseIt's a fuzzy faced young engineer or academic who remains confident experience. Not all of us are simply warmed over chicken banders. Some of us have ended up embarrassing engineers. Please continue to contribute. John at radio station VE7AOV. On 2019-09-27 5:00 a.m., Frank Dinger , EI7KS wrote: Yes ,indeed a 5V USB powerpack ,readily available ,even from supermarkets , will do fine.-- |
Re: NanoVNA-Saver 0.0.12
Hi Mike,
I've heard a number of users mention antivirus problems. I have tried submitting it to VirusTotal, and it seems the "only" things it reports is a set of a few antivirus programs worried about Python programs being trojans. I think maybe it's a case of ophidiophobia. ;-) Thanks for your report! -- Rune / 5Q5R On Fri, 27 Sep 2019 at 18:13, mike watts via Groups.Io <wy6k= [email protected]> wrote: Rune, |
Re: Experimental 256 point FFT Firmware
On Fri, Sep 27, 2019 at 10:23 PM, Larry Rothman wrote:
If I'm looking for discontinuities in the circuit, which total length is 1 foot total and TDR can show it one or two foot away from real point, I think it will be useless. To be more clear what I'm talking about, here is pictures of TDR measurement for the same S1P file captured with NanoVNA, with different FFT size. This TDR implemented on PC side, so it doesn't limited with memory and don't requires TDR support in the firmware and allows to use any size FFT for tests. Actually I capture this S1P with old firmware which doesn't have TDR in the firmware at all. |
Re: NanoVNA-Saver 0.0.12
Hi Kurt,
toggle quoted message
Show quoted text
thanks for all your help with the calibration! I'm still working on it, and as you say, I need some better functions for saving the resulting calibration, that it may be used later. You are right that I haven't implemented scaling for the Y-axis of the phase display: I'm not entirely sure if it makes sense, so I disabled it for now. If it's requested and wanted, I'll add it in. :-) The R+jX scaling is getting another look, as it's clearly not entirely functional at the moment. There's also some rounding taking place in some of the charts where the software attempts to show "nice" values for the tick marks. This might be interfering with the user settings. The scaling is, clearly, a first attempt. :-) Thanks again for your help, and for your feedback on the software! I hope it proves useful for you! -- Rune / 5Q5R On Fri, 27 Sep 2019 at 17:33, Kurt Poulsen <kurt@...> wrote:
Hi Rune |
Re: Experimental 256 point FFT Firmware
OK, no problem then.
toggle quoted message
Show quoted text
However, please remember - considering the cost of the NanoVNA - it puts more capability in your shirt pocket than most of its predecessors used by Amateurs. As I mentioned, it takes no effort to flash different versions of firmware onto the device. We aren't doing microwave design were pico-seconds matter. And you can take it up an antenna tower - without a PC. If I need to check out a length of cable from my Tx to the antenna, it is more than adequate to show the approximate location of any issues - and that includes connectors. If the Nano TDR shows shows me a reflection a foot or two away from a connector, don't you think I will look at the connector before anything else? It is good enough to play with and get a feel for how it works and that in my opinion is not a waste of time. Others are using the Nano to learn from - from both a programming and an RF point of view. There has been some great dialogue in the forum regarding TDR and RF theory in general. You are sharing your TDR knowledge as well - that's great! I've worked in the RF field (no pun intended) for 40 years and I'm still learning. All I am saying here is that the various diagnostic functions that are being graciously developed for the Nano by very talented individuals, may not be for everyone but, they are NOT a waste of time for everyone. Cheers, Larry On Fri, Sep 27, 2019 at 02:21 PM, <qrp.ddc@...> wrote:
There is no question if TDR needed or not. It is definitely must have. The |
Re: NanoVNA-Saver 0.0.12
Hej Bo,
toggle quoted message
Show quoted text
I'll address the port numbering first: Port 0 and Port 1 should probably be "Ch0" and "Ch1", and are taken from the port numbering on the physical device: While it's quite confusing to have S11 be reflection on port 0, and S22 be reflection on port 1, that's a physical decision design ... ;-) I'll address your other comments (thank you for them!) as I go through the thread. -- Rune / 5Q5R On Fri, 27 Sep 2019 at 20:34, Bo, OZ2M <groups.io@...> wrote:
One more thing. |
Re: NanoVNA-Saver 0.0.12
Dr. David Kirkby from Kirkby Microwave Ltd
LOn Fri, 27 Sep 2019 at 19:34, Bo, OZ2M <groups.io@...> wrote:
One more thing.
I acknowledge that in programming the starting point if often zero (0) andI agree 100% with you. Dave -- Dr. David Kirkby, Kirkby Microwave Ltd, drkirkby@... Telephone 01621-680100./ +44 1621 680100 Registered in England & Wales, company number 08914892. Registered office: Stokes Hall Lodge, Burnham Rd, Althorne, Chelmsford, Essex, CM3 6DT, United Kingdom |
Si5351A max fundamental frequency
Hi group
I have measured a low pass filter, but experience some, for me expected, oddities around the maximum usable fundamental frequency of the Si5351A. Please see the attached picture that clearly shows an abrupt change in the attenuation between ~300 MHz and ~303 MHz. The NanoVNA should be able to run in 3 x 300 MHz segments, i.e. fundamental plus second and third harmonic. So far so good. However, my experience in working with the Si5351A, and the RFzero project in particular, is that the fundamental frequency from the Si5351A can be used up 280 MHz with 100% certainty, and up to somewhere below 300 MHz depending on the actual device. But once the frequency increases, then the PLL will suddenly not lock, the frequency is of course unstable and the S/N is VERY poor. The PLL in the Si5351A I have on my RFzero right now can lock at 299,6 MHz, but not at 299,7 MHz. But I have seen Si5351As that cannot lock above ~287 MHz. I don't think it is possible to bet on the max freq. even vs batch. So why can the NanoVNA say it has 900 MHz, 3 x 300 MHz, usable bandwidth and not e.g. 840 MHz, 3 x 280 MHz, or use the fourth/fifth harmonics? I am a bit troubled with measurements in the 280 MHz - 300 MHz, 560 MHz - 600 MHz and 840 MHz - 900 MHz segments. Should it be an option, in the S/W, to set the max fundamental frequency? I am not thinking of the 1,5 GHz possibilities as such. Bo |
Re: errors of "error" models
19 : "true value" - also : @Dr. David Kirkby :
/g/nanovna-users/message/3207 Hello, We both thank you very much for the time you spent to compose such a lengthy reply, by which you definitely assured us that you are really interested on this subject, which is so central to the reliable operation of any such device - either [VNA] or [nanoVNA] ! Well, regarding the matters of a subjective character, we don't like to repeat ourselves, so allow us, please, to refer you to our personal replies to other honorable members of this forum - although, if you are in hurry, but you are still interested enough, then allow us, please, to suggest you to search this topic for those two 2 appearances of [personal taste], as well as, that one 1 of [expediencies], to which we would like to add here one more : allow us, please, to take care of the contents, of our contributions to this very topic, by ourselves alone. But, regarding the matters of objective character, allow us, please, to notice that if someone didn't pay the owed attention to the subject matter of the "true value", then he may be sure that he shall definitely loose the thread of thoughts which drives to the essence of the Estimation of the Core of Measurement Uncertainty in VNA/nanoVNA, that is, for example, when he insists to force his mind to be trapped by the conventional triplet of the "standards" (S,L,O), instead of the most general one of "loads" (A,B,C) - he has been warned. Sincerely, yin&pez@arg 19 |
Re: Experimental 256 point FFT Firmware
On Fri, Sep 27, 2019 at 07:36 PM, Larry Rothman wrote:
It's all opensource and you are already writing software - so why no tryI'm already doing that. Unfortunately I'm not familiar with calibration math, so I have no idea how to improve it. If you can help with the math details for better calibration, it will be nice. |
Re: NanoVNA-Saver 0.0.12
One more thing.
It might be an idea to change the name of Port 0 to Port 1 and Port 1 to Port 2 in the S/W GUI so it matches S1x and S2x etc. instead of e.g. S10 ... I acknowledge that in programming the starting point if often zero (0) and not one (1). But from an RF point of view it will probably be good karma. Bo |
to navigate to use esc to dismiss