KiCad 101: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
Line 10: Line 10:
Playlist of 5 videos:
Playlist of 5 videos:


<html><iframe width="560" height="315" src="https://www.youtube.com/embed/yz3-qbqdhFo" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<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>
</html>



Revision as of 01:44, 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 ,

Videos

Playlist of 5 videos:

Links