I completed the schematic for the Magic Notebook backing board: ESP32-S3-WROOM-1-N16R8, USB-C power/data with ESD and CC pull-downs, LiPo charging/protection, AP2112K 3.3 V regulation, TSC2007 touch controller, OPA2333 auxiliary buffer, FPC touch connector, buttons, LED, and all required passives. I also created project docs for the spec, power budget, firmware starter, bring-up plan, and regulatory notes, then ran validation; the selected checks came back clean.
Estimated time saved vs. manual EDA workflow: ~8–12 hours.
Open items:
The exact SGM4056 part was not available, so I used SGM40567; confirm the ordered variant is the intended 4.2 V LiPo charger before fabrication.
Layout is not done yet.
AI features are currently unavailable because the account has no available ACUs, so I can’t continue executing more tasks in this run.
Suggested next steps:
Place components on a compact 4-layer A5 backing-board layout.
Route USB D+/D− as a controlled-impedance pair and enforce ESP32 antenna keepout.
Review the SGM40567 charger variant before ordering boards.
Add test points for VBUS, BAT_PLUS, 3V3, GND, SDA/SCL, and PENIRQ.
Custom low-power 4-layer PCB backing board for an A5 smart notebook. Captures a 4-wire resistive touch sheet and sends touch data over Wi-Fi.
Core Architecture
MCU: ESP32-S3-WROOM-1-N16R8 module on 3.3 V.
Power: USB-C VBUS charges a 1-cell LiPo through a single-cell charger; protected battery feeds an AP2112K-3.3 LDO.
Touch: TSC2007 resistive touch controller over I2C, with PENIRQ wake interrupt.
Analog: OPA2333 powered from 3.3 V and wired as a unity-gain auxiliary buffer into TSC2007 AUX.
Sensor input: 4-pin FPC for X+, X-, Y+, Y-.
Key Design Choices / Caveats
Exact SGM4056 was not available in the library; SGM40567 was used as the SMD single-cell charger candidate. It is WLCSP and supports resistor-set charge current.
SGM40567 IREF resistor selected as 36.5 kΩ for approximately 500 mA target charge current.
TSC2007 normally computes pressure from X/Y measurements; the OPA2333 auxiliary buffer is connected to AUX as an optional buffered analog input rather than being required for basic 4-wire touch operation.