Schematic Capture

Introduction

Resources

Steps

  1. Open KiCad

  2. Create a new project (File–>New Project)

    Create a New Project
    Create a New Project

  3. Give the project a unique name with date or version number

    Assign a Name to the Project
    Assign a Name to the Project

  4. Select the schematic and double click it to open

    Open the Schematic
    Open the Schematic

  5. Add a Part

    Add a Part
    Add a Part

  6. If this is the first time running the symbol editor, you will be asked to configure the global symbol library table. Select the default option.

    Configure the Library Table
    Configure the Library Table

  7. Select the library and part you created in the “Symbol Creation” tutorial.

  8. You can move the symbol around the screen. Left click to place it

  9. Open the datasheet for reference. What is the acceptable range of input voltage?

  10. Add a power port for 12V. Select “Add power port” from the right side tools (the add power port button is the ground symbol icon) or type “p”.

    1. Search or browse for “12V”. Select it, select okay.

      Select 12V
      Select 12V

    2. Drag the symbol around

  11. Repeat the last step, this time adding “GND”

    Select Ground
    Select Ground

  12. Look at the “basic” example in the datasheet (Figure 6). You will need to add resistor(s).

  13. Open the add part menu by pressing the “a” key or by selecting the “Add part” icon from the toolbar on the right(the op-amp symbol). Add a part and search for “R_US” or “resistor”. Select the “R_US” part that comes up.

    _KiCad’s default resistor follows a different standard than the US standard resistor. Whenever possible select the “US” version of parts, including “C_US”, “C_Polarized_US”, “R_Potentiometer_US”, etc.

    Search for “Resistor US”
    Search for “Resistor US”

  14. Select the R_US text in the part that you place. Replace the text with the value of the resistor in Ohms. You can use “10k” or “10kOhm” to denote kilo-Ohms, just be consistent. (Note, this value is just a dummy value, you will need to select your own resistance)

    Select R_US
    Select R_US

    Assign a Value
    Assign a Value

    The value is displayed
    The value is displayed

  15. Repeat the last two steps, this time adding “Resistor_Variable_US”. Select the “R_Variable_US” part that comes up and replace the text with the value of the resistor in Ohms. You can use “10k” or “10kOhm” to denote kilo-Ohms, just be consistent. (Note, this value is just a dummy value, you will need to select your own resistance)

    Select Resistor_Variable_US
    Select Resistor_Variable_US

    Update the Value
    Update the Value

    The updated value is displayed
    The updated value is displayed

  16. Arrange your parts on the page using the move command.

    1. Placing your cursor over a part, you can simply type “M” on your keyboard, or right click and select “Move”
    2. Move your cursor to where you’d like to place the part and left click to accept.
    3. Repeat as needed.
  17. Wire your parts together

    1. placing your cursor over one of the circular “ports” by each symbol, type “W”

      or you can also select the wire tool from the right side of the page

      or you can left click any unwired port to activate the wire tool.

  18. Number your parts

    Reference designators are the text fields by each symbol that uniquely identify the individual part on the schematic (Initially they may say R?, U?, etc). Each part must have a unique reference designator. If you are aiming to maintain consistency with an existing schematic, attempting to use the same reference designators as a reference circuit diagram, etc, it may make sense for you to manually number your parts.

    1. To manually number your parts, simply click the desired reference designator and assign it a unique ID, typically a capital letter followed by a number

      • resistors typically look like “R1”, “R2”, etc.
      • capacitors typically look like “C1”, “C2”, etc.
      • other devicds often look like “U1”, “U2”, etc.
      • …for more information search for reference designator conventions in the KiCad documentation or on Google.
    2. To automatically number your parts, go to Tools –> annotate schematic in the menu

      Annotation Tool
      Annotation Tool

      1. when the window opens, it will give you a number of options.

        • You can choose whether to number top-to-bottom first or left-to-right first.
        • You can also choose whether to keep existing annotations (reference designators) and only assign unassigned parts, or to renumber everything.
        • You can also choose to annotate a selection, a current sheet, or the entire project
        • …there are other options that you can read more about in KiCad’s documentation.

      2. Accept the options you have selected, and you should see that the chosen parts now have a unique reference designator assigned to them.

  19. Save your schematic.