henrikf 19 hours ago

Thanks for the submission. Author here if you have any questions.

  • Sanzig 18 hours ago

    Not a technical question, just want to say I really appreciate your projects! I work with a group of radar engineers and they were absolutely floored by your €800 C-band polarimetric SAR drone.

    Any tips for working on hobby RF/microwave projects and staying motivated while doing them? I am an EE and have a long list of projects I want to do at home, but I can never seem to find the time to do them.

    • henrikf 18 hours ago

      I have also had issues with motivation. I had a long pause from about 2019 to 2024 where I didn't work on personal electronics projects because I didn't have enough motivation. This and last year however I have been very productive and it's hard to say what exactly changed, just felt like working on them.

  • certku3 14 hours ago

    I'm surprised you're not using SMA edge connectors designed for 15G. The ones you're using, with the long center pin, aren't really 50 ohm above 6G. Higher freq SMAs have really tiny center pin for SMT soldering with low capacitance.

    • lmpdev 4 hours ago

      Makes sense

      I work in retail but most 5G devices have these awful TS9 or similar connectors which we have to adapt to something usable like SMA

      I literally have customers returning products as faulty because “the connector just will not sit correctly!” - even though it’s performing as intended

  • onenukecourse 16 hours ago

    I just want to say thank you for your work. I bought one for the lab last year and I love it. Maybe even saved my job.

  • gcormier 19 hours ago

    Do you have a link to the files on github? I assume https://github.com/Ttl/vna2 is the older version?

    • henrikf 18 hours ago

      It's not on Github, but I do have schematic at the end of the blog post. vna2 is the previous version.

kayson 16 hours ago

Have you considered making something more expensive with better performance? Commercially? You mention Keysight VNA's in the $10,000+ range, but we regularly buy VNA's in the $100,000+ range. I imagine with a $1000 budget you could do quite a lot.

halayli 15 hours ago

If you're interested in RF circuits, I highly recommend taking a look at X-MWblocks prototyping framework by https://quanticxmw.com/

krapht 14 hours ago

It's so rare to see work at this level posted online. RF experimentation isn't as popular as it used to be. I enjoyed this article!

ost-ing 17 hours ago

Been following your blog for a while, such amazing depth and write ups!

kayson 17 hours ago

Very impressive. Interesting how expensive the components get. I'm guessing it's more of a "anyone who really needs this can afford it" kind of thing.

tiffanyh 16 hours ago

TIL: Vector Network Analyzers (VNAs) tests component specifications and verify design simulations, ensuring system compatibility.

Zeetah 16 hours ago

@henrikf - can you share where you got the CNC done? Thanks.

  • henrikf 12 hours ago

    It was from JLCCNC.

polishdude20 17 hours ago

Any writeup of how the software was written?

  • henrikf 17 hours ago

    There's not much software. PC calculates PLL register values for correct LO and source output frequencies, and transfers them to the FPGA which writes them to the hardware. FPGA accumulates the downconverted samples from the receiver ADCs. Samples are transferred to PC which calculates ratios of the receiver outputs to get uncorrected S-parameters. scikit-rf Python library is used for calibration and plotting.

    • Neywiny 13 hours ago

      Any possibility of seeing the code (on github)? Seems interesting.

greatgib 19 hours ago

Really really impressive work!