An open API service indexing awesome lists of open source software.

https://github.com/pseudoincorrect/altium_libraries

Set of Altium Designer libraries
https://github.com/pseudoincorrect/altium_libraries

altium library pcb

Last synced: 6 months ago
JSON representation

Set of Altium Designer libraries

Awesome Lists containing this project

README

          

Altium_Libraries

[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)

Set of 4 Altium-Designer libraries.



## Content
Altium-Designer libraries used in this github account's projects.


### chips.LibPkg
Contains ICs such as MCU, regulators, transistors, etc..


### connectors.LibPkg
Contains (surprise) connectors, FFC, USB, pin header, etc...


### rcl.LibPkg
Contains resistors, inductors, capacitors, mainly in 0603 and 0402 packages.


### miscellaneaous.LibPkg
Contains Antenna, vibration motors, batteries, and others which don't fit in any of the above categories.


## Layer definition
In these libraries, all components obey the same layer definitions and only use 7 layers:

```
1 - Top

2 - Bottom

n/a - Top and Bottom overlay

M15 - Top Assembly

M16 - Bottom Assembly (rarely used)

M13 - 3D Body

n/a - MultiLayer (mainly for holes)

```
This way, designs are clean and consistents while containing all the necessary data for the manufaturer without cluttering the screen and generated files. Plus, adding a new component does not require hours of work.

## Supplier
(All components are linked to a supplier)

90% Digikey

8% Mouser

2% Others

## Add a component to this library
Please follow this Guide.


It is extremely important to use the same layers (in PCB Lib) and same colors/fonts (in Schematic Lib).


The main reason is that, if we don't follow the exact same layers/parameter set for each and every components of our libraries, when your send your data to any manafacturer, it is going to be really painful and time consumming to generate and re-generate correct Gerbers files and BOMs. (Trust me, been there).