Skip to content

Extract location of pads from a kicad layout. Useful for setting testpint locations.

License

Notifications You must be signed in to change notification settings

snhobbs/kicad-testpoints

Repository files navigation

kicad-testpoints

Project Scope

  • Simplify the process of building a test & programming jig for a KiCAD design.
  • Export centroid like data for individual pads

Basic Goals

  • Call out a list of pads and vias for use as test points

  • Output in a format that is consistent with kicad-parts-placer.

  • Describe the via or pad to add a test point to

  • Offsets can be added to put the pin off center of the pad

  • Format:

    • ref des
    • pad
    • class
    • net
    • net class (signal, ground, power, ...)
    • ... additional data for other tools
  • Config script

    • Defines the classes of contacts.
    • Probe type
    • Offset
    • Vertical position relative to ground pins
  • Vias need to be a separate flow

    • net
    • class
    • x, y roughly (auto chooses the closest point)

Test Points in other EDA Programs

For more on generating test point reports see this post.

Releases

No releases published

Packages

No packages published