Files
-
CH32V307EVTR1 / CH32V307EVTR1.kicad_pcb
-
CH32V307EVTR1 / CH32V307EVTR1.kicad_sch
-
EPM240Blue / EPM240Blue.kicad_pcb
-
EPM240Blue / EPM240Blue.kicad_sch
-
EPM240Red / EPM240Red.kicad_pcb
-
EPM240Red / EPM240Red.kicad_sch
-
PmodV1 / PmodV1.kicad_pcb
-
PmodV1 / PmodV1.kicad_sch
-
PmodV2 / PmodV2.kicad_pcb
-
PmodV2 / PmodV2.kicad_sch
Last update 1 day 4 hours
by Manuel Alejandro Baez Ponce
Files | |
---|---|
CH32V307EVTR1 | |
EPM240Blue | |
EPM240Red | |
PmodV1 | |
PmodV2 | |
.gitignore | |
README.md |
README.mdView 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
- In a terminal go to the Kicad template directory, normaly in the next location ~/documents/kicad/*/
- Clone the project in a temporal directory.
- Copy the content in the template directory.