KiCad 101: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Basic Process=
#start a project. You start by editing a diagram, not the physical layout reality. That is called a schematic. the schematic is later converted into a physical layout.
#start a project. You start by editing a diagram, not the physical layout reality. That is called a schematic. the schematic is later converted into a physical layout.
#Drag and drop components into the design
#Drag and drop components into the design
#You must then connect them, and verify the design for connection errors.
#You must then connect them, and verify the design for connection errors.
#Once you have the schematic, you can add physical reality to it. This consists of moving components around and rotating them in order to make the easiest connections. adding footprints for components and wire thicknesses. The footprints concept is that any component can come in various packages (or size/shape). We must specify exactly which package we are using.
#Once you have the schematic, you can add physical reality to it. This consists of moving components around and rotating them in order to make the easiest connections, adding footprints for components and wire thicknesses. The footprints concept is that any component can come in various packages (or size/shape). We must specify exactly which package we are using.
#Once we add packages and wires, we save the layout ,
#Once we add packages and wires, we save the layout.
#This layout can be converted to manufacturing files, for a CNC circuit mill such as OSE's [[D3D CNC Circuit Mill]], or can be sent out for professional circuit board fabrication.
 
=Videos=
 
Playlist of 5 videos:
 
<html><iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=PL6Jpysxw3Ty8JX6lTatcW8Bsby0xBIjoa" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</html>
 
==Video Notes==
 
<html> <iframe src="https://docs.google.com/presentation/d/e/2PACX-1vTI_It7wJ-vZsF0m2p99o0Www9QcULLAL8EDvsBX9Nke6uBUMQzmwl8KjpAuCdHXR91L2mBVLCA3urt/embed?start=false&loop=false&delayms=3000" frameborder="0" width="720" height="989" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe> </html>
 
[https://docs.google.com/presentation/d/1R3QwBYwi0iJ8-uhphzfZlVu4rXhBPYeXVx43fvj3hvI/edit#slide=id.g9be894bb8e_0_14 edit]


=Links=
=Links=

Latest revision as of 19:54, 4 October 2020

Basic Process

  1. start a project. You start by editing a diagram, not the physical layout reality. That is called a schematic. the schematic is later converted into a physical layout.
  2. Drag and drop components into the design
  3. You must then connect them, and verify the design for connection errors.
  4. Once you have the schematic, you can add physical reality to it. This consists of moving components around and rotating them in order to make the easiest connections, adding footprints for components and wire thicknesses. The footprints concept is that any component can come in various packages (or size/shape). We must specify exactly which package we are using.
  5. Once we add packages and wires, we save the layout.
  6. This layout can be converted to manufacturing files, for a CNC circuit mill such as OSE's D3D CNC Circuit Mill, or can be sent out for professional circuit board fabrication.

Videos

Playlist of 5 videos:

Video Notes

edit

Links