Smart Door Lock PCB Assembly: Design and Power Notes
What the Board Has to Do
A smart door lock runs on batteries, opens a motorised bolt, reads a fingerprint or a keypad, talks to a phone over Bluetooth or to a hub over Zigbee, and is expected to keep working for a year or more without a battery change. It also sits on the outside of a door in whatever weather the building experiences, and it is a security device, so a fault is not just an inconvenience.
Those requirements together make the board an exercise in power budget and in integration. The processor, the radio, the sensors, the motor drive, and the power management all share one small assembly, and the design has to keep the radio quiet, the sensor clean, and the average current low enough that the batteries last.
Architecture
A single control board usually carries everything to keep the product small: the system on chip or microcontroller that handles authentication and the user interface, the wireless module, the fingerprint or touch sensor front end, the motor driver for the bolt, the power management, and the connectors for the keypad, the display, and the battery.
Splitting the design is sometimes worthwhile where the fingerprint sensor needs its own mechanical position, or where the keypad is on a separate flexible substrate. In that case the interconnect between the boards is part of the reliability design, because it passes through the moving part of the assembly.

Power Design
Sleep current is what decides battery life, and it is set by the sum of everything that never fully turns off: the regulator’s quiescent current, the leakage of the wake-up circuitry, the radio’s idle consumption, and the pull-up resistors left across the sensor inputs. Choosing a regulator with low quiescent current and switching whole sections off rather than leaving them idle is the largest single lever.
The motor is the opposite problem. It draws a burst of current when the bolt moves, which pulls the battery voltage down, and that dip can reset the processor or disturb the radio if the supplies share a path. Separating the motor supply, placing its bulk capacitance close to the driver, and sequencing the motor so that the radio is not transmitting during the stroke are the standard answers.
The power path also has to handle a battery at the end of its life. The converter must keep the logic running as the cell voltage falls, and the voltage monitoring has to warn the user early enough that they can change the battery rather than being locked out of their own door.
Radio and Antenna
The radio usually sits inside a metal lock body, which is the worst possible environment for an antenna. The board layout has to give the antenna a keep-out region and a reference plane of the right shape, and the module’s feed line has to be impedance controlled. The mechanical design has to leave a non-metallic window or an opening, and the antenna has to be placed away from the motor, the battery, and the user’s hand, all of which detune it.
Interference works in both directions. The switching regulator and the motor drive radiate, and the fingerprint sensor is a capacitive measurement that is easily disturbed, so the noisy sections are physically separated and their return currents are kept out from under the sensor and the radio.
Sensors and Human Interface
A capacitive keypad or fingerprint sensor needs a clean reference and short connections to its controller. The front end is a charge measurement, so any leakage path from the surrounding copper, any moisture film on the surface, and any noise on the reference all change the reading. Keeping the sensor traces short, guarding them where the layout allows, and coating the assembly so that surface contamination does not bridge the electrodes are the practical measures.
Where the lock also carries a display or an indicator, its driver is a switching load and belongs with the other noisy circuitry rather than beside the sensor.
Security and Reliability
Physical security matters as much as the cryptography. Debug interfaces are disabled or removed on production units, the credential store is in memory that cannot be read out through a simple probe, and the board is potted or coated so that the traces cannot be probed without destroying them. These are design decisions that affect the layout, not just the firmware.
Mechanical reliability follows the environment: the lock is exposed to temperature swings, humidity, and vibration from the door closing, so solder joints, connector retention, and the mechanical fastening of the board itself are all part of the specification. Potting or conformal coating protects the electronics from condensation in cold weather, and the coating has to be chosen so that it does not interfere with the capacitive sensors.

Materials, Stackup and Manufacturing
Four layers is typical: a signal layer, a ground plane, a power layer, and a second signal layer. Six layers appear where the radio, the sensor, and the motor drive all need their own references. High-Tg FR-4 covers the temperature range, and ENIG is the usual finish because it survives coating and remains solderable through rework.
Assembly is a standard surface mount process with a few through-hole connections for the battery holder or the motor. After assembly the boards are cleaned, functionally tested, and coated, with coverage checked under ultraviolet light. Testing includes a sleep-current measurement, a link test with the radio at several power levels, sensor calibration, and a motor drive test that confirms the bolt stroke and the current draw. A partner that can run conformal coating and the functional test in the same flow keeps the calibration meaningful after the protection step.
What Drives the Cost
The board itself is inexpensive in volume; the cost sits in the components, the modules, and the test time. A basic keypad lock and a fingerprint lock differ far more in their sensor cost than in their PCB cost, and the coating and testing add a fixed amount per unit regardless of complexity.
Prototypes are dominated by setup and by the tooling for the enclosure, so the sensible approach is to keep the electrical design stable and iterate on the mechanical parts. For related reading, see our notes on PCB manufacturing and PCB assembly.
FAQ
What limits battery life in a smart lock? Sleep current. The regulator quiescent current, the wake-up circuit leakage, and the radio idle consumption add up, and they matter more than the energy used while the lock is operating.
Why does the radio struggle inside a door? The lock body is metal, which shields and detunes the antenna. The board layout needs a keep-out region and the mechanical design needs a non-metallic window or opening.
How is the motor current handled? With a separate supply path, bulk capacitance near the driver, and sequencing that keeps the radio from transmitting during the stroke.
Is coating always needed? For a device mounted outdoors or in a cold, humid environment, yes, and the coating has to be compatible with the capacitive sensors.
What is tested at the end of the line? Sleep current, radio link quality at several power levels, sensor calibration, motor stroke and current, and the coating coverage.
Conclusion
A smart door lock board is a low-power wireless design with a motor, a sensor, and a security requirement attached. Keeping the average current low, keeping the motor surge away from the logic and the radio, giving the antenna a chance to work inside a metal body, and protecting the assembly from the weather are what decide whether the product is pleasant to own. Each of them is a layout decision made long before the enclosure is finalised. For related topics, see our notes on PCB design and layout and Internet of Things PCBA.



