KiCad 7.x Tutorial – Design Circuit
Contents
Create a HelloWorld Project
Run KiCad 7.x or 6.x App, Select File โถ๏ธ New Project โถ๏ธ Type "HelloWorld" and finish as shown below...

Double click on "HelloWorld.kicad_sch" will open the "Schematic Editor" as shown below...

Add Component Symbol
1. Select Place โถ๏ธ Add Symbol โถ๏ธ Type "timer" โถ๏ธ Select "NE555D" โถ๏ธ Click "OK". 2. Place the component into the drawing area.

1. Select Place โถ๏ธ Add Symbol โถ๏ธ Type "b" โถ๏ธ Select "C" โถ๏ธ Click "OK". 2. Repeat the placement once and place the component in the drawing area.

1. Select Place โถ๏ธ Add Symbol โถ๏ธ Type "r" โถ๏ธ Select "R" โถ๏ธ Click "OK". 2. Repeat the placement 4 times and place the component in the drawing area.

1. Select Place โถ๏ธ Add Symbol โถ๏ธ Input "led" โถ๏ธ Select "LED" โถ๏ธ Click "OK". 2. Repeat the placement 2 times and place the component in the drawing area.

1. Add "Power" and "Ground" symbols. 2. Select Place โถ๏ธ Add Power โถ๏ธ Input "9" โถ๏ธ Select "+9V" โถ๏ธ Click "OK". 3. Place components into the drawing area. 4. Select Place โถ๏ธ Add Power โถ๏ธ Enter "g" โถ๏ธ Select "GND" โถ๏ธ Click "OK". 5. Place components into the drawing area.

All components are placed as shown below...

Arrange Related Components
Select the component you want to move such as C1 (it will be highlighted) โถ๏ธ Press the keyboard "m (move) or d (drag)" โถ๏ธ Move the mouse to move or drag the component.

Arranging elements can roughly look like this...

Pull a Wire From a Component’s Pin
First select the "pin-point" of the component to be connected or select Place โถ๏ธ Add Wire At this moment the mouse will "change" as shown below...

Click to drag the mouse and pull out a wire, as shown below...

Complete the following connections in this way, as shown below...

Modify Component Value
Select a component R1 (it will be highlighted) โถ๏ธ Press keyboard "e (Properties...)" โถ๏ธ Type "1K" in the Value field.

You need to change component value can be done in this way as below...

Check KiCad Circuit
Delete unnecessary connection points โถ๏ธ "+" cursor moves to the node to be deleted โถ๏ธ Click the right mouse button โถ๏ธ Select "Delete"

Finally complete the following circuit design

Run ERC and Correct Problems
1. Select Inspect โถ๏ธ Click "Electrical Rules Checker" โถ๏ธ Click "Run ERC". 2. There will be two errors โถ๏ธ Click "Close", as shown below...

1. Add "PWR_FLAG" symbol. 2. Select Place โถ๏ธ Add Power โถ๏ธ Enter "pwr" โถ๏ธ Select "PWR_FLAG" โถ๏ธ Click "OK". 3. Repeat 2 times and place PWR_FLAG in the drawing area, as shown below...

1. Add a set of "+9V" and "GND" symbols to the drawing area again, and you can press "r" to rotate the symbols. 2. And complete the following connections as shown below...

1. Select "Electrical Rules Checker" again โถ๏ธ Click "Run ERC". 2. Will get Errors = 0 and Warnings = 0.

Complete the circuit design.

Note : Modify or Re-Annotate Part Number
โ After KiCad V7.x, component numbers such as R1, R2, R3, R4, C1, ... will be automatically generated when new symbols are added. For KiCad V6.x, the component number is "R?", so it is necessary to execute "Annotate Schematic" to generate the component number. โ Select Tools โถ๏ธ Click "Annotate Schematic" โถ๏ธ Click "Annotate".










