Started: 3.4. Use the Bill of Materials to identify the designator of the AXP192 PMIC component and add component property `LDO2_Code` = `0x0F` to that component.
Adding LDO2_Code to AXP192 component...
0:57
Started: Use the BOM to find the AXP192 PMIC component’s designator and add component property `LDO2_Code` = `0x0F` to that component.
All available ERC (decoupling_caps, resistor_power_rating, pull_up_pull_down, capacitor_voltage_rating, parts_available) and DRC (airwires, floating_copper, overlapping_copper, missing_footprints, invalid_layer, overlapping_fills, deprecated_rules, trace_corner_radius, protected_intrusions) checks retrieved via @review; see review panel for detailed issue list.
flowchart TD
A[VIN_12V Front-End
(fuse, SMBJ24A TVS, PFET)] -->|VIN_12V| B[12V to 5V Buck
(VBUS_5V)]
A -->|VIN_12V| C[AXP192 PMIC
(VBAT & VBUS_5V -> SYS_3V3 & SYS_BATT)]
B -->|VBUS_5V| C
C -->|SYS_3V3| D[ESP32-S3-WROOM-1]
C -->|SYS_BATT| D
D -->|UART| E[SIM800C GSM Module]
D -->|SPI| F[SX1262 LoRa Module]
D -->|UART| G[CP2102N USB-UART Bridge]
classDef nets fill:#f9f,stroke:#333,stroke-width:1px;
H[Global Nets:
VIN_12V, VBAT, VBUS_5V,
SYS_3V3, SYS_BATT,
IGN_SENSE]:::nets