Designing and printing circuit boards (PCBs)
CostLow to Medium
Includes: KiCad (free), PCB fabrication, components from Mouser or Farnell. Example: PCB fabrication is €2-30 for 5 boards; components add €10-50.
What it is
Five copies of a custom circuit board, professionally manufactured and posted to Europe, cost around €2 to €8. A decade ago that same service ran into the hundreds and was reserved for companies. That collapse in price is what put professional PCB design in reach of any maker with a circuit idea.
Designing and printing PCBs means using free CAD software, with KiCad as the open-source standard, to lay out electronic circuits as proper boards, then having an online fabrication service manufacture them. It turns electronics from temporary breadboard prototypes, which are unreliable and space-hungry, into compact, permanent, reproducible assemblies. A working circuit becomes something that looks and behaves professionally: small, dependable, and easy to share with others.
The process itself is quietly addictive. You place component symbols in the schematic editor and wire them together, assign each one a physical footprint, then arrange the parts on a board outline and route copper tracks between them. A design rule check catches mistakes before anything is made. Then you export Gerber files, the manufacturing format, upload them, and a week or two later a finished board arrives in the post. Seeing your own design realised in fibreglass and copper is one of electronics' most satisfying moments.
A couple of habits make first boards reliable. Route the power and ground planes before the signal traces, because a solid ground plane cuts noise dramatically. And design conservatively: 0.25mm minimum traces and 0.3mm spacing leave plenty of margin for manufacturing tolerance even though the fabs can do finer. Most experienced designers expect to order two or three revisions before a design is truly finished, and at a few euros a batch that iteration is cheap.
How it works
Download KiCad, the free professional-grade standard, and begin in the schematic editor rather than the board layout, because the schematic is the logical design that everything else flows from. Place your component symbols and wire them together to define the circuit. If you are new to both electronics and PCB design, copy a simple existing circuit like a basic amplifier or an LED driver from a tutorial first, so you learn the layout process without also gambling on whether your circuit even works.
Associate every schematic symbol with a physical footprint, which is the actual copper pad pattern the part solders to, and getting this wrong is the classic beginner disaster: a board arrives with pads spaced for the wrong package and your part will not fit.
Then move into the PCB editor, place the components on the board outline, and route copper tracks between the pads. Route the power and ground planes before any signal traces, because a solid ground plane dramatically cuts noise and makes the rest of the layout easier.
Design conservatively. The fabs can manage 0.127mm traces, but 0.25mm minimum traces with 0.3mm spacing for signals and wider 0.5mm for power leaves plenty of margin for manufacturing tolerance and reliably comes back working. Run the design rule check, which catches shorts, overlaps, and clearance violations before anything is manufactured, and fix everything it flags.
When the board passes its checks, export Gerber files, the manufacturing format, and upload them to JLCPCB or PCBWay. Five copies of a 100mm-square board ship to Europe for a couple of euros, taking a few days to make and one to three weeks to arrive. What actually happens is you order, spot a mistake the moment the boards land, and order a revised batch, and experienced designers budget for two or three rounds before a design is truly final.
Benefits
What you need
Here's what to gather before you start. The essentials are marked.
FAQs
Yes, and far easier than it used to be. Free software like KiCad walks you from schematic to board layout, and manufacturers will make your design for a few euros. My first board was a simple LED driver, and seeing it arrive as a real, professional-looking PCB was genuinely thrilling. Start with something you could build on breadboard first, so you already know the circuit works before committing it to copper.
KiCad, hands down. It is free, open source, capable enough for serious work, and has a huge community making tutorials. EasyEDA is a gentler browser-based alternative tied to one manufacturer, which suits absolute beginners. I learned KiCad because the skills transfer everywhere and there is no ceiling on what it can do as you improve. The learning curve is real but well documented.
Surprisingly little. Manufacturers like JLCPCB make five copies of a small two-layer board for around €5 plus shipping. The shipping often costs more than the boards themselves. I batch a few designs together to make a single order worthwhile. Assembly (where they solder the parts too) costs more, so for learning I populate the boards myself by hand.
Footprint errors, where the pads don't match the actual part. You design the layout, order it, and discover a chip's pins don't line up with the holes because you picked the wrong footprint. I now double-check every footprint against the part's datasheet before ordering, and I print the layout at 1:1 scale and lay the real components on top to confirm they fit.
No, and I would not bother. Home etching with chemicals is messy, produces hazardous waste, and gives worse results than cheap professional fabrication. The only reason to etch at home is if you need a board today and cannot wait for shipping. For everything else, ordering professionally made boards is cleaner, cheaper than it sounds, and produces results you simply cannot match with a kitchen tray and etchant.