20 Aug 2026 · Second prototype

What we changed for the second prototype.

The new design is smaller, uses less power and adds motion and humidity sensing around the impedance measurement.

The second HydroGuard prototype board, roughly 30 by 21 mm
The second prototype: an E73 nRF52840 module, USB-C and the impedance front end on a 30 × 21 mm board.

The first prototype showed that the impedance measurement works on the bench and on an arm. The second prototype turns that circuit into a board that can fit inside a wearable.

We replaced the ESP32-C6 development module with an E73 nRF52840 module. It includes Bluetooth, USB and an antenna, so we do not need to design the radio section from scratch. It can also run directly from the LiPo battery.

Two switchable 1.8 V supplies in the second HydroGuard prototype
One supply powers the MAX30001. The other powers the motion and humidity sensors.

Two supplies that can switch off

The MAX30001 and its clock use one 1.8 V supply. The motion and humidity sensors use another. The controller can switch each supply separately, which means most of the board can be off between measurements.

This also affects the signal connections. A powered controller must not send current into a sensor that has been switched off. The pull-up resistors and clock supplies are connected to the same power domain as the parts they serve.

Our first target is less than 10 µA from the battery while the board is asleep. We will check that on the assembled board.

Motion and humidity

Arm movement changes a bioimpedance reading. The LSM6DSO motion sensor will let us mark measurements taken during movement and check whether the band is being worn. The SHT40 measures temperature and humidity under the band, which helps us spot changes caused by sweat or a shifted strap.

The humidity sensor needs a small opening toward the skin and should be kept away from warm components. That affects both the PCB layout and the enclosure.

Motion and humidity sensors in the second HydroGuard prototype
The LSM6DSO measures movement. The SHT40 measures temperature and humidity under the band.

Choices for this board

DecisionReason
Keep USB-COne connector handles charging, programming and the serial console.
Start with a 200 mAh batteryIt fits the first enclosure and gives us enough time between charges during testing.
Use a simple LEDThe addressable LED on the first board used too much power when idle.
Add ECG connectionsThe same inner electrodes can be connected to the ECG input for later tests.

Current status

The schematic is complete and the layout is under way. Placement and most of the routing are done, but the board is not finished: some connections are still open and the design rule check still reports problems to work through.

The second HydroGuard prototype PCB layout, still in progress
The layout as it stands. Front copper in red, back copper in blue, silkscreen in yellow.

Everything has to fit into roughly 30 × 21 mm: the controller and its antenna clearance, the skin-side opening for the humidity sensor, the battery, USB-C, the electrode connections and the debug pads.