kicad/README.md

42 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2021-06-20 03:07:14 -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
2021-06-20 02:54:28 -06:00
For all footprint names, append `_[part]` if the footprint is non-standard and to be used with a specific part.
2021-06-20 03:07:14 -06:00
### QFN
2021-06-20 02:54:28 -06:00
`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
2021-06-20 03:07:14 -06:00
### DFN
2021-06-20 02:54:28 -06:00
`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
2021-06-20 03:07:14 -06:00
### SOP
2021-06-20 02:54:28 -06:00
`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
2021-06-20 03:07:14 -06:00
### QFP
2021-06-20 02:54:28 -06:00
2021-06-20 03:07:14 -06:00
### BGA