I started creating the first project: LED Torch The schematic was designed first using the Schematic Editor. Vocabulary: Symbol - the individual component (i.e., resistor, LED, battery, etc.) Footprint - the size of the component and the physical dimensions on the PCB Through Hole (THT) - passing through the PCB's hole I learned the following actions: Add symbols - A key Rotate symbols - Select the symbol and press R key Delete symbols - Select the symbol and press the Delete key Change symbols - Double-click the symbol and choose Change Symbol Undo action - Ctrl+Z Zoom to all objects - Ctrl+home Associate Footprint to a Symbol - Double-click the symbol and find Footprint > Library icon Associate Footprint to a Symbol in bulk - Click the "Bulk Edit Symbol Fields..." icon Study time: 1.5h
I chose KiCad. I learned: how to open KiCad how to create a new project how to save projects, and save them to any disk the three main applications inside the KiCad suite KiCad Project This is where any project is created, opened, and managed. The file extension is .kicad_pro KiCad Schematic Editor This is where circuit schematics are designed. The file extension is .kicad_sch KiCad PCB Editor This is where the physical PCB layout is designed. The file extension is .kicad_pcb Study time: 3h