Git Product home page Git Product logo

gaph-kicad-library's Introduction

Kicad Library

This is a library with custom parts (symbols, footprints and 3D models) used in our projects. These parts here are usually out of the Kicad Library or they are customizations.

It follows the KLC as much as possible.

This project is currently using Kicad 5.1.6

Managing this Library

There is a sample project called board that can be used as start for a new project and it can also be used to manage the this library. Just clone this repo, and launch the sample project with:

cd board
kicad board.pro

Available Parts

There are be 2 libraries. One for the GAPH made ICs and the second one, to add custom components that are not found on the original Kicad's Library. The custom parts are there to add missing 3D models, or to provide a custom, or easy to use footprint and symbol.

  1. GAPH Chips
  2. GAPH Custom Parts

Creating a new project

I recommend to add this library as a submodule to your project, as it follows:

mkdir my-new-board
cd my-new-board
git init
git submodule add [email protected]:gaph-pucrs/gaph-kicad-library.git library
cp library/board/board.pro .
cp library/fp-lib-table .
cp library/sym-lib-table .

This is the same structure used in board sample project. The sample project can be used as a template for a new project too.

GAPH ICs

  • Beryl-MBLite: PGA-209, very complex interface, was never tested
  • SSoC: DIP-24, tested and works
  • CSoC: DIP-40, tested and works
  • ASSoC: PLCC-68, work in progress

gaph-kicad-library's People

Contributors

leoheck avatar marlls1989 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.