In this module, you will download KiCad, create a new project workspace, and identify the primary files generated during the PCB design process.Â
Begin by opening KiCad on your computer. Once the software opens, the KiCad Project Manager will start up.
Create a new project by navigating to the top menu and selecting File > New Project...
2. If a Project Template Selector window appears, select Default. Navigate to a designated location in your file directory where you intend to store your files. Title your project in the "File name" field (e.g., "Demo_Sipp") and verify that the Create a new folder for the project checkbox is selected. Click Save. Your new project will automatically load into the KiCad Project Manager.
Once your project is saved, locate the "Project Files" pane on the left side of the KiCad Project Manager. Expanding the folder matching your project name reveals the three core files that comprise your PCB design:
The Project File (.kicad_pro): This is the master management file. It stores your project-wide settings and links the schematic and board designs together.
The Schematic File (.kicad_sch): This file is where you will place component symbols and draw the logical electrical connections.
The PCB File (.kicad_pcb): This file is your physical board layout. It is where you will assign physical dimensions (footprints) to your components and route the copper traces.