vimwiki/tech/PCB.wiki

23 lines
512 B
Plaintext
Raw Normal View History

2021-11-13 03:30:01 +00:00
= PCB =
Printed Circut Board or PCB is a common and cheap way to make permament circuts
and components for use in computers and embedded applications.
To create a PCB you must use Electronic Design Automation (EDA) software. They
help you turn breadboard circuts into PCBs.
2021-11-13 03:45:01 +00:00
== Structure ==
* Components are connected with copper trace (wire)
2021-11-13 04:00:01 +00:00
* PCB is several layers
- Inner layers are usually GND or VCC
2021-11-13 03:45:01 +00:00
2021-11-13 03:30:01 +00:00
== Software ==
Some common software includes
* Autodesk EAGLE
* KiCad
* Altium Designer
* EasyEDA