element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
PCB Design, Prototyping and Production
  • Products
  • More
PCB Design, Prototyping and Production
PCB Blogs Use a LibraryLoader Footprint in KiCad 7
  • Blog
  • Forum
  • Documents
  • Leaderboard
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join PCB Design, Prototyping and Production to participate - click to join for free!
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: Jan Cumps
  • Date Created: 20 Jan 2023 12:06 PM Date Created
  • Views 7764 views
  • Likes 16 likes
  • Comments 23 comments
  • kicad
  • footprint
  • pcb
  • libraryloader
  • SF2921-61506-1S
Related
Recommended

Use a LibraryLoader Footprint in KiCad 7

Jan Cumps
Jan Cumps
20 Jan 2023
Use a LibraryLoader Footprint in KiCad 7

LibraryLoader is a utility from Supplyframe/Samacsys, that allows you to find component footprints online and convert them to the EDA you use. I installed it today and used it to load an Amphenol /  SV Microwave SF2921-61506-1S  SMA coaxial connector.

image

image source: farnell shop

Install LibraryLoader

The utility can be downloaded from the bottom of this page. You have to register, set the directory where you want to store LibraryLoader footprints, and indicate the EDA you're using - in my case KiCad.

image

Search and install a footprint

Once started, this tool runs in the background. When you use its "Search for parts" option, then find and download a footprint, it will add that to the KiCad lib automagically. I looked up the manufacturer part number on the element14 shop and searched for it. I found two hits. The first one included footprint and 3D model.

image

I downloaded it and the LibraryLoader added the component to the footprint library.

Add the library to your KiCad project

Open your KiCad project,a nd select Preferences -> Manage Footprint Libraries

image

Select the Project Specific Libraries tab. Give a nickname (E.g.: LibraryLoader), and use the folder button to select the location where LibraryLoader is putting its footprints (you defined that path while setting up the loader utility). Press OK when done.

Add connectors to your schematics, and assign the footprints

Open your schematic, and add two Coax connectors:

image

I've made a minimal "attenuator" circuit, with a resistor between the two:

image

Then ran the Footprint Assign tool:

image

Save.

Place the PCB and check the layout

Next open the PCB, and load components from schematic. The two SMA connectors, resistor and netlist will be loaded. Do your layout.

image

The J1 and J2 footprints are those we downloaded with the LibraryLoader. Check the 3D layout:

image image

Blog Index

  • Overview: Amphenol / SV Microwave SF2921-61506-1S SMA coaxial connector series
  • Amphenol / SV Microwave SF2921-61506-1S SMA coaxial connector: behavior under vibration
  • Create a custom footprint in KiCad 7 - 1: collect info and component details
  • Create a custom footprint in KiCad 7 - 2a: create the footprint for an SMA coax connector with the editor - initial outline
  • Create a custom footprint in KiCad 7 - 2b: create the footprint for an SMA coax connector with the editor - copper pour, solder mask clearance, holes, pads
  • Use a LibraryLoader Footprint in KiCad 7
  • Sign in to reply

Top Comments

  • Jan Cumps
    Jan Cumps over 2 years ago in reply to scottiebabe +1
    I'm going to validate the footprint vs the component drawing, to see if it's OK. I'm hesitant to use a footprint from the vendor that's behind a copyright or NDA. I showed the 3D model for giggles - there…
  • Jan Cumps
    Jan Cumps over 2 years ago in reply to Jan Cumps +1
    alternative (and prettier :) ) model:
  • scottiebabe
    scottiebabe over 2 years ago in reply to scottiebabe +1
    I believe I caught a glimpse of mmWave magic:) https://www.svmicrowave.com/images/uploaded/Solderless_PCB_Compression_Mount_Connectors_Application_Note.pdf
  • Jan Cumps
    Jan Cumps over 2 years ago in reply to colporteur

    I didn't check.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • colporteur
    colporteur over 2 years ago

    Great find. I only found a MS Windows install. Your experience the same?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Jan Cumps
    Jan Cumps over 2 years ago in reply to jc2048

    or this?

    image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Jan Cumps
    Jan Cumps over 2 years ago in reply to jc2048

    Are you referring to this?

    image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Jan Cumps
    Jan Cumps over 2 years ago

    Preview of a custom footprint I'm making with the KiCad footprint editor:

    image

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube