-
Notifications
You must be signed in to change notification settings - Fork 271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.3.9 #400
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Additinal analysis methods added / better peak search algorythm
try to read initial frequencies
Fixes #165 - Allows for both |Z| and R + jX display - Measurements of shunt impedance (accurate for low impedance values) as well as series impedance (accurate for high impedance values)
Added measurement graphs showing impedance measured via S21
401 sweep points
New test version
Adding support for |Z| plots with logarithmic scale and some cleanup
The various models of VNAs supported by NanoVNASaver support very different frequency ranges. Make the maximum stop frequency for each model available as an attribute so we can use it later on. The settings are based on information from: - AVNA: http://www.janbob.com/electron/AVNA1/AVNA-UsersManual.pdf - NanoVNA (v1): https://www.dropbox.com/s/0t1ms1y0uyaa90s/NanoVNA-a1-20170115.pdf?dl=1 (linked from https://ttrf.tk/kit/nanovna/) - NanoVNA-F: https://github.com/flyoob/NanoVNA-F - NanoVNA-F V2: http://www.sysjoint.com/pdf/NanoVNA-F%2520V2%2520Portable%2520Vector%2520Network%2520Analyzer%2520User%2520Guide%2520V1.0.pdf - NanoVNA-H: https://nanovna.com/, https://item.taobao.com/item.htm?id=588815021483 - NanoVNA-H4: https://nanovna.com/ - NanoVNA V2: https://nanorfe.com/nanovna-v2.html
As of firmware version 1.0.2 (tag 20210214) the output power of the TX ADF4350 can be configured via USB (register 0x42). Add support for this setting in NanoVNASaver. The SI5351 does not support setting the output voltage / power (only the maximum current which controls rise / fall time rather than output power) so we can only affect frequencies from 140MHz up. Clearly show this in the UI so there are no surprises. Because we can only detect this capability by talking to the VNA, the setting is populated during connect. *WARNING*: The automatic first sweep after connecting to the VNA will be performed at maximum power (default). Sensitive equipment should not be connect until after NanoVNASaver has connected to the NanoVNA v2 and the setting has been changed.
Resolves plotting issue as discussed in #165
Add support for setting TX power on NanoVNA v2
Fixing minimum axis label value in RI charts
Add new s21 markers for |Z| and R+jX
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New major