Continuously-worn ECG patch
A miniature rechargeable chest patch with two dry/gel electrodes for single-lead ECG in continuous-wear mode for up to 30 days without recharging. Data is sent over BLE to a single dedicated app. Target volume โ from 10,000 units.
Architecture
flowchart LR
subgraph FE["Analog front-end"]
E1((Electrode 1))
E2((Electrode 2))
AFE["MAX30003
ECG AFE
+ R-peak HW detect"]
end
MCU["nRF52810/811
Cortex-M4 + BLE 5.x"]
subgraph SENS["Sensors & memory"]
ACC["LIS2DW12
Accelerometer"]
FLASH["W25Q* SPI NOR
4-8 MB buffer
for BLE dropout"]
end
subgraph PWR["Power"]
BAT[("LiPo
100-150 mAh")]
PMIC["MAX77658
charger + LDO
+ fuel gauge"]
DOCK["USB-C or
pogo-pin dock"]
end
PHONE["๐ฑ heartlab.app"]
E1 --> AFE
E2 --> AFE
AFE -->|"SPI + IRQ"| MCU
MCU <-->|"IยฒC"| ACC
MCU <-->|"SPI"| FLASH
MCU <-->|"BLE 5.x"| PHONE
BAT --> PMIC
DOCK -.-> PMIC
PMIC -->|"power"| AFE
PMIC -->|"power"| MCU
PMIC -->|"power"| ACC
PMIC -->|"power"| FLASH
Key component choices
โ MAX30003 โ the de-facto irreplaceable chip today: a specialized single-channel AFE for wearable ECG. Biopotential input, ADC, filtering, R-peak detection and RR-interval computation, lead-off detection โ all implemented in silicon at a power level unattainable if the same tasks were solved with discrete electronics and an MCU.
โ nRF52810/811 โ Nordic MCU, optimized for miniature BLE devices.
โ LIS2DW12 โ accelerometer chip, strongly recommended for motion-artifact rejection.
โ SPI flash buffer โ data-buffering chip for when there is no phone connection for more than a few minutes.
Power budget
30 days (720 h), data transfer no more than every 30 s, no real-time streaming
| Component / mode | Current |
|---|---|
| MAX30003 streaming | 85 ยตA |
| nRF52 sleep (RTC) | 1.5 ยตA |
| nRF52 BLE TX (~50 ms every 30 s) | 8.5 ยตA |
| LIS2DW12 low-power | 1 ยตA |
| Average total | 95โ100 ยตA |
Required battery 100โ130 mAh, LiPo 5ร20ร3 mm, ~3 g.
โ Goal of a month without recharging โ looks achievable
Cost estimate
10k+ volume, FOB Shenzhen
| Item | $ |
|---|---|
| MAX30003 (specialized, expensive) | 7.0 |
| nRF52810 (alt: EFR32MG22) | 2.0 |
| LIS2DW12 | 0.4 |
| SPI NOR flash 4 MB | 0.3 |
| LiPo 100โ130 mAh | 1.8 |
| PCB 4-layer flex-rigid + assembly | 2.0 |
| Ag/AgCl electrodes + adhesive base | 1.2 |
| Enclosure (injection molding) | 1.8 |
| MAX77658 (charger, LDO, fuel gauge) | 3.0 |
| Passives, antenna, connectors | 0.5 |
| Total cost of goods | 20 |
The battery can be replaced with primary cells โ this cuts cost and removes the charging circuit, but creates enclosure-sealing problems.
โ Goal of $15โ20 cost of goods โ looks achievable
| assembly + test + packaging ร1.3 | $26 |
| manufacturer margin (20%, unless the project is charity) | $31 |
| logistics, warehousing, warranty | $35 |
| retail markup ร2 (stores) | $70 |
Not yet counted: R&D, certification (if required), marketing, reverse logistics.
โ Goal of a $15โ20 final consumer price โ unachievable
Other considerations and risks
- If the device must not merely report HRV but detect dangerous conditions with diagnoses/advice, the project moves into the medical domain and requires expensive, lengthy certification (up to $300k, up to 18 months).
- Prolonged wear may cause skin irritation, electrode detachment, contact degradation and user complaints. Adhesive biocompatibility for >7 days on skin requires a medical-adhesive supplier (3M, Vancive, Scapa Healthcare).
- ECG quality on dry electrodes in real wear requires field trials; the design may need to change or add a 3rd electrode (which sharply improves measurement quality). Overall, the mechanics of electrodes and patch may matter more than the electronics if the electrode lifts when the body rotates or sweat disrupts contact. The prototype should test: standard Ag/AgCl electrodes; dry electrodes; flexible printed electrodes; conductive gel; hydrogel patches; a combined reusable enclosure + disposable electrode sticker.
- The chest-worn patch antenna radiates upward and sideways; with the phone in a back pocket, BLE through the body loses up to โ30 dB, and wet synthetic clothing adds another โ5 dB. Effective range drops to 1โ3 m. Bench tests needed. An SPI flash buffer is required, otherwise data is lost. Alternatively โ inform users that the device does not work when the phone is not on them.
Key baseline questions
- Calculations assume accumulation of processed data with BLE transfer once every 30 seconds (burst transfer). If a raw real-time ECG stream is needed, with indication of each heartbeat, battery life may drop to 5 days. We propose providing a raw-ECG mode, but only for rare, short test and diagnostic procedures.
- Depth of protection against the device working with other apps? Consumer-grade is done via a handshake; serious industrial-grade protection against hackers requires an MCU with secure boot and factory provisioning.
Proposed stages, optimistic cost and timeline
Development requires a coordinated team of 2โ3 qualified engineers experienced in building devices of this level (available).
- Goal
- Prove the chosen architecture can measure RR with two electrodes at acceptable autonomy.
- Work
- Analysis of the MAX30003 and its pairing with the Nordic MCU; prototype schematic; input-path breadboard; basic BLE firmware; receiving RR from the MAX30003 and a raw ECG stream for debugging; power-consumption measurement; testing 2 vs 3 electrodes; initial trials on a few volunteers.
- Result
- Working breadboard; ECG graphs; RR stream into a test utility; signal-quality report; power-consumption report; recommendation on further architecture.
- Goal
- Build a compact board and enclosure close to the real device.
- Work
- Miniature PCB; power optimization; enclosure design; electrode-sticker design; BLE protocol with authorization; debugging and OTA reflashing; autonomy testing; motion testing; pilot-batch preparation.
- Result
- 10 engineering samples; documentation; firmware; a test demo app (for later integration of its protocols into the target app); a report on problems and limitations.
- Additionally
- One-time injection mold for all subsequent enclosures: โฌ15โ40k.
- Goal
- Verify manufacturing reproducibility and user scenarios.
- Work
- DFM/DFT analysis; production tests; batch assembly; field trials; failure-statistics collection; BOM refinement; series-version preparation.
- Result
- Pilot batch; reliability report; final changes before mass production.