Enlarged the PCB from 40 mm circular to 42 mm circular on a 4-layer stackup. This keeps it within the 44 mm case target while improving density from critical to high.
Open items:
Routing is still tight, especially around the ESP32/RTC/regulator area.
A few passives may still need to move to the bottom layer for clean routing.
I’ll inspect the ESP32 module placement and board clearance, then move/orient it so the module body and antenna keepout fit within the enlarged round PCB/case constraints.
Fixed the ESP32 fit issue: U1 was protruding past the 42 mm circular board, so I moved it inward. It is now fully inside the PCB outline at approximately (0, 5 mm).
Open items:
Moving U1 inward created new routing congestion between U1, U5, J1, and J3.
The next placement pass should spread the motor driver/AMOLED connector area and possibly move small passives to the bottom side.
Design a 44 mm hybrid smartwatch inspired by the 007 First Light in-game watch aesthetic. The device combines a round AMOLED/OLED dial, physical mechanical hands showing real time, wireless/BLE connectivity, rechargeable battery power, sealed charging, and a red strap-mounted laser feature.
This document captures the current agreed design direction before schematic capture.
Wireless receiver or magnetic pogo into MP2662-class LiPo power-path charger
Battery
Largest safe LiPo pouch/cell that fits the mechanical stack
Laser
Red strap-mounted laser with hardware enable, current limiting, and safety interlocks
Water resistance
Everyday splash / sealed-use goal, pending case design
System Architecture
Diagram
Hardware Subsystems
Compute / Wireless
Use ESP32-S3-MINI-1-N8 as the primary MCU/wireless module.
2.4 GHz Wi-Fi is acceptable; 5 GHz Wi-Fi is not required.
ESP32-S3-MINI-1-N8 provides compact module RF, native USB Serial/JTAG, more GPIO, and better display/UI headroom than ESP32-C3/C6 for this design.
Antenna must be placed at a board edge/clear zone, away from metal case elements where possible.
Display
Use a 1.32 inch round QSPI AMOLED, 466×466, active diameter approximately Ø33.55 mm.
The 44 mm case OD minus Ø33.55 mm active area leaves approximately 5.2 mm radial margin before case-wall, gasket, crystal, and bezel allocation.
Display selection must consider:
outer active diameter,
driver interface,
display PCB/flex shape,
central hand-shaft clearance strategy,
maximum stack height.
Mechanical Hands
Motor/gear system should not sit over the active display area.
Preferred mechanical architecture:
motor/gear train behind the display or around the display perimeter,
only a small coaxial shaft stack passes through the display center,
decorative center cap hides the shaft and any display dead zone,
hands show real time rather than animations.
Position reference should be provided by one of:
mechanical home/index position,
Hall sensor + magnet,
optical index sensor,
or a known reset/alignment routine.
Power / Charging
Battery: largest practical LiPo that fits the round case stack safely.
Charger direction: MP2662-class 500 mA single-cell Li-ion/LiPo charger with power-path management.
3.3 V rail direction: MP28160GC-Z-class 3.3 V buck-boost regulator so the ESP32/display rail remains regulated across the full LiPo range.
Charging preference:
Wireless charging if thickness, heating, efficiency, and case-back material allow it.
Magnetic pogo charging as the thinner, cooler, easier-to-seal fallback.
Include battery protection, charging status, thermal considerations, and safe charge current sizing.
Laser Subsystem
Red laser diode located in the strap for game-inspired appearance.
User requested “a tiny bit of power,” potentially enough for a party trick such as marking paper or popping a balloon.
Design constraint: this crosses into hazardous laser territory and may require Class 3B/4-like safety handling depending on optical power and focusing.
Electrical design must include:
constant-current laser driver,
hardware enable line independent of firmware,
current limit set by resistor/component selection,
normally-off default state,
timeout in firmware,
physical safety interlock or deliberate multi-action trigger,
warning/indicator when armed.
Initial schematic should provision the laser driver safely; final optical power should not be selected until legal/safety constraints are confirmed.
Interfaces and Connections
Table
Interface
Purpose
Notes
QSPI display bus
1.32 in round AMOLED
Prefer CO5300-class QSPI module; avoid raw MIPI-only panel if possible
GPIO / motor drive
Hand movement
Depends on Lavet stepper vs custom driver
I2C
Optional RTC, sensors, fuel gauge
One shared bus with pull-ups
USB pads or pogo
Charging / optional debug
If no USB-C, provide internal programming access
Battery connector / welded cell
LiPo connection
Must fit the mechanical case stack
Strap flex/cable
Laser diode connection
Needs strain relief and water-resistant routing
Power and Runtime Expectations
Battery runtime target: maximize within mechanical constraints.
Key loads:
ESP32 Wi-Fi peaks,
display brightness/current,
motor stepping pulses,
laser driver pulses,
charging losses / wireless charging heat.
Low-power firmware is expected:
display dim/sleep states,
Wi-Fi off except when needed,
BLE preferred for standby connectivity,
mechanical hands continue timekeeping with minimal stepping.
Power Tree and Power Budget
Preliminary power tree:
Diagram
Initial budget is not finalized until display, battery, motor, and laser part selections are made. Wi-Fi transmit peaks and display brightness are expected to dominate normal runtime; laser power is treated as momentary only.