Go to file
2021-08-22 14:17:52 -06:00
common.3dshapes more stuff 2021-08-22 14:17:52 -06:00
common.pretty more stuff 2021-08-22 14:17:52 -06:00
scripting clean up output generation plugin 2021-07-01 23:47:02 -06:00
.gitignore add .gitignore 2021-06-20 03:01:52 -06:00
.gitmodules add label generation plugin 2021-07-01 23:45:40 -06:00
bh.kicad_sym more stuff 2021-08-22 14:17:52 -06:00
README.md add basic usage of KICAD_BHLIB_DIR 2021-06-20 03:07:14 -06:00
spice.kicad_sym fix more models, add a few parts 2021-06-26 02:44:00 -06:00

Configuration

  • In KiCad, set path KICAD_BHLIB_DIR to point to the root of this repository (where this README is located)

Guidelines

Symbols

Footprints

For all footprint names, append _[part] if the footprint is non-standard and to be used with a specific part.

QFN

QFN[pitch]P[width]X[length]X[height]-[pins][pad]

  • pitch: nominal pitch, mm/100
  • width: nominal body width, mm/100
  • length: nominal body length, mm/100
  • height: maximum body height, mm/100
  • pins: count
  • belly pad: P = pad, N = no pad

QFN50P120X140X110-10P

DFN

DFN[pitch]P[width]X[length]X[height]-[pins][pad]

  • pitch: nominal pitch, mm/100
  • width: nominal body width, mm/100
  • length: nominal body length, mm/100
  • height: maximum body height, mm/100
  • pins: count
  • belly pad: P = pad, N = no pad

SOP

SOP[pitch]P[width]X[height]-[pins][pad]

  • pitch: nominal pitch, mm/100
  • width: nominal span of leads, mm/100
  • height: maximum body height, mm/100
  • pins: count
  • belly pad: P = pad, N = no pad

QFP

BGA