User Tools

Site Tools


kicad_schematic_entry

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
kicad_schematic_entry [2018/11/07 22:17] – created tellkicad_schematic_entry [2018/11/22 11:07] (current) tell
Line 8: Line 8:
  
 ===== Add a diode ===== ===== Add a diode =====
 +{{ :signal-led.png?200|}}
 Insert a type 1N4148 diode in series with the LED+resistor circuit Insert a type 1N4148 diode in series with the LED+resistor circuit
 for our signal wire, as shown.  We'll go over why this addition to the for our signal wire, as shown.  We'll go over why this addition to the
 basic LED circuit needed. The 1N4148 is found under the "diode" basic LED circuit needed. The 1N4148 is found under the "diode"
 library category in the "add part" dialog. library category in the "add part" dialog.
 +
 +----
  
 ===== Add a LED for power ===== ===== Add a LED for power =====
 +
 +{{ :power-led.png?100|}}
  
 Add another LED and resistor, from the +5v power to ground (or copy Add another LED and resistor, from the +5v power to ground (or copy
Line 20: Line 24:
 wire).  This LED will light up whenever the power is on, which is wire).  This LED will light up whenever the power is on, which is
 another useful debugging tool.  Note that there's no extra diode here. another useful debugging tool.  Note that there's no extra diode here.
 +
 +----
  
 ===== Add more connectors ===== ===== Add more connectors =====
 +
 +{{ :connectors.png?100|}}
  
 Add two more generic 1x3 connectors over on the right side. their Add two more generic 1x3 connectors over on the right side. their
Line 27: Line 35:
 Either draw the wire connections, or use new power symbols for each Either draw the wire connections, or use new power symbols for each
 one, your choice. one, your choice.
 +
 +----
  
 ===== Annotate Reference Designators ===== ===== Annotate Reference Designators =====
Line 35: Line 45:
  
 ===== Update some component values ===== ===== Update some component values =====
 +{{ :annotated-values.png?100|}}
  
 Resistors: edit component, then change R_US to Resistors: edit component, then change R_US to
Line 46: Line 57:
 Change the value of the LED for power to "5mm_YELLOW". Change the value of the LED for power to "5mm_YELLOW".
  
 +----
 +
 +Continue by assigning fooprints on the [[kicad cvpcb]] page.
  
 +After doing footprint assignment, don't forget to save!
  
 +===== Create Netlist =====
  
 +The last step do be done in the schematic editor is creating the //netlist//.
 +Push the green Create Netlist ("Net") button, and accept the default name.
 +that's it! you should be able open up the pcb editor, hit "read netlist", and see all of your parts.
  
kicad_schematic_entry.1541647059.txt.gz · Last modified: 2018/11/07 22:17 by tell