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
How to read out my NanoVNA's firmware version
Hi all,
There are several similar Nanovna clones on the market. I would like to know what I have (or what perhaps not). How do I read out my NanoVNA's firmware version? Is there perhaps a list with info about the different versions? Is there perhaps also a list with hardware versions? Anything exhaustive? Or is there no system perhaps, just chaos, as every producer does what seems good to him without coordination with other manufacturers? If so: Did someone try to collect all such info and make it available? Hans, DJ7BA --- Diese E-Mail wurde von Avast Antivirus-Software auf Viren gepr¨¹ft. |
Re: NanoVNA Saver - bug report?
Hi Nick,
toggle quoted message
Show quoted text
thanks for the suggestions! Currently, I have no plans to separate the plots from the main window, as I see them as a main feature of the application, and want them there. The code doesn't have anything preventing it, but I'm not personally going to work on a design that does that, as a matter of prioritizing what time I have to work on it :-) File pickers for load/save calibration really should have been in already, I agree. I'll look at it :-) And yes, you should definitely get a bigger monitor. ;-) -- Rune / 5Q5R On Fri, 20 Sep 2019 at 14:11, Nick <g3vnc@...> wrote:
Hi Rune |
Re: What options should I look for?
The dummy guide to buying a nanoVNA:
This is the shop of the person that started all this and he delivers good product in excellent packaging. But if you want to go cheaper these are your options: Getting the calibration loads is good. Look for those where the "open" has a hole where the "short" has a pin The cables are also nice as they allow you to have an identical test configuration as many people in this group. Testing has shown the shielding does not realy make a difference. Battery is very useful for testing antennas on places where you do not dare to bring a computer. For the rest, one it arrives, test it and if you are not able to calibrate, request a refund. |
Re: Firmware summary
Forth is a niche language created for writing embedded software on very limited, bare HW. In particular, it is intended to allow you to write and test peripheral control software interactively. The STM32F072CBT6 is 2-4x the memory size of the machine Chuck Moore created it on to control the Kitt Peak radio telescope dishes and many times faster.
With so many people working on variations of the original C code. I'm not sure there is much point to my getting involved with that. Also, I think the use of threads is a major mistake from a software engineering perspective. I have major issues with bugs and even more with code crashing, ever. Once you allow multiple independent processes to operate in the same address space, unless you use a segmented architecture al la Multics and the Intel x86 and 432, you leave yourself open to one process corrupting another. In any case, I'm just an old man amusing himself. I've been fooling around comparing the TDR response of my 11801/SD-24 using a bare 3.5 mm connector and the nanoVNA open. There is as much difference between the two channels in both cases as there is between the bare 3.5 mm and the open. Not quite sure how to interpret it yet. The trace calculated differences are much larger than the display suggests. That's symptomatic of small phase differences, but it's been a long time since I dealt with that and I don't remember yet how you handle it. Have Fun! Reg |
Re: Does anyone know how sensitive the nanovna is to electrostatic discharge?
On Fri, Sep 20, 2019 at 03:46 PM, Andy G0FTD wrote:
Yes, limiter diode will ruin measurement. There are two issues with diode: - it add parasitic reactance - it add non-linear distortions of the signal There is no simple way to protect RF device with no deterioration of it's dynamic range. |
Re: Comparing antenna gain process
For antenna gain measurement you're needs to place receive antenna at least half wavelength away from transmitting antenna. Otherwise your measurement will be affected by near field of antennas.
Actually the more complete way to calculate minimum distance between antennas is the following: R = 2 * D^2 / lambda, where: R - minimum distance between antennas in meters D - maximum dimension of your antenna in meters lambda - wavelength in meters (lambda = 300 / frequency_in_MHz) If possible place antennas at more longer distance, for example at least on 2-3 lambda. It will reduce near field influence. Also calibrate NanoVNA through cables which you're using to connect antennas. It will reduce cable influence. |
Re: Does anyone know how sensitive the nanovna is to electrostatic discharge?
Dr. David Kirkby from Kirkby Microwave Ltd
On Fri, 20 Sep 2019 at 13:57, Andy G0FTD via Groups.Io <punkbiscuit=
[email protected]> wrote: One other thought. The output level of a source is not an indication of the damage threshold. My HP 8720D can output 10 dBm, but the damage threshold on the test ports is I believe 30 dBm, so 100x higher. --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 |
Re: NanoVNA Saver
Dr. David Kirkby from Kirkby Microwave Ltd
On Wed, 18 Sep 2019 at 21:39, Rune Broberg <mihtjel@...> wrote:
Hi David, I will have to look for it, but a description of the method used by HP was posted on the Keysight forum by Dr. Joel Dunsmore. I recall him saying it is very memory efficient as it does not require one to store all previous values That was important when early versions of the 8753 were developed, but far less so now. The averaging must be done as vectors, not scalers. I will try to find out how the professionals do this. 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 |
Re: Finger tightening SMA connections
I've laser-cut some from 3mm acrylic sheet. Black for 0 ohms, green for 50,
toggle quoted message
Show quoted text
clear for open. John On Fri, 20 Sep 2019, 22:17 , <reuterr@...> wrote:
Hello Reg, |
Re: NanoVNA Saver
Hi Jim,
toggle quoted message
Show quoted text
If you could send me the calibration file, I'll have a look at it. Mihtjel@... Thanks for taking the time to report the issue! -- Rune / 5Q5R On Fri, 20 Sep 2019, 19:11 , <jimcking@...> wrote:
Rune, |
Re: Firmware summary
On Thu, Sep 19, 2019 at 02:43 AM, <hugen@...> wrote:
ok, 8M crystal is normally not a problem for me, but for most nanovna owners F303 is then not real 1:1 replacement. We should probably, if we need more memory, stick on crystal-less USB STM32 (AN4879) , with pullup support, with DFU support (AN3155), LQFP48 package and ChibiOS support. Afaik STM32L433CCT6 should be good replacement, only pullup for USB necessary, and some ADC / clock / I2S changes to code, but it does need newer ChibiOS, which then does not compile with nanovna. Anyway, for myself i will probably solder crystal and use F303 (ADC/clock changes necessary), if i not manage to fix newer ChibiOS compile Errors with STM32L4x series. tinhead |
Re: Does anyone know how sensitive the nanovna is to electrostatic discharge?
Bryan,
The lab I worked at had spectrum analyzers and receivers that cost more than my first house. To protect the equipment our laboratory manager purchased a set of HP 11867A limiters ( I'm guessing you could buy 5 or 6 nanoVNA's for what he paid for one of those). I believe the limiter was just a couple of well matched, low capacitance, fast switching diodes packaged in a Type N adapter. It turned out that the limiters were a waste of money for our application because diodes are non-linear devices and sometimes would mix with the signal we were measuring and generate phantom signals. For tuning an antenna that extra noise might not be a concern, but for compliance testing it was a deal breaker. We eventually ordered some Type N adapter RF fuse holders that had less than a dB of loss up to 1.5 GHz. The holders had fusible links that could be replaced in-house without having to send the equipment out for expensive front end repairs. I was the beneficiary of their use more times than I care to admit. Never tried either solution with our network analyzers as I certainly would have been fired on the spot for attempting to use an HP8753 VNA in the scenario you are envisioning. Makes you wonder what kind of front end protection expensive antenna analyzers use. |
Re: Firmware summary
Yeah, Reg - Python is the future....!
Actually, Python is close to becoming the #1 programming language - educators, engineers and scientists have all created extensions. Talk to forum member Rune about Python. Also from today's news, Microsoft has a YouTube series for beginners: From the article: "A new video series, titled 'Python for Beginners', hosted by Microsoft Senior Program Manager, Christopher Harrison, and Business Development Manager at AI Gaming, Susan Ibach, has been launched by the firm. Comprising of a total of 44 videos, this series - as indicated by the name - isn't an in-depth study of Python, but rather, it just provides a foundation for the programming language. The course material is noted to be quick and concise, in order to encourage learners to start specifically looking into the areas that interest them as soon as possible." Cheers, Larry |
Re: Does anyone know how sensitive the nanovna is to electrostatic discharge?
Folks,
Thanks for all the comments. I notice that the diagram provided by erik does not indicate any protection. Thanks for that diagram. The 50 ohm bridge mentioned above does provide some help but only a small amount. ESD events are often in the thousands of volts so even a few dB of attenuation is not enough. I have previously blown up a VNAs input switch when I touched an antenna connected to the VNA in my workshop so this is a real concern for me. Yes, it was repairable. I got to learn a lot about soldering very tiny surface mount components in that case. Back-to-back zener diodes are available for this very purpose with very low capacitance (0.06 pf) for example the PGB010603 made by Littlefuse. I have attached a data sheet for others to consider. The spec sheet says it is good up to about 9 kv for a contact discharge and about 15 kv for an air discharge. Furthermore, the response time is under 1 ns which is about 1 cycle at 900 MHz. I suggest the mixer in the nanovna won't handle a typical ESD event without some help. I purchased some of these devices for about $0.50 each so they are not a big investment. Please be careful interpreting the data sheet. You might conclude these diodes don't help, but they have in my case. I hope that when we do an open calibration any stray capacitance such as 0.06 pf is measured and removed. 0.06 pf at 900 MHz is a reactance of about 2950 ohms which should not have a major impact on most measurements anyway. I hope folks find this information useful. -- Bryan, WA5VAH |
to navigate to use esc to dismiss