PCB Reverse Engineering #94

Open
opened 2025-09-25 22:43:14 +00:00 by rahix · 1 comment
Owner

The process of taking a physical PCB and extracting its layout and schematic for analysis and repair purposes.

We want to be able to perform this on modern high layer-count PCBs (e.g. 12 layer) using low-cost and approachable techniques.

The process of taking a physical PCB and extracting its layout and schematic for analysis and repair purposes. We want to be able to perform this on modern high layer-count PCBs (e.g. 12 layer) using low-cost and approachable techniques.

Partial Techtree

flowchart BT

    classDef eoi fill:#fff, stroke:#000, color:#000;
    classDef dependant fill:#fff, stroke:#888, color:#888;
    classDef dep_missing fill:#fcc, stroke:#800, color:#000;
    classDef dep_assigned fill:#ffa, stroke:#a50, color:#000;
    classDef dep_completed fill:#afa, stroke:#080, color:#000;
    0:::eoi
    0["<a href='https://git.fa-fo.de/fafo/techtree/issues/94' target='_blank'>#94</a> | ASSIGNED<br/><i>Process</i><br/><b>PCB Reverse Engineering</b>"]
    1:::dep_assigned
    1["<a href='https://git.fa-fo.de/fafo/techtree/issues/89' target='_blank'>#89</a> | ASSIGNED<br/><i>Process</i><br/><b>PCB Delayering</b>"]
    2:::dep_missing
    2["<a href='https://git.fa-fo.de/fafo/techtree/issues/3' target='_blank'>#3</a> | MISSING<br/><i>Equipment</i><br/><b>Lapping Machine</b>"]
    0 --> 1
    1 --> 2

Digest: 452c8f8ed5447769ec5aa7764cc1bd0e37cbb299288af9de8629efa2ca99c935; Last Updated: 2025-10-05 17:01:59

## Partial Techtree ```mermaid flowchart BT classDef eoi fill:#fff, stroke:#000, color:#000; classDef dependant fill:#fff, stroke:#888, color:#888; classDef dep_missing fill:#fcc, stroke:#800, color:#000; classDef dep_assigned fill:#ffa, stroke:#a50, color:#000; classDef dep_completed fill:#afa, stroke:#080, color:#000; 0:::eoi 0["<a href='https://git.fa-fo.de/fafo/techtree/issues/94' target='_blank'>#94</a> | ASSIGNED<br/><i>Process</i><br/><b>PCB Reverse Engineering</b>"] 1:::dep_assigned 1["<a href='https://git.fa-fo.de/fafo/techtree/issues/89' target='_blank'>#89</a> | ASSIGNED<br/><i>Process</i><br/><b>PCB Delayering</b>"] 2:::dep_missing 2["<a href='https://git.fa-fo.de/fafo/techtree/issues/3' target='_blank'>#3</a> | MISSING<br/><i>Equipment</i><br/><b>Lapping Machine</b>"] 0 --> 1 1 --> 2 ``` <small>Digest: 452c8f8ed5447769ec5aa7764cc1bd0e37cbb299288af9de8629efa2ca99c935; Last Updated: 2025-10-05 17:01:59</small>
rahix added the
Type
Process
label 2025-09-25 22:43:20 +00:00
hugo was assigned by rahix 2025-09-25 22:43:26 +00:00
rahix added a new dependency 2025-09-25 22:43:38 +00:00
Sign in to join this conversation.
No description provided.