Category: KiCAD

  • Install Freerouting on Ubuntu 14.04 – 16.04

    Introduction Freerouting was a web application created and maintained by Alfons Wirtz at his website, here.  It allowed us to import a design file from kicad and then auto-route the project based on some design preferences.  It was basically a free auto-router for kicad.  Hence the name! For “various reasons” the author has decided to […]

  • Installing daily build of KiCAD [Ubuntu]

    I noticed, recently, that KiCAD footprint libraries now carry the .pretty extension, and that these files cannot be read by the latest stable release of KiCAD.  In order to make use of these libraries it is necessary to install a recent build of KiCAD, which has undergone a significant overhaul of its footprint library support. […]

  • Resolving duplicate part name problems in KiCAD

    The Problem In KiCAD, a problem occurs when you try to create a new schematic symbol for a custom library and you happen to give it the same name as another part that exists in a different library. For example, let’s say you decide to create a part called “MAX3232”, and there happens to be […]