bposternak / altium-library

Component's library for Altium Designer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Component library for Altium Designer

Design

1. Library structure

  • Сomponent library
    • ic-adc-dac-dds
    • ic-fpga
    • ic-gate-driver
    • ic-interface
    • ic-logic
    • ic-mcu
    • ic-memory
    • ic-op-comp
    • ic-power-supply
    • ic-sensor
    • ic-soc-cpu
    • board
    • capacitor
    • conenctor
    • diode
    • electromechanics
    • inductor
    • module
    • optoisolator
    • oscilator
    • resistor
    • transformer
    • transistor
  • Templates and rules
    • schematic-page - template for schematic page
    • board-pcb - template for PCB
    • rules-pcb - rules for routing PCB
  • Scripts
    • logo-creator - import pictures (bmp) to PCB in the layer

2. Use library

Download archive with library or clone repository to your local disk of computer:

git clone https://github.com/RedCommissary/altium-library

Go to folder library and see list files with component library:

List files

Libraries are composed of four files:

  • File with extension .LibPkg - project for library
  • File with extension .SchLib - files with components symbols
  • standard-case.PcbLib - contains footprint for standard case (LQFP48, D2pak, etc)
  • custom-case.PcbLib - contains footprint for custom case (connectors, transformer, etc)

For installation library open to file with extension ***. LibPkg *** in the Altium Designer and you see 3 files in the project tree:

Project tree

Click right mouse button on project name and select Compile Integrated Library:

Compilier project

After this project to compile, automatically to connect in the Altium Designer and you see in list library:

Library

About

Component's library for Altium Designer


Languages

Language:Pascal 100.0%