Files

README.md

View this project on CADLAB.io.

KiCAD Project Templates

This is my personal project templates collection for KiCAD, it includes the definition and specifications for a variety of boards and projects.

Each project template is composed as the next diagram:

Project template directory/ ├── meta/ │ ├── A image of 64x64 pixels named icon.(jpg or png) │ ├── The info.html archive with a resume of the project │ └── Others complementary files and images ├── *.Kicad_pcb ├── *.kicad_pro └── *.kicad_sch

Also the main directory is composed of the next templates:

template/ ├── CH32v307EVTR1/ ├── EPM240Blue/ ├── EPM240Red/ ├── ESP32DevKit/ ├── PmodV1/ └── PmodV2/

How to use the project

  1. In a terminal go to the Kicad template directory, normaly in the next location ~/documents/kicad/*/
  2. Clone the project in a temporal directory.
  3. Copy the content in the template directory.
Report a bug