PCBA Routing Blocker and Placement Cleanup Notes
Status
The production ESP32-S3 PCBA redesign has been cleaned up for manufacturable placement, but it is not ready for JLCPCB PCBA export because PCB copper routing is incomplete.
Work Completed
- Preserved the 120 mm × 100 mm, 4-layer board setup.
- Preserved connector grouping:
- Power/USB/communications on the left edge.
- PT1000 / field sensor terminals on the right edge.
- Condensation connectors along the bottom edge.
- Preserved mounting holes and field-service layout intent.
- Improved placement around the ESP32-S3 support circuitry for better pad access and future routing.
- Kept the ESP32-S3 antenna/keepout intent intact.
- Confirmed routing feasibility check passes: the board is considered valid and ready for routing.
Current Blocker
The PCB still contains unresolved airwires. These represent logical schematic connections that do not yet have copper traces on the PCB. JLCPCB PCBA files should not be generated from this state because the manufactured board may not electrically function.
Why Exports Were Not Generated
Per the manufacturing release gate, Gerber/BOM/CPL/assembly outputs should only be generated after critical DRC checks are clean, especially:
- No airwires.
- No missing footprints.
- No invalid layers.
- No overlapping copper between different nets.
At this checkpoint, airwires remain, so production export is intentionally blocked.
Recommended Resolution
- Cancel or clear the stuck Flux autoroute job if possible, then run routing.
- If autoroute remains blocked, route the board manually in a PCB editor using this order:
- USB-C D+/D− and VBUS.
- ESP32-S3 power, EN, BOOT, USB, UART/programming.
- 3V3/5V power distribution and ground plane stitching.
- microSD SPI and RTC/SEN66/LiDAR I2C.
- MAX31865 SPI/chip-select and PT1000 analog front-end connections.
- Condensation sensor ADC inputs with pull-ups/filters/ESD.
- LTE header UART/reset/PWRKEY/power.
- LEDs, buzzer, relay/alarm outputs.
- Rerun DRC/ERC after routing.
- Generate JLCPCB Gerber, BOM, CPL/pick-and-place, assembly drawings/PDF, STEP/GLB only after checks are clean.
Manufacturing Risk if Exported Now
High. The PCB would likely be missing electrical connections because routed copper is incomplete.