-
Notifications
You must be signed in to change notification settings - Fork 277
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
Support for 201 sweep points when using NanoVNA-F V2 #691
Comments
Hello Haupte, I thought I share with you my solution to the fact that the NanoVNS Saver program V0.3.8 lists only 11,51,101 datapoint in the settings although the NanoVNA-F V2 new firmware allows upto 201 sweep data points. class NanoVNA_F_V2(NanoVNA): I hope that may be of a help to some of you. |
Thank you, dear Sabah! I tried the same source code modification but, unfortunately, my knowledge is not sufficient to do an on-line build targetting Windows. For now, the only possible pre-defined options with "make" are Linux variants. I will have to wait until Windows builds are standard again. 😅 I will keep the issue open. Perhaps there is an official developer who shows mercy to me and releases a Windows execution module. Sincerly, |
I have the same problem. However, my NanoVNA-F V2 with firmware v0.5.0 can measure 301 points. I need a PC software for Windows (.exe) that can handle the device that has been manually converted to 301 measuring points. |
Hi boys, @haupte @alfagulf @lx1cw I think this has been added in my pull-request. #760 . I can't believe this issue has been their for 4 years😳 You guys can try and test😊! Previously I added support for NanoVNA F V3 whose max datapoints can reach up to 801 from here #711 . NanoVNA F V2 is also a cool hardware though it's not opensource hardware which violates some licenses. Anyone can try to download the pre-compiled file from here and test it: https://github.com/xros/nanovna-saver/releases |
Feature Request
I still suffer from the same problem as described by alfagulf in #371 3 years ago:
When I connect vnasaver to NanoVNA-F V2 then the NanoVNA is remotely set to 101 sweep points although before I'd set it to 201 sweep points manually. In vnasaver there are fixed options to set 11, 51 and 101 sweep points and "Custom points" allow 101 points maximum.
Wouldn't there be a solution to raise the maximum number of sweep point in vnasaver?
Tnx, Erich
The text was updated successfully, but these errors were encountered: