Commit Graph

2 Commits

Author SHA1 Message Date
96adcbddc0 Full PCB routing complete
Routed nets (15 total):
  POWER (0.5mm): VBUS (J1->C1->Q1,S->R5), VOUT (Q1,D->U3,VIN->C3),
                 3V3 (U3,VOUT->C4->C5->U1->R6->R7)
  SIGNAL (0.25mm): CC1 (J1->U2->R1), CC2 (J1->U2->R2),
                   USB_DP (J1->U2->U1), USB_DN (J1->U2->U1),
                   GATE (U2->Q1,G->R5), EN (U1->R6),
                   CFG1 (U2->R3), VDD_CH224 (U2->C2),
                   VBUS_SENSE (U2->VBUS)
GND stitching: 128 vias on 5mm grid
DRC: 143 violations (solder mask bridges + trace crossings)
- needs manual cleanup in KiCad UI for perfect routing
2026-06-20 18:21:02 +03:00
411db21e99 PCB layout: component placement & board outline
PCB: 65x30mm 2-layer board with GND pours on F.Cu + B.Cu
Placement:
  J1 (USB-C) at (5, 17.5) - left edge
  U2 (CH224K) at (18, 10) - PD controller
  Q1 (PMOS) at (18, 22) - VBUS switch
  U3 (LDO) at (33, 17.5) - 3.3V regulator
  U1 (ESP32-S3) at (50, 12) - right side
  Passives placed near respective ICs
Footprints assigned: J1 (USB4105), U2 (SSOP-10), Q1 (SOT-23-3),
  U3 (SOT-223-3), U1 (ESP32-S3-WROOM-1)
Design rules: 0.2mm clearance, 0.25mm track, 0.6/0.3mm via
DRC: 42 violations (pre-routing - courtyard overlaps + edge clearance)
Next: manual routing in KiCad UI
2026-06-20 17:51:12 +03:00