TimGoll / kicad_libs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KiCAD Libraries - Symbols and Footprints

This library contains an assortment of symbols and footprints used in my KiCAD designs. The footprints do not contain any 3D models used in the 3D viewer.

Note on 3D models

To use the provided 3D models in this library, you need to create an environment variable on the 3d folder path.

  • Open Preferences -> Configure Paths...
  • Create the new variable:
    • Name: TIMGOLLLIB_FOOTPRINTS
    • Path: <PATH_TO_THE_3D_FOLDER>

Symbols

All symbols are located within the TimGollLin.kicad_sym file.

AD817

The AD817 is a low cost, low power, single/dual supply, high speed op amp which is ideally suited for a broad spectrum of signal conditioning and data acquisition applications.

Datasheet: https://www.analog.com/media/en/technical-documentation/data-sheets/AD817.pdf

Footprints

Tie Hook

A basic tie hook that can be used to connect an oscilloscope probe or as a hook for an cable tie. It is modeled after this hook.

tie hook rendering [3d model file]

LDD-700LS

An off the shelf 700mA LED driver package by Meanwell.

LDD 700LS rendering [external 3d model source] // [3d model file]

Generic LED XSSY 3.9x3.9

A generic footprint for XSSY SMD LEDs.

LED XSSY footprint rendering [3d model file]

OLED 128x64 ZIF connector

A footprint for an OLED display with ZIF connector like this one.

oled rendering [3d model file]

TC2030

Footprint for a TagConnect 2030 programming port on the PCB.

TC2030 rendering

USB Type-C 3.1

A Footprint for a typical USB 3.1 Type-C receptacle.

USB TypeC rendering [external 3d model source] // [3d model file]

Generic 0505S

A generic 0505S isolated DC/DC converter housing that is compatible with modules such as this one or this one.

tie hook rendering [3d model file]

FTSH-105-01-F-DV-K

A 1.27mm IDC receptacle with the minimal shrouding to make sure the connector can only be plugged in one way. Is a perfect receptacle for a programming interface.

FTSH-105-01-F-DV-K rendering [external 3d model source] // [3d model file]

X8821WRS-03-9TSN

A 3-pin JST compatible SMD connector. The pitch is a bit smaller (2.5mm instead of 2.54mm) but it works for 2 or 3 pins wide connectors.

X8821WRS-03-9TSN rendering [external 3d model source] // [3d model file]

Wcon 2321-210MG0CUNR1

A very low profile 1.27mm pitch pin socket. To achieve such low profile, this connector needs cutouts in the PCB below.

Wcon 2321-210MG0CUNR1 rendering [3d model file]

10 Pin 2.54mm Shrouded Pin Header

Used for programmers like the STLink v2 clones. It is a useful connector because it is based on standard connectors with the optional added polarity protection.

shrouded pin header rendering [3d model file]

BNC50 Right Angle Connector

A BNC connector like this one that can be mounted on a PCB.

BNC connector rendering [external 3d model source] // [3d model file]

SMA Female Straight Connector

A SMA connector like this one that can be mounted on a PCB.

SMA connector rendering [external 3d model source] // [3d model file]

TE MicroMaTch 8-338069-0

A keyed self-locking board-to-wire conenctor from TE.

te connector rendering [external 3d model source] // [3d model file]

Relay HF33F - Type C

Based on KiCad's Relay_SPDT_Omron-G5Q-1 footprint this updated version features a 3D model.

hf33f relay rendering [3d model file]

Molex microSD

Micro SD card reader with a spring holder.

sd card rendering [external 3d model source] // [3d model file]

Standard Colors

To make it consistent there are standard colors:

R G B
Leads 210 209 199
Mold Resin 38 37 37
Beige Plastic 228 227 207
Gold Flashing 219 188 126
TE Red 255 55 55

All colors are extracted from the original KiCAD 3D models.

About

License:MIT License


Languages

Language:Python 100.0%