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
Alibaba ordering
Ed Jones
I want to purchase a VNA from Hugen's site but none of my credit or debit
cards seem to work on Alibaba. Is there a trick to placing an order from the States? Is this site blocked by default by payment processors? Sorry for the off-topic question. -- Ed Jones - K8MEJ - Lewis Center, Ohio U.S.A "When I was sufficiently recovered to be permitted to take nourishment, I felt the most extraordinary desire for a glass of Guinness...I am confident that it contributed more than anything else to my recovery." - written by a wounded officer after Battle of Waterloo, 1815 |
Re: Rotate Display 90¡ã
#improvement
Hi Boo,
the display seems some old lcd from phones or something, the polarisation of the display is for portrait use. If you look at it in portrait mode you will notice the difference. In landscape the viewing angle is narrow. Maybe some dev can write menu option to rotate it, some libraries for displays have easy options to rotate. Regards, ersoz |
Re: nanovna often not powering on when on battery
#batteries
#battery
Check capacitor C1 for leakage I had several of them fail in different units. They fail from short to leaking / act as a resistor. They are 10Uf non polar and I use a panasonic 100V version to replace them.the panasonic is a little larger but can be installed. The capacitor in question is directly parallel to the Battery leads and located close to the battery connection point on the board. Everytime one failed, the unit exhibits the same type of behavior you describing,
|
Re: QEX Magazine
#tutorials
On Sun, Dec 29, 2019 at 05:27 AM, John wrote:
" ¡ I was afraid to mention the NanoVNA at a Keysight Technologies training session for fear of immediate eviction and missing out on the free lunch buffet and swag bag and took the Device from my knapsack and hid it under a flowerpot after wiping any fingerprints off it and retrieved it 1 hour after everyone left. ¡" ================================================================================ John, Nice satirical article to get the week started off on a lighter note. I guess its no coincidence that the Canadian Broadcasting Corporation (CBC) was first to introduce Monty Python's Flying Circus to North America. - Herb |
Re: QEX Magazine
#tutorials
Birdman,
My friend is a subscriber to QEX and "lent" me his actual magazine or as we say in Canada "a copy" This all took place in a coffee shop and I made sure we recorded the transaction on video No Canadian laws were broken as I read the article with immense pleasure and then "gave back" to him his "copy" of the magazine What will continue is this "mystery" of the article and its contents. I am sure the CB community is having a field day over this situation and has rallied its supporters to buy up every issue of QEX possible to ensure the Ham community remains in the the dark over this specific article (review). The information contained in the magazine has been identified as a "literary threat" and "high risk". Please enjoy our Malaysian friends offering their PHD commentary on other VNA devices and were approached to revise their article but claimed that there are now so many fake versions that any tests would be invalid. The Jan 2020 issue of QRP Quarterly by QRP ARCI will be publishing a user review on the NanoVNA and I have already reviewed it for publication so stay tuned. I want to say I bought the official modified version through the offered link not the eBay version 73s John VE3IPS I was afraid to mention the NanoVNA at a Keysight Technologies training session for fear of immediate eviction and missing out on the free lunch buffet and swag bag and took the Device from my knapsack and hid it under a flowerpot after wiping any fingerprints off it and retrieved it 1 hour after everyone left. -- Sent with a Palm Pilot. Ve3ips.wordpress.com Radio: it's not just a hobby, it's a way of life All content is personal and confidential |
Re: First PCB pictures of the V2
On Sun, Dec 29, 2019 at 02:41 AM, Gabriel Tenma White wrote:
btw we just merged in all recent changes from edy555's firmware branch, so we have all the new features like TDR, marker search, marker delta, group delay, etc. ;) =================================================================================== Gabriel, If you also merged edy555's python branch ( ) it would help those of us who have used that class library to develop solutions, quickly get up to speed with your NanoVNA V2 and subsequent versions. - Herb |
Re: Rotate Display 90¡ã
#improvement
GM4CID
Hi ersoz,
Normal display is Landscape, 320 pixels wide x 240 high. Your picture shows Portrait 240 pixels wide x 320 high, with an egg shaped Smith Chart Change of orientation would involve software rework, perhaps unlikely. Regards, Bob GM4CID |
Rotate Display 90¡ã
#improvement
Hi,
i like m nanovna, but unfortunately the display is not the best one. The original alignment of the display is portrait, but using it in landscape looks not so good. Is it possible to rotate the display in 90¡ã like on the photo? |
Re: nanovna often not powering on when on battery
#batteries
#battery
Hi Marcel,
If I understand it, searching for "NanoVNA doesn't want to start" in forum discussions may be a solution. It's a good idea to read these and it might help. As far as I remember, there was mention of increasing the capacitance of the electrolytic capacitor. I note that you refer to the white Gekko as ttrftech as an official supplier. Remember, ttrftech is named after the original idea host (@ edy555). It was the business of the clone manufacturers and their dealers to steal this. Use the Search Button. I wish you a successful search and repair. 73, Gyula HA3HZ |
Re: F303 and 4" LCD for next generation NanoVNA
#circuit
#flash_size
#improvement
#enclosure
#battery
Hadn't heard from you in a whileI have been pursuing other interests and muted several topics and hashtags here. You, Larry, Erik, Alan and others do fine; I should add more "like"s. I was just wondering what scheme he might useThe USB shell `sweep` command already supports `[points]`...? |
Re: First PCB pictures of the V2
no text (console) commands, but instead there is a registers and FIFOIf compatible with neither nanoVNA (nor, sadly, VWNA) software and lacking STM32 support, then substantially as unrelated to this group as any other low cost VNA. |
Re: First PCB pictures of the V2
It's 201 points per save location, 5 save locations total.
The command interface is *not* compatible with the original Nano, but I already have a working patch for nanovna-saver which I will upstream once the protocol is solidified. There is a description of the new command interface here: You can see an example of how to talk to the HW here: Long story short there are no text (console) commands, but instead there is a registers and FIFO interface. It is still a USB serial device like before, but you manipulate the operation of the VNA by sending a set of bytes to write and read device registers, and measured data is transferred by issuing a READ FIFO command. The reason it's designed like this is because the protocol is intended to be easy to implement on a FPGA based VNA, which we have plans for in the future. "Real" VNAs can do tens of sweeps per second which we intend to reach with V3, but we can't get there if we kept the old text command interface. |
Re: First PCB pictures of the V2
On Sat, Dec 28, 2019 at 09:11 PM, Gabriel Tenma White wrote:
"... Finally got 201 point sweep working. You can now configure arbitrary number of sweep points between 2 and 201 (on-screen)¡." =================================================================== Gabriel, Is that a maximum of 201 sweep points for all 5 save locations (total = 1005 max)? Will your shell commands be backwards compatible with the NanoVNA or will you use a different CLI? - Herb |
Re: First PCB pictures of the V2
Finally got 201 point sweep working.
You can now configure arbitrary number of sweep points between 2 and 201 (on-screen). The max sweep points over USB is still 1024. Memory and flash usage: Memory region Used Size Region Size %age Used ram: 40112 B 48 KB 81.61% rom: 112152 B 240 KB 45.63% (The MCU on the V2 is GD32F303CCT6 with 48KB ram and 256KB flash. 16KB of flash is currently allocated for the bootloader.) |
Re: F303 and 4" LCD for next generation NanoVNA
#circuit
#flash_size
#improvement
#enclosure
#battery
I was just looking over the image hugen uploaded a few days ago for the new rev 3.4 board at . Looks like he delivered on his promise of adding a UART port (P3) for those enthusiasts that want to add a Bluetooth dongle.
Even more fun, - Herb |
Re: F303 and 4" LCD for next generation NanoVNA
#circuit
#flash_size
#improvement
#enclosure
#battery
On Sat, Dec 28, 2019 at 05:50 PM, Oristo wrote:
It would require some additional code for a single firmware to dynamically detect whether installed with more flash, then conditionally increase that 101 limit. Of course, that additional code could be problematic for current nanoVNAs.. Alternatively, the code base could have conditional code by compiler pragma and separate firmware loads for larger and smaller flash. ============================================================================= Happy Holidays Oristo! Hadn't heard from you in a while and figured you were enjoying the holidays with your family. I'm sure hugen has given some consideration to using some of that additional flash storage space for more calibration points. I was just wondering what scheme he might use to keep backwards compatibility with the current software. Maybe add a special multi-segment scan command with variable length calibration points for the F303. I know Gabriel Tena White is implementing more calibration points in her V2 product but I think she is also developing her own software . I'm sure if more data points aren't implemented at the initial product release, one of the group's innovative firmware developers will come up with something in time. - Herb |
On our Comparison of our [NanoVNA] with our [HP 8505A] Using the Ultimate Criterion of Cross-Ratios
#wiki
On our Comparison of our [NanoVNA] with our [HP 8505A]
Using the Ultimate Criterion of Cross-Ratios Dear all, It is our great pleasure and honor to present to you our results - which we just got for the very first time - of our Comparison of our [NanoVNA] with our [HP 8505A] Using the Ultimate Criterion of Cross-Ratios [#96]. We hope that the Great Significance of these results shall be made crystal clear as soon as you will take into account that the * T h e o r e t i c a l * E x a c t * V a l u e * of this ratio of cross-ratios is: Modulus = 1 Argument = 0 while, comparatively to this Exact Value, our * E x p e r i m e n t a l * R e s u l t s * are: Modulus : Min = 0.98 and Max = 1.01 Argument : Min = -0.07 and Max = 2.10 - in Degrees, at those, previously mentioned [#95.3], eight 8 frequencies, as follows: Modulus: Argument: Finally, allow us, please, to additionally emphasize that these results are substantially independent [#96] of the four loads we used, that is of their nominal values and of their uncertainties, this comparison regards both of our: [NanoVNA] and [HP 8505A] * p e r * s e * . We wish you a Happy New Year 2020 ! Sincerely yours, gin&pez@arg REFERENCES [#96]:The Ultimate Criterion for Endless Reliable VNA Comparisons 28 December 2019 - /g/nanovna-users/message/8749 [#95.3]: On the Sufficient Conditions for Identical Measurements Using Two Substantially Different VNAs - Our Research has been Completed 27 December 2019 - /g/nanovna-users/message/8669 |
to navigate to use esc to dismiss