¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
Re: Owen Duffy on improvised test fixtures #test-jig
Definitely! We had this problem on EEVBlog in FY6x00 AWG's thread, where our great contributor, Fremen67 from France, put tremendous effort to prepare our own DIY firmware for these gens, than
By Jacon Zar · #5879 ·
Re: Question: Is it possible to use calibration imperfections to detect the quality of calibration standards??? #calibration
Why should phase of S11 open and S11 short be 180 degrees apart? Are just leaving open a bit of coax, then adding a short to it? If so, the phase difference will not be 180 degrees due to the fringing
By Dr. David Kirkby from Kirkby Microwave Ltd <drkirkby@...> · #5878 ·
Re: Thank you
Not me. I worked at Westinghouse and Eaton Corps. In Michigan and Atlanta. Power systems engineering. Joyfully retired now and enjoying this new toy, the nanovna.
By Robert Beltz · #5877 ·
Re: Question: Is it possible to use calibration imperfections to detect the quality of calibration standards??? #calibration
You may have read my interpretation (#3515) of page 3 in: http://www.hamcom.dk/VNWA/How%20to%20design%20a%20homemade%20male%20BNC%20calibration%20kit.pdf ... which now states: "Providing your short
By Oristo · #5876 ·
Re: Thank you
I used to know a guy with your name, worked at ITT in California.
By Bob Albert <bob91343@...> · #5875 ·
Re: Question: Is it possible to use calibration imperfections to detect the quality of calibration standards??? #calibration
Erik, Did you take a look at what I did in the following post and the subsequent posts in that thread? This involved trying to fix a poor BNC short and open.
By Bryan, WA5VAH · #5874 ·
Re: Question on #consolecommands
Hi Herb - ????? My script has NEITHER of those for several most recent versions, instead: x = struct.unpack("<76800H", b[prune:blen]) This allows easy 'prune' tuning and avoids a buffer copy.. Yours
By Oristo · #5873 ·
Re: Performance of 1:1 Balun
I'll try to help, but mostly in order to understand: Why is it you need to put something into the calculator? Can you not use the impedance measurements which is shown in NanoVNA-Saver under
By Rune Broberg · #5872 ·
Re: Question on #consolecommands
Hi Rich - The more, the merrier. No, I called that 'color fringing artifact' and occurs because blue was pick up from the next byte; there are 2 bytes for each nanoVNA display pixel, and get this
By Oristo · #5871 ·
Re: Question on #consolecommands
Forgot to include the attachments to the previous post.
By hwalker · #5870 ·
Re: Question on #consolecommands
Oristo, The color fringing wasn't readily apparent to me until I saw the photo attachment from Rich Messeder where his color fringing is easily distinguishable when zoomed in. You are correct that
By hwalker · #5869 ·
Re: Performance of 1:1 Balun
Many thanks for the inputs. I am following G3TXQ method of measuring common mode impedance. I connected the shields of the input and outputs of the 1:1 Balun to CH0 and CH1 inputs of VNA. I am trying
By Nan · #5868 ·
Thank you
Thank you for the addition. Bob Beltz
By Robert Beltz · #5867 ·
Re: Question: Is it possible to use calibration imperfections to detect the quality of calibration standards??? #calibration
Well, the delays did not work as expected. So I'l formulate my tuning question a bit more to the point. The green line in attached picture shows the outcome of this formula "phase(S11open) -
By Erik Kaashoek · #5866 ·
Re: Your NanoVNA version
I don't know who manufactured mine...I purchased from Amazon US from AURSINC. Attached images in detail, FWIW. Seems like nice work, and I have been able to use nanoSaver and do a firmware update.
By Rich NE1EE · #5865 ·
Re: NanoVNA-Saver 0.1.3
Hi Eric, no problem - the calculations seem to be *correct* which is the major hurdle ;-) As I posted, scipy.signal.convole seems a lot faster, and is probably a good way to do it. The test also
By Rune Broberg · #5864 ·
Re: Question on #consolecommands
I'm new to the discursion, but I see a blue "shadow" on everything...is that deliberate? The image posted is 320x240, but I understand that this may be different from the device itself somehow. Note
By Rich NE1EE · #5863 ·
Re: Question on #consolecommands
Oops, >>email attachment<< is correct 320x240 and very clearly has color fringing. Online images are evidently subsampled... Try changing 'prune' from 9 to 7 or 8 in the current version at:
By Oristo · #5862 ·
Re: Strange bug with 5 kHz span
It appears that the latest firmares still do not support a freq step less than 100 Hz. Are there any plans to support a smaller step size? 1 Hz would be great. 10 Hz would be good. Use cases would be
By Ed Milcarsky <kg4arn@...> · #5861 ·
Re: Question on #consolecommands
That image is 215x161, not 320 x 240, and has color fringing. In buffer, RGB565 should be: "RRRRRGGGGGGBBBBB" .. then 0xFF000000 + ((arr & 0xF800) << 8) + ((arr & 0x07E0) << 5) + ((arr & 0x001F) << 3)
By Oristo · #5860 ·