32 lines
1.8 KiB
Markdown
Raw Normal View History

2025-02-15 10:19:38 +01:00
---
title: PCB (Printed Circuit Board)
type: PCB
description: This is the description
2025-04-12 11:07:56 +02:00
images:
- src: /components/PCB_1.webp
2025-04-19 12:23:57 +02:00
alt: 'Need to include more different PCBs'
- src: /components/PCB_2.webp
alt: 'Need to include more different PCBs'
- src: /components/pcb_3.webp
alt: 'Need to include more different PCBs'
- src: /components/ASN_with_blob.webp
alt: 'Need to include more different PCBs'
2025-02-15 10:19:38 +01:00
usage: The circuit exists on the PCB
whereToFind: Everywhere!
alsoKnownAs: "Protoboard, breadboard, circuit"
---
2025-04-22 15:08:16 +02:00
Printed Circuit Boards, or PCBs, are the panels on which the electronic circuit is placed. Older boards often reveal hand-drawn traces, which are much more fluid in design. With computerized PCB design, those lines straightened out. Most PCBs are made from FR4 (glass fiber and epoxy)[^fiberglass].
2025-02-15 10:19:38 +01:00
2025-04-22 15:08:16 +02:00
[^fiberglass]: Fiberglass is very strong, but can be sawn through. When sawing, make sure you wear the right protection, microfibers can end up anywhere.
2025-04-19 12:23:57 +02:00
2025-04-22 15:08:16 +02:00
The copper tracks on a PCB are usually covered with a green protective layer, known as solder mask. Sand this off and to expose the copper underneath, ready to solder onto again.
2025-04-20 19:59:35 +02:00
2025-04-22 15:08:16 +02:00
Most boards are labeled. They can include a date, information about connections, component numbering[^component-numbering], and sometimes even their their values [^monotron].
2025-04-20 19:59:35 +02:00
2025-04-22 15:08:16 +02:00
Not all PCBs follow the industrial template. Artists and other tinkerers have come up with alternatives: the paper circuits of Ciat-Lonbarde, or Dirty Electronics boards made from wood and nails. For our circuits, these approaches are ideal—still flexible, still open to change.
[^component-numbering]: The schematic contains references to the component number, helping with debugging.
[^monotron]: Some devices take this idea further. The Korg Monotron includes extra patch points directly on the board for DIY mods and expansions.