-
Notifications
You must be signed in to change notification settings - Fork 275
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 NanoVNA-F V3 & more than 101 sweep points. #711
Comments
Hopefully this can be supported. I purchased a NanoVNA-F v3 with fw 0.5.8 BTW, do you know where to download the latest firmware for nanovna f v3? |
Hi,
|
Hi, It's not the "sn:" string to detect BUT "SN:" with my hardware so i added a "OR" def read_features(self): Also at the end of the file, the command to send is "SN" and not "sn" (i just commented the line ans replace the command name as i don't know if other hardwares can use both "sn" or "SN".. )
Sorry if my info is not at the right place or not usefull but if i can help... :-) |
I have made a pull-request and tested with my own NanoVNA F V3 to prove that it works with this modification from here: #751 Hopefully this functionality can be added. Special thanks to @patdoss Before merging to the main branch, the fully runnable version is in my branch: https://github.com/xros/nanovna-saver/tree/sysjoint . Anyone can download and test with their own NanoVNA and NanoVNA F V3. And I made a release in my repo. Anyone can download and test it. https://github.com/xros/nanovna-saver/releases/tag/v0.6.8 , tested on Windows and macOS. |
This feature has already been merged based on the pull-request #751 Everyone can test their NanoVNA-F V3 from the main branch of this project now. You are welcome. |
Thanks a lot ! 73's Patrick |
SysJoint NanoVNA-F V3 fw 0.5.3 support up to 801 sweep points.
NanoVNA-Saver v0.6.4 there are fixed options to set 11, 51, 101 sweep points and "Custom points" 101 points maximum.
Need support more than 101 sweep points.
The text was updated successfully, but these errors were encountered: