How to select the right packages easily?

Hello,

is there a way to select the right packages easily ?

I want to avoid mistakes selecting the wrong footprints

I thought I read something about a plugin for LCSC or JLCPCB, but I cannot find it anymore

thanks for your help

Maybe you are referring to KiCost:

or this for LCSC components:

I’ve used neither myself. I use KiCad’s libraries but do not trust them and verify items manually as part of the verification process just before finalizing and ordering PCB’s.

I was fiddling with this https://gist.github.com/arturo182/a8c4a4b96907cfccf616a1edb59d0389#file-bom2grouped_csv_jlcpcb-xsl

referenced from jlcpcb but I dont understand how to use it

the say click on Export Bom, but there is no such menu in EESchema

ok I found it, it’s the csv icon and the script seems to be there already, like many others

checking Kicost, I am not sure it will grab LCSC references from my csv , I’ll check this out

What I remember of KiCost (have not used it myself) is that it gets price information for items in a KiCad projects BOM and makes an overview of it, and one or 2 years ago most development stopped because of difficulties with getting (and maintaining) accurate price information. Apparently companies who sell parts do not like tools like this very much and they use tools that (constantly) modify their websites in subtle ways which are not visible to humans, but block automated scripts.

1 Like

yeah it seems the easier it is to find good prices, the less they like it

parts list web pages are horrendous to use, probably for the same reasons

My solution for this is to use only my symbols with right footprint assigned to each of them. I am using that strategy since more then 25 years and I have selected wrong footprint 0 times :slight_smile:

Hello Curtis,
Check the following steps:

  1. Open the datasheet and look for the footprint.
  2. For example, if it is SOIC8, then type SOIC8 in the KiCad library manager.
  3. Select the footprint and import it into your layout.
  4. Verify the footprint dimensions with the datasheet.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.