ERC Wiring Status
Updated: 2026-05-22
Summary
The schematic ERC cleanup pass is complete for the remaining floating-pin warnings. The latest ERC-only check for floating pins, no-connects, power pins, and single-pin nets returned no ERROR/WARNING/OPEN checks.
A full project review still reports many PCB airwires because the board has not yet been placed/routed. Those are layout-stage DRC items, not schematic ERC failures.
Changes Made This Pass
ADS1256 analog input mapping
The ADS1256 input pins were mapped to flexible differential load-cell / auxiliary analog header nets:
- AIN0 -> ADS1256_LC1_SIGP -> J5 pin 10
- AIN1 -> ADS1256_LC1_SIGN -> J5 pin 11
- AIN2 -> ADS1256_LC2_SIGP -> J5 pin 13
- AIN3 -> ADS1256_LC2_SIGN -> J5 pin 15
- AIN4 -> ADS1256_AUX1_SIGP -> J5 pin 17
- AIN5 -> ADS1256_AUX1_SIGN -> J5 pin 19
- AIN6 -> ADS1256_AUX2_SIGP -> J5 pin 20
- AIN7 -> ADS1256_AUX2_SIGN -> J5 pin 21
- AINCOM -> ADS1256_AINCOM_REF / bias provision -> J5 pin 24 and R16 option
ADS1220 analog input mapping
The ADS1220 input pins were mapped as a second flexible two-channel differential load-cell interface:
- AIN0/REFP1 -> ADS1220_LC1_SIGP -> J5 pin 36
- AIN1 -> ADS1220_LC1_SIGN -> J5 pin 37
- AIN2 -> ADS1220_LC2_SIGP -> J5 pin 38
- AIN3/REFN1 -> ADS1220_LC2_SIGN -> J5 pin 39
Flexible support footprints
- Floating inductors L4/L5/L6 were converted into optional LC filter footprints.
- Floating capacitors C17/C18/C19/C20/C26/C72/C73/C74/C75/C76/C79/C80 were assigned as rail/reference bypass or filter-output capacitors.
- R16 now provides ADS1256 AINCOM bias flexibility.
- R17 now provides ADC reference bleed/load flexibility.
- R19 is now the MicroSD card-detect pull-up.
- J2 card-detect switch pins were wired to DGND and SD_CARD_DETECT.
Analog LDO set-point cleanup
TPS7A4700 set pins were configured for the analog rail target by grounding the selected set pins:
- 1P6V -> AGND
- 0P2V -> AGND
- 0P1V -> AGND
This selects 1.4 V + 1.6 V + 0.2 V + 0.1 V = 3.3 V nominal output.
REF5025 DNC handling
The REF5025 duplicate DNC no-connect marker did not suppress the final ERC warning reliably, so the duplicate DNC terminals were routed only to isolated, clearly labeled DNI/test header nets:
- REF5025_DNC_TEST_DNI
- REF5025_DNC2_TEST_DNI
These are not tied to power, ground, or active signals. During PCB layout/BOM review they should be treated as test-only/DNI escape provisions and kept away from sensitive reference routing.
Validation
ERC-only review types checked:
- Floating Pin
- No Connect
- Power Pin
- Single Pin Net
Result: no unresolved ERC checks returned.
Next Step
The schematic is ready for layout planning. Before auto-placement/routing, configure the board stackup and placement constraints for mixed-signal separation, analog shielding, USB/CAN impedance, power-current zones, and the ESP32 antenna keepout.