Difference between revisions of "Building a PCB"

From Humanoid Robots Wiki
Jump to: navigation, search
Line 2: Line 2:
  
 
== Designing with atopile ==
 
== Designing with atopile ==
 +
 
[[atopile]] enables code-defined pcb design. Follow atopile's [https://atopile.io/getting-started/ getting-started] guide to set up your project.  
 
[[atopile]] enables code-defined pcb design. Follow atopile's [https://atopile.io/getting-started/ getting-started] guide to set up your project.  
  
Line 12: Line 13:
 
Exporting File for Manufacturing  
 
Exporting File for Manufacturing  
  
-Gerber Files
+
* Gerber Files
 
+
* Drill Files
-Drill Files
+
* Map Files
 
+
* BoM
-Map Files
+
* CPL
 
 
-BoM
 
 
 
-CPL
 
  
 
== Ordering a PCB ==
 
== Ordering a PCB ==

Revision as of 02:42, 30 April 2024

Walk-through and notes regarding how to design and ship a PCB.

Designing with atopile

atopile enables code-defined pcb design. Follow atopile's getting-started guide to set up your project.

An example atopile PCB project is provided by the K-Scale Labs team here

PCB visualization software:

Connecting Traces

Exporting File for Manufacturing

  • Gerber Files
  • Drill Files
  • Map Files
  • BoM
  • CPL

Ordering a PCB

Trusted low production PCB manufacturing companies:

  • PCBWay
  • JLCPCB
  • SeeedStudio

Further PCB manufacturers and price comparisons for your specific project can be found here

Related Articles