Author Topic: Open source vector network analyzer  (Read 6718 times)

0 Members and 1 Guest are viewing this topic.

Offline profdc9Topic starter

  • Frequent Contributor
  • **
  • Posts: 319
  • Country: us
Open source vector network analyzer
« on: February 07, 2019, 03:45:43 am »
Hello,

I made a two port open source vector network analyzer that works between about 200 kHz to 500 MHz with about 50-60 dB of dynamic range.  I am still fiddling with the upper range of it because the SI5351A is a bit finicky.  It is available at

http://github.com/profdc9/VNA

The software and hardware is open source.  You can build it yourself from the schematics and gerbers.  It uses an optional ILI9341 touchscreen for input or output, or connects via USB and takes USB serial port ASCII commands.

Also, I made a theremin too

http://github.com/profdc9/MCTheremin

Best,

Dan
 
The following users thanked this post: Mechatrommer, croma641, dzseki, luma, HalFET

Offline Doctorandus_P

  • Super Contributor
  • ***
  • Posts: 3341
  • Country: nl
Re: Open source vector network analyzer
« Reply #1 on: February 07, 2019, 05:34:35 am »
I glanced briefly over it and it looks quite impressive.

I wonder if it would be fitting (and if you'd be interested in) admitting a pull request for this to be added to:
http://www.kicad-pcb.org/made-with-kicad/

A howto for the pull requests are on the top of that page.

 

Offline kentfielddude

  • Contributor
  • Posts: 15
  • Country: us
Re: Open source vector network analyzer
« Reply #2 on: February 13, 2019, 08:03:56 am »
Thanks for sharing! I just ordered the pcb for it. I ordered five of the smt version of the pcb. If anyone in the US wants one I can send you one but you have to pay for shipping.
« Last Edit: February 13, 2019, 08:08:31 am by kentfielddude »
 

Offline OwO

  • Super Contributor
  • ***
  • Posts: 1250
  • Country: cn
  • RF Engineer.
Re: Open source vector network analyzer
« Reply #3 on: February 13, 2019, 08:30:29 am »
How are you getting up to 500MHz with the SI5351? The datasheet says it's rated to 160MHz...
Email: OwOwOwOwO123@outlook.com
 

Offline profdc9Topic starter

  • Frequent Contributor
  • **
  • Posts: 319
  • Country: us
Re: Open source vector network analyzer
« Reply #4 on: February 17, 2019, 11:19:53 am »
I sent a pull request to the kicad website git repository.

The VNA is able to get up to 500 MHz by using the third harmonic of the SI5351 signal.  The intermediate frequency of the third harmonic occurs at 3 times the intermediate frequency of the first harmonic, and so the microcontroller filters on the 3rd harmonic instead.

I'm having some trouble reliably switching the SI5351 in and out of extended range (> 150 MHz) mode so right now the firmware is limited to 450 MHz maximum frequency but this is sufficient for the 70 cm band.  There's something weird in the SI5351 control code I have yet to track down.

Dan
 

Offline radiolistener

  • Super Contributor
  • ***
  • Posts: 3342
  • Country: ua
Re: Open source vector network analyzer
« Reply #5 on: February 21, 2019, 04:34:31 pm »
How are you getting up to 500MHz with the SI5351?

si5351 produces very good square wave with 1 ns rise time, it means that it has up to 1 GHz harmonics with good level.
Since this is vector analyser, you can use high-order harmonics from si5351 in order to measure frequencies higher than 200 MHz.  :)

This technique works good in EU1KY_AA_V3 antenna vector analyzer:
https://bitbucket.org/kuchura/eu1ky_aa_v3/wiki/Home

I assembled this EU1KY_AA_V3 antenna analyzer, works good from 5 kHz to 450 MHz.  :)
This is very popular and must have equipment.

There are also a lot of clones of EU1KY_AA_V3 on aliexpress: https://www.aliexpress.com/item/new-arrival-Mini600-5V-1-5A-HF-VHF-UHF-Antenna-Analyzer-0-1-600MHz-SWR-Meter/32915438007.html

The datasheet says it's rated to 160MHz...

Old si5351 were rated for 160 MHz max. But Silicon Labs updated datasheet and all new si5351 according to the datasheet supports 200 MHz. You can check the latest datasheet. It happens long time ago, so the risk to get very old si5351 with 160 MHz limit is very low.

Here is the latest datasheet: https://www.silabs.com/documents/public/data-sheets/Si5351-B.pdf
Quote
Generates up to 8 non-integer-related frequencies from 2.5 kHz to 200 MHz

« Last Edit: February 21, 2019, 04:45:49 pm by radiolistener »
 

Offline eddiesomesan

  • Newbie
  • Posts: 6
  • Country: ro
Re: Open source vector network analyzer
« Reply #6 on: March 06, 2019, 09:13:52 pm »
This is a really nice and useful VNA - a must have. It has it`s disadvantages but it works quite good. It can go so high because it`s using harmonics, but with higher losses and lower precision.
We have around 3 complete and functional pieces here, and 3 more to go as a kit. PCB`s purchased separately, components also. 
Still, the 3 pieces that are complete and functional, although they were calibrated the same, have slightly different reading results. They are not so far apart so we can use them without any problems.
I hope I can post some pictures after I start building the next one.
73 de YO5VAE - Edy
PS. There are also 3`rd party modded firmware versions which work good, and can be installed really easy. Worth a try.
 

Offline profdc9Topic starter

  • Frequent Contributor
  • **
  • Posts: 319
  • Country: us
Re: Open source vector network analyzer
« Reply #7 on: March 07, 2019, 03:31:03 pm »
I'm sorry, are you talking about the EU1KY analyzer or the VNA I designed?  I am just curious, if you built the VNA I made I would be open to suggestions.  I am guessing the EU1KY because as far as I know the design I have does not have any third party mods (yet).

One of my main motivations for making a separate VNA than the EU1KY is to make it out of simpler cheaper parts so it might be cloned and sold widely.  Using the cheapest parts you can get away with helps make that possibility more likely.

Dan

This is a really nice and useful VNA - a must have. It has it`s disadvantages but it works quite good. It can go so high because it`s using harmonics, but with higher losses and lower precision.
We have around 3 complete and functional pieces here, and 3 more to go as a kit. PCB`s purchased separately, components also. 
Still, the 3 pieces that are complete and functional, although they were calibrated the same, have slightly different reading results. They are not so far apart so we can use them without any problems.
I hope I can post some pictures after I start building the next one.
73 de YO5VAE - Edy
PS. There are also 3`rd party modded firmware versions which work good, and can be installed really easy. Worth a try.
 
The following users thanked this post: croma641

Offline eddiesomesan

  • Newbie
  • Posts: 6
  • Country: ro
Re: Open source vector network analyzer
« Reply #8 on: March 09, 2019, 08:19:06 am »
Hello Dan.
Yes, i was talking about EU1KY on which this it`s based.
After I finish the one I`m working on from EU1KY, I`ll give this one a try because it looks really nice and promising, using easy to find parts and easy to assemble. Maybe i`ll be able to do some comparison of the results.
As for feedback, the only thing I can see until now are the RF connectors on the THT board. I would use N or SMA connectors, as the BNC`s are not so popular among hamradio operators. Also, for BNC, there are 75 ohm versions that can`t be identified as 50 or 75, in case someone`s using salvaged components.
Thanks you your efforts and for sharing your work. You put a lot of effort in this. I`ll try to keep you updated.
Edy
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf