Go to file
2022-09-20 18:18:26 -06:00
.vscode add vscode settings 2022-09-20 18:17:16 -06:00
common.3dshapes misc local modifications 2022-04-08 21:49:19 -06:00
common.pretty add 7-segment display footprint 2022-09-20 18:18:26 -06:00
scripting misc local modifications 2022-04-08 21:49:19 -06:00
spice updates 2022-05-02 23:48:46 -06:00
.gitignore misc local modifications 2022-04-08 21:49:19 -06:00
.gitmodules misc local modifications 2022-04-08 21:49:19 -06:00
bh.kicad_sym Merge remote-tracking branch 'origin/dev' 2022-09-20 18:16:08 -06:00
cap.kicad_sym misc local modifications 2022-04-08 21:49:19 -06:00
capacitors.py misc local modifications 2022-04-08 21:49:19 -06:00
diode.kicad_sym updates 2022-05-02 23:48:46 -06:00
README.md misc local modifications 2022-04-08 21:49:19 -06:00
spice.kicad_sym misc local modifications 2022-04-08 21:49:19 -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