Smart Water Meter PCB: Battery Life and Moisture Protection
A smart water meter is a battery powered instrument that has to survive in a pit for a decade. It measures flow, logs it, reports it occasionally over a radio link and does all of that from a cell that cannot be replaced, in an environment that alternates between damp and submerged.
Those conditions drive the design more than the measurement does. The electronics are straightforward, but the power budget, the protection of the electronics and the reliability of the joints over ten years are what decide whether the product works.
What the Meter Has to Do
The measurement itself is a pulse count from a reed switch or a Hall sensor, or a transit time measurement in an ultrasonic meter. In both cases the electronics count, accumulate and store, and the accuracy requirement is over the whole life rather than at the start.
The communication side is episodic. A radio that wakes for a few seconds a day dominates the average current, while the measurement and the display draw comparatively little. The design of the duty cycle is therefore the design of the battery life.

The Power Budget
A ten year life from a lithium cell means an average current in the low microamps. That figure is reached by keeping the microcontroller asleep, by powering the sensor only during a measurement and by switching the radio off completely between transmissions.
Every leakage path counts at that level. A divider across the battery that draws a microamp will consume the entire budget, so the battery is measured through a switch or by a technique that does not load it continuously. The same applies to the pull up resistors on a switch input, which are chosen as large as the leakage and the noise immunity allow.
Ultra Low Power Design Practice
The microcontroller is selected for its sleep current rather than its processing speed, and the firmware is written so that the device is in its deepest sleep state for the largest possible fraction of the time. Peripherals that are not needed are disabled rather than left in a low power mode, because a peripheral that is clocked still draws current.
The measurement itself is arranged to be short. A sensor that needs a settling time is powered before the measurement begins, and the warm up is optimised so that the total energy per measurement is minimised rather than the time.
Moisture and Environmental Protection
The meter sits in a pit that may be dry, damp or flooded, so the electronics are protected by a combination of a sealed enclosure, a conformal coating and, in some designs, an encapsulant over the board. The coating has to cover the high impedance nodes completely, because a partial coating is worse than none: it traps moisture against a surface that would otherwise dry.
Connectors and switches are the weak points, and the design usually eliminates them in favour of a permanently wired assembly. Where a connector is unavoidable, it is a sealed type and its position is chosen so that water cannot collect in it.

Sensor Interface and Noise
A reed switch is simple but its contacts bounce, so the input is debounced in hardware or in firmware and the input is biased so that a floating contact cannot be read as a pulse. An ultrasonic measurement needs a more careful analogue front end, with a low noise amplifier and a time measurement accurate enough to resolve the flow.
Electromagnetic noise in a pit is modest, but a nearby pump or a switched supply can couple into a high impedance input. The protection consists of series resistance, a capacitor to the local ground and a layout that keeps the sensor loops short and away from the radio.
Radio and Antenna Integration
The radio is the largest consumer of energy and the largest source of layout constraints. Its supply has to deliver a short, high current pulse without collapsing, which means a local bulk capacitor close to the device, and the antenna has to be kept clear of the enclosure and of any metal that would detune it.
The transmission schedule is part of the power budget. A meter that reports once a day draws far less than one that reports every hour, and the schedule is usually adjustable from the network so that a meter with a failing battery can be moved to a longer interval.
Assembly and Long Term Reliability
A ten year life in a damp environment puts the cleanliness of the assembly and the quality of the solder joints at the centre of the reliability argument. Ionic residue under a high impedance node will cause leakage that grows with humidity, so the cleaning process and its verification matter more here than in a consumer product.
Thermal cycling is modest in a pit, but the joints still see the seasonal range, and a joint that is marginal will crack. The assembly specification therefore includes a cleanliness test, a coating coverage check and a functional test at the temperature extremes the product will see.
Metrology and Calibration
The meter is a measuring instrument and it is subject to regulatory requirements in most markets. The calibration has to be stable over the life of the device, which means the reference is chosen for its long term drift rather than its initial accuracy, and the pulse counting is arranged so that a reset or a firmware update cannot lose a pulse.
The non volatile storage of the accumulated volume is written with redundant copies and a checksum, so that a power interruption during a write does not corrupt the total. That is a design requirement rather than a firmware detail, because the meter may be powered from a cell that fails without warning.
Design Rules and Checklist
Budget the average current before choosing components, count every leakage path, protect every high impedance node with a coating that covers completely, keep the radio supply local, and make the data storage tolerant of an uncontrolled power loss.
gopcb builds these boards with the fine pitch capability, the conformal coating process and the assembly cleanliness controls that a decade long battery life and a damp environment demand.
The enclosure and the board are designed together in this product, because the protection strategy depends on both. A board that fits the enclosure tightly leaves no space for water to accumulate around it, while a board that is a loose fit leaves a reservoir that the coating has to survive. The mechanical design and the coating specification are therefore reviewed as one item rather than as two, and the assembly drawing shows the coating boundary explicitly so that the coverage can be inspected after the fact.
FAQ
How long should a water meter battery last? Ten years is the common target, and in some markets the regulatory requirement. That means an average current in the low microamps, which has to be designed rather than hoped for.
Is a conformal coating enough in a flooded pit? It is enough for condensation and splashes. A pit that can genuinely fill with water needs a sealed enclosure as well, and the coating is the second line of defence.
Why is cleanliness so important in this product? Because the circuit has high impedance nodes that are measured over years in a humid environment. Flux residue on those nodes produces leakage that a functional test at the factory will not detect.
Related reading: conformal coating and board protection, PCB cleaning and contamination, LED strip FPC design, and PCBA burn-in test.



