Component Selection Review
Current functional blocks
- 12 V input / 5 V buck rail: J2 barrel jack -> U3 TPS62130A buck -> PP5V0
- 5 V / 3.3 V LDO rail: U2 NCP176BMX330TCG -> PP3V3
- MCU / RF: IC1 ESP32-C3 with 40 MHz crystal Y1 and chip antenna Y2 matching network
- Load-cell front end: U1 NAU7802 + J3 load-cell connector + RC input filtering
- External I/O: J1 microSD, J4/J5 3-pin headers, test pads
Parts that need attention first
1) C2 — still unselected / placeholder
- Current state: generic capacitor with
Capacitance = OPTF, Manufacturer Part Number = OPT
- Connected function: CHIP_EN reset network from GPIO_EN to GND
- Why it matters: ESP32-C3 needs a defined EN RC network for reliable startup/reset timing
- Datasheet note: ESP32-C3 requires power rails to stabilize before CHIP_EN is asserted; EN timing should not be left with an undefined capacitor
- Action: choose a real capacitor value/package/MPN
- Priority: High
2) U2 — 3.3 V LDO is obsolete
- Current part: NCP176BMX330TCG
- BOM status: obsolete / poor availability
- Datasheet fit: electrically reasonable (1 uF input/output caps, 500 mA class), but sourcing risk is high
- Action: replace with an active 3.3 V LDO with similar VIN range, >=500 mA output, low noise, small package, ceramic-cap stability
- Priority: High
3) Y1 — 40 MHz crystal has no current stock in BOM results
- Current part: RH100-40.000-18-F-2030-EXT-TR-NS1
- BOM status: Digi-Key stock reported as 0
- Existing load network: 13 pF capacitors C4/C8 to GND
- Action: verify crystal requirements against ESP32-C3 and select a stocked 40 MHz crystal with compatible CL/ESR/package
- Priority: High
4) J4 / J5 — missing manufacturer part numbers
- Current state: generic 1x3 2.54 mm vertical headers without MPNs
- ERC/manufacturing review: flagged for missing MPNs
- Action: assign real through-hole header parts sized for beginner-friendly assembly
- Priority: High
5) J2 — connector metadata incomplete
- Current part name: 694101308002
- Review result: missing manufacturer part number property even though the part family is known
- Action: correct metadata or replace with a fully specified barrel/input connector
- Priority: High
Secondary improvement candidates
6) U1 — NAU7802 availability/lifecycle risk
- BOM status: available at Digi-Key, but marked End of Life at Mouser and limited at some distributors
- Datasheet fit: application circuit supports very low external parts count and current topology looks appropriate
- Action: keep for now unless sourcing policy requires multi-distributor stability; otherwise evaluate alternative load-cell ADCs
- Priority: Medium
7) RF matching / antenna support parts should be stock-checked as a set
- Parts involved: Y2, L1, L4, C6
- Reason: antenna networks are topology-specific; substitutions must preserve value/Q/package
- Action: verify stock and only substitute with datasheet/reference-design-compatible RF parts
- Priority: Medium
8) Buck feedback network and passives should be reviewed for manufacturability
- Parts involved: R6, R8, C25, C27, C29, L3
- Datasheet check: TPS62130A reference for 12 V -> 5 V uses 2.2 uH, 10 uF input, 22 uF output, 3.3 nF feed-forward, 0.1 uF bypass; present design broadly matches this
- Action: keep topology, but verify each passive has a healthy sourcing path and sane package choice
- Priority: Medium
Initial power-path observations
- U3 TPS62130A is still an active and appropriate 12 V -> 5 V buck choice
- Datasheet supports up to 3 A output and recommends 2.2 uH for common 12 V applications
- U2 is the weakest sourcing point in the power path and is the first regulator I would replace
Recommended selection order
- Define C2 (EN capacitor)
- Replace U2 (3.3 V LDO)
- Replace or confirm Y1 (40 MHz crystal)
- Assign real MPNs to J4/J5/J2
- Re-check U1 lifecycle and RF-network stock
What looks acceptable right now
- U3 buck regulator architecture and surrounding values are consistent with the datasheet
- ESP32-C3 power tree and 40 MHz crystal topology appear structurally reasonable
- NAU7802 support circuit generally matches the datasheet low-parts-count application style
Next step for the selection process
For the next pass, capture requirements for each high-priority item:
- C2: target capacitance, voltage rating, dielectric, package
- U2 replacement: VIN range, VOUT=3.3 V, output current budget, quiescent current, package, cost
- Y1 replacement: 40 MHz, load capacitance, ESR, tolerance, package, cost
- J4/J5/J2: connector style, current rating, assembly preference, cost