Jump to content

KiCad: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Avph (talk | contribs)
m link to EAGLE (program) instead of Eagle (animal)
Rescuing 1 sources and tagging 0 as dead. #IABot (v1.3beta8)
Line 35: Line 35:


== History ==
== History ==
KiCad was created in 1992 by Jean-Pierre Charras while working at [[University Institutes of Technology|IUT de Grenoble]].<ref>{{Cite web|title = Kicad|url = http://iut-tice.ujf-grenoble.fr/kicad/|website = iut-tice.ujf-grenoble.fr|accessdate = 2015-12-29}}</ref> Since then KiCad has gained a number of both volunteer and paid contributors. Notably in 2013 the [[CERN]] BE-CO-HT section started contributing resources towards KiCad to help foster open hardware development by helping improve KiCad to be on par with commercial EDA tools.
KiCad was created in 1992 by Jean-Pierre Charras while working at [[University Institutes of Technology|IUT de Grenoble]].<ref>{{Cite web|title=Kicad |url=http://iut-tice.ujf-grenoble.fr/kicad/ |website=iut-tice.ujf-grenoble.fr |accessdate=2015-12-29 |deadurl=yes |archiveurl=https://web.archive.org/web/20151221161802/http://iut-tice.ujf-grenoble.fr/kicad/ |archivedate=2015-12-21 |df= }}</ref> Since then KiCad has gained a number of both volunteer and paid contributors. Notably in 2013 the [[CERN]] BE-CO-HT section started contributing resources towards KiCad to help foster open hardware development by helping improve KiCad to be on par with commercial EDA tools.


KiCad adopted a [[point release]] versioning scheme in December 2015 starting with KiCad 4.0.0. This was the first release featuring the more advanced tools implemented by CERN developers. CERN hopes to contribute further to the development of KiCad by hiring a developer through donations. Contributions may be made through the links on KiCad's website.
KiCad adopted a [[point release]] versioning scheme in December 2015 starting with KiCad 4.0.0. This was the first release featuring the more advanced tools implemented by CERN developers. CERN hopes to contribute further to the development of KiCad by hiring a developer through donations. Contributions may be made through the links on KiCad's website.

Revision as of 13:23, 5 May 2017

Original author(s)Jean-Pierre Charras
Developer(s)KiCad developers[1]
Initial release1992; 32 years ago (1992)[2]
Stable release
4.0.6[3] / March 7, 2017; 7 years ago (2017-03-07)
Repository
Written inC++[4]
Operating systemFreeBSD, Linux, Microsoft Windows, Mac OS X
Available inMultilingual (8)
TypeEDA
LicenseGNU GPL v3+[5]
Websitewww.kicad-pcb.org
KiCad Eeschema for Schematic capture.
KiCad Pcbnew for layout design.
KiCad 3D Viewer showing both VRML and IDF features on a demo board.
KiCad 3D Viewer

KiCad is a free software suite for electronic design automation (EDA). It facilitates the design of schematics for electronic circuits and their conversion to PCB designs. KiCad was originally developed by Jean-Pierre Charras, and features an integrated environment for schematic capture and PCB layout design. Tools exist within the package to create a bill of materials, artwork, Gerber files, and 3D views of the PCB and its components. KiCad's popularity is fueled by its GerbView component, used as Gerber viewer by users of other EDA software that does not support this feature such as CircuitMaker. Olimex has announced to have switched from EAGLE to KiCad as their primary EDA tool.

History

KiCad was created in 1992 by Jean-Pierre Charras while working at IUT de Grenoble.[6] Since then KiCad has gained a number of both volunteer and paid contributors. Notably in 2013 the CERN BE-CO-HT section started contributing resources towards KiCad to help foster open hardware development by helping improve KiCad to be on par with commercial EDA tools.

KiCad adopted a point release versioning scheme in December 2015 starting with KiCad 4.0.0. This was the first release featuring the more advanced tools implemented by CERN developers. CERN hopes to contribute further to the development of KiCad by hiring a developer through donations. Contributions may be made through the links on KiCad's website.

Parts

The KiCad suite has five main parts:

  • KiCad - the project manager.
  • Eeschema - the schematic capture editor.
  • Pcbnew - the PCB layout program. It also has a 3D view.
  • GerbView - the Gerber viewer.
  • Bitmap2Component - tool to convert images to footprints for PCB artwork.

Features

KiCad uses an integrated environment for all of the stages of the design process: Schematic capture, PCB layout, Gerber file generation/visualization, and library editing.

KiCad is a cross-platform program, written in C++ with wxWidgets to run on FreeBSD, Linux, Microsoft Windows and Mac OS X. Many component libraries are available, and users can add custom components. The custom components can be available on a per-project basis, or installed for use in any project. There are also tools to help with importing components from other EDA applications, for instance EAGLE. Configuration files are in well documented plain text, which helps with interfacing version control systems, as well as with automated component generation scripts.

Multiple languages are supported, such as English, Catalan, Czech, German, Greek, Spanish, Finnish, French, Hungarian, Italian, Japanese, Korean, Dutch, Polish, Portuguese, Russian, Slovene, Swedish, and Chinese.

Eeschema

Eeschema has features including hierarchical schematic sheets, custom symbol creation, and an ERC (electrical rules check). Schematic symbols in Eeschema are very loosely coupled to footprints in Pcbnew to encourage reuse of footprints and symbols (e.g. a single 0805 footprint can be used for capacitors, resistors, inductors, etc.).

Pcbnew

Internally Pcbnew supports up to 32 copper layers and 32 technical layers. Dimensions are stored with nanometer precision in signed 32 bit integers making the theoretical maximum PCB dimension 2^31 nm or approximately 2.14 meters.

Currently Pcbnew is being heavily refactored including getting a new rendering engine (called the graphics abstraction layer or GAL) with OpenGL and Cairo back ends. Pcbnew is also getting a new tool framework to more easily allow developers to add tools without having to deal with supporting multiple renderers. Due to this some tools are only available on the legacy XOR based renderer and some are only available with the GAL renderers.

KiCad has a built-in autorouter for basic, single connections. Alternatively, the open source (but discontinued) Java-based FreeRouting can be used to externally autoroute boards.

A DRC (design rules check) is available to check for common logical errors.

The 3D PCB viewing function is based on VRML models and the board model can be exported for CAD integration.

Some recent additions follow.

An interactive router which features the ability to walk around existing traces in the way, or shove existing traces into a different position while maintaining their connectivity.

High speed PCB routing tools such as track length matching and differential pair support.

Python scripting support.

See also

References

  1. ^ https://launchpad.net/~kicad-developers
  2. ^ JP Charras said me that the first drafts were made in 1992 for a DOS version, but not diffused :-) , (kicad-users) Re: About KiCad first release By Remy, 08 Jul 2007
  3. ^ "KiCad 4.0.6 Stable Release". Retrieved 2017-03-07.
  4. ^ "KiCad in Launchpad". Retrieved 2011-01-20.
  5. ^ "KiCad Program License". Retrieved 2016-07-12.
  6. ^ "Kicad". iut-tice.ujf-grenoble.fr. Archived from the original on 2015-12-21. Retrieved 2015-12-29. {{cite web}}: Unknown parameter |deadurl= ignored (|url-status= suggested) (help)