Difference between revisions of "KiCad/C2/Designing-circuit-schematic-in-KiCad/English"
(Created page with ''''Title of script''': Designing circuit '''schematic''' in KiCad '''Author: '''Abhishek and Rupak '''Keywords: video tutorial, schematic, Electronics''' {| style="border-sp…') |
Pravin1389 (Talk | contribs) m (moved KiCad/C2/Designing-circuit-schematic-in-KiCad-/English to KiCad/C2/Designing-circuit-schematic-in-KiCad/English) |
(No difference)
|
Latest revision as of 10:41, 3 December 2012
Title of script: Designing circuit schematic in KiCad
Author: Abhishek and Rupak
Keywords: video tutorial, schematic, Electronics
|
|
---|---|
Show slide | Dear Friends,
Welcome to the spoken tutorial on “Designing circuit schematic in Kicad” |
Show slide | Let us now see the steps involved in PCB designing |
Show slide | First step is to create schematic for the desired circuit. |
Show slide | Second step is to generate netlist. |
Show slide | Third step is to map components with corresponding footprints. |
Show slide | And fourth step is to create board layout for the circuit. |
Show slide | In this tutorial we will learn first step, that is,
Creating a schematic for the desired circuit. |
Show slide | We are using Ubuntu 12.04 as the operating system.
With KiCad version 2011 hyphen 05 hyphen 25 for this tutorial. |
Show slide | Basic knowledge of electronic circuits is a pre-requisite for this tutorial. |
Show slide | We will use Astable multivibrator as an example circuit for this tutorial. |
(Go to 'Dash home' write Kicad and press Enter) | To start KiCad,
Go to top left corner of ubuntu desktop screen. Click on first icon (i.e) Dash home. In the search bar type 'KiCad', and press Enter.
|
Hover mouse over KiCad's top pannel | Note that in Ubuntu 12.04, the menu bar for KiCad appears on the top panel of Ubuntu desktop.
|
click on File and then click on New | To start a new project, click on File and then click on New.
|
Type project1 | Give a name to your project. For example, project1.
|
hover mouse over extenison .pro | Note that project is getting saved with .pro extension
|
Click on Save. | Click on Save. |
Hover your mouse to the first tab | Circuit schematics are made in KiCad using EESchema.
The first tab in the top panel of KiCad main window is called as EESchema or schematic editor |
Click EESchema | Clicking on EESchema tab opens the schematic editor. |
Click on OK
|
An Info dialog box will appear saying it cannot find the schematic.
Click on Ok.
|
click on Place a component button | Go to right panel of EESchema window.
|
Now click on the blank EESchema window. | Now click on the blank EESchema window. |
The component selection window will open up. | |
Now we will place 555 timer IC schematic in the EESchema window. | |
Type 555 and click on OK | In the Name field of component selection window, type 555 and click on Ok. |
Click on LM555 and then click on OK | It will show the search result as LM555N.
It would be tied to your coursor. |
click in centre of the drawing area | Place the component at the center of the screen by a single click. |
Keep coursor on component and scroll | To zoom in and out for better view use the scroll button of your mouse.
|
Hover over show/do not show hidden pins | You may or may not see the VCC and GND i.e. the ground terminal on the 555 IC.
Click on the Show hidden pins button. |
click on EESchema | Now we will place a resistor in the EESchema window.
|
Type r and click on ok | In the name field, type r and click on OK.
|
Click somewhere in the drawing area. | Place the resistor somewhere on the EESchema by a single click |
right click on resistor and choose Copy component. | We need two more resistors.
|
Click on EESchema | Place this resistor somewhere on EESchema by a single click. |
keep the coursor on the component and then press c. | This can also be done more quickly using the keyboard shortcut c.
|
Click on EESchema | Again it will be tied to the coursor.
|
Press shift button and '?' simultaneously. | A list of shortcuts can be obtained by pressing Shift and ?. |
Show the list | Here is the list of keyboard shortcuts. |
Click close(X) | close this window. |
Click on EESchema | Click on EESchema window to open component selection window.
|
Type cp1 and press enter | Type cp1 to add electrolytic capacitor and click OK. |
Click on EESchema.
|
Type c to add ceramic capacitor and click OK. |
Click on EESchema.
|
We also need a Light Emitting Diode, know as LED.
|
Click on “Place a power port” button | Now we need a power supply i.e.Vcc and Ground terminals.
|
Click on EESchema.
|
Click once on the EESchema to open the component selection window. |
Click on list all button | Click on list all button and you will see a list of various power notations. |
Click on +5V and click on Ok. | Choose +5V and click on Ok. |
Click on EESchema. | Place the component by single click on the EESchema window |
Clkick on gnd and click OK | Similarly, to get the ground terminal,
choose gnd from the list and click on OK
|
Click on EESchema. | We also need a connector to connect the external power supply
|
Click on list all button | Click on list all button and you will see a list of various power notations. |
Choose conn option and click on OK | Choose conn option and click on OK |
choose CONN_2 and click on OK | Scroll down and choose CONN_2 from the list and click on OK |
Click on EESchema | A two terminal connector will appear. It will be tied to your mouse pointer
|
Keep cursor on resistor and press m | Now we will arrange the components, by moving them to appropriate places.
|
Click on EESchema. | We will place this resistor to the right of IC 555 by a single click on the EESchema.
|
keep the coursor on LED and then press r | We will use the keyboard shortcut key r for rotating the LED and alligning it vertically.
|
Click on Place a wire button | Now we will see how to interconnect or wire the components as per the circuit diagram.
|
Click on either nodes of resistors | We will now interconnect two resistors.
|
Connect wire as directed | Now we will connect the 7th pin of IC 555 to the wire connecting the two resistor.
|
Show the node | Notice that this will automatically form a junction which appears as a node. |
Go to file menu, click on open | I have already interconnected the components and saved it.
|
Click on yes | A confirmation window opens. Click on yes. |
Open already created file | I will choose project1.sch file from the desired directory and click on Open.
|
Show the schematic on EESchema | Here is the schematic created earlier.
|
Hover mouse over components and corresponding question marks. | Annotation will replace the question marks on the components with unique numbers. |
Click on “Annotate schematic” button | On top panel of EESchema, Click on “Annotate schematic” button.
|
Click on the Annotation Button. | Click on the Annotation Button.
|
Click on Ok. | Click on Ok. |
Click on Close button | Click on the Close button on the Annotate schematic window. |
Hover mouse over components in schematic | Notice that the question marks on the components are replaced with unique numbers. |
Click on File menu and then click on
Save whole schematic project |
Click on File and choose Save whole schematic project to save this schematic. |
Click on File and choose Quit | Click on File and choose Quit.
|
Click on File menu and then click on
Quit |
Now go to KiCad main window.
|
Show slide | Let us summarize what we learnt in this tutorial.
To use EESchema in KiCad for creating circuit schematic
|
Show slide | Try the following Assignment,
|
Show slide | Watch the video available at the following link
|
Show slide | The Spoken Tutorial Project Team
|
Show slide | Spoken Tutorial Project is a part of the Talk to a Teacher project
This script has been contributed by Abhishek & Rupak This is Rupak Rokade from IIT Bombay, signing off. Thanks for joining. |