RF Designing Tips

I think a FAQ on ‘RF designing tips’ could be a start…

  1. StepUp Stepup: the Sketcher for Footprint generation
    is working well with outlined shapes
    (i.e. Ti dxf files for RF antennas
    https://www.ti.com/tool/CC-ANTENNA-DK2
    e2e.ti.com/support/wireless-connectivity RF discussion
    CC_2D00_Antenna_2D00_DK2.dxf source file

  2. RF tools are a featured Action Plugins/Scripts for RF Curved traces or RF Taper
    RF tools for KiCAD

  3. Qucs-RFlayout is a great tool to convert Qucs model directly to KiCAD
    Qucs-RFlayout

  4. pyopenems is another direct approach
    pyopenems

  5. badgeek/svg2shenzhen is an other tool used for converting shapes to KiCAD
    badgeek/svg2shenzhen

Copied from post:

StepUp is working well with outlined shapes like the following antenna:

I would suggest to have a look at these two links:
1)

GitHub

dlharmon/pyopenems

A Python wrapper to the OpenEMS FDTD solver with Kicad footprint generation - dlharmon/pyopenems

“Microwave Design with KiCad” - Darrell Harmon (KiCon 2019)

GitHub

thomaslepoix/Qucs-RFlayout

A tool to produce layout from qucs RF schematic (microstrip only for now) - thomaslepoix/Qucs-RFlayout

5 Likes