Start with a device worn on the body, where signal quality, comfort, battery life, consent, and interpretation all meet. Wearable IoT succeeds when it turns imperfect personal signals into useful feedback without pretending the device knows more than the measurement can support.
Phoebe’s Field Notes: Why The Watch’s Own mAh Math Works
Phoebe’s Why
This chapter’s smartwatch battery budget adds up mA-times-hours for each state and calls the sum “mAh/day.” That is not a shortcut – it is exactly what a milliamp-hour is. Current is charge flowing per second, so multiplying a state’s current by the time it runs gives the charge that state actually moved, and adding every state’s charge gives the day’s total charge, in the same units the battery is rated in. The physics underneath also explains the chapter’s own headline finding without any new arithmetic: a state that runs a small fraction of the day still dominates the budget if its current is disproportionately larger, which is precisely why an always-on display beats out a sleeping MCU even though the MCU runs for the entire 24 hours.
The Derivation
Charge is the time-integral of current; for a state at roughly constant current \(I_k\) running for time \(t_k\), that integral collapses to a product:
For a worst case, Kirchhoff’s current law says simultaneous loads simply add, and that instantaneous current sets a momentary voltage sag through the source’s internal resistance \(R_{int}\):
\[I_{peak} = \sum_k I_k \qquad \Delta V = I_{peak}\,R_{int}\]
Worked Numbers: Rebuilding This Chapter’s Own Battery Budget
Recomputing this chapter’s own table: MCU \(5\times6 + 0.02\times18 = 30.4\) mAh, display-active \(15\times3=45\) mAh, PPG \(1.5\times24=36\) mAh, BLE \(8\times0.5=4\) mAh \(\rightarrow\) total \(115.4\) mAh/day, giving \(300/115.4=2.60\) days – matching this chapter’s own “115 mAh/day, 2.6 days.”
Adding the always-on display term, \(3\times21=63\) mAh: total \(178.4\) mAh/day \(\rightarrow 300/178.4=1.68\) days, matching this chapter’s own “1.7 days”; adding 1 hour of GPS (\(25\times1=25\) mAh) reaches \(203.4\) mAh/day \(\rightarrow 300/203.4=1.47\) days, matching “1.5 days.”
Why active-versus-sleep dominates, quantified: the MCU’s own active contribution (30 mAh) is \(83.3\times\) its sleep contribution (0.36 mAh), so despite running only 6 of 24 hours, active mode supplies \(98.8\%\) of the MCU’s own daily charge – any firmware bug that keeps the MCU from reaching deep sleep costs far more than shaving active-mode current ever could.
The IR-drop half of the story: summing every load at once (worst case) gives a peak of \(5+15+1.5+8+25=54.5\) mA. At a catalog-typical small-format Li-poly internal resistance of \(0.2\ \Omega\), that pulse sags the rail by only \(54.5\ \mathrm{mA}\times0.2\ \Omega = 10.9\) mV, about \(0.29\%\) of a 3.8 V nominal cell – negligible here. That is the opposite finding from a coin cell’s tens-of-ohms internal resistance, and it is why this watch’s own worksheet can treat mAh bookkeeping alone as sufficient: the source is strong enough that voltage sag is not this design’s limiter, charge budget is.
Photoplethysmography (PPG): Optical heart rate sensing detecting blood volume changes under the skin using an LED and photodetector.
Inertial Measurement Unit (IMU): Sensor combining accelerometer and gyroscope to measure motion for step counting, fall detection, and gesture recognition.
Heart Rate Variability (HRV): Time variation between successive heartbeats; low HRV correlates with stress and reduced recovery, tracked by advanced fitness devices.
Continuous Glucose Monitor (CGM): Subcutaneous sensor measuring interstitial glucose every 5 minutes, eliminating finger-prick tests for diabetes management.
Activity Classification: On-device ML model distinguishing walking, running, and sleep from raw IMU data without cloud round-trips.
Form Factor Constraint: Physical size and weight limit that directly constrains battery capacity, sensor count, and achievable battery life.
Skin Conductance (EDA): Electrodermal activity sensor measuring sweat gland response as a proxy for stress, used in emotion-sensing wearables.
Wearable IoT represents one of the fastest-growing consumer technology markets, with a projected $1.6 trillion business opportunity (Morgan Stanley). Understanding the design principles that determine adoption success is critical - research shows 33% of users abandon wearable devices within 6 months.
Chapter Roadmap
First we ask whether a device can pass the wear test: comfort, claim, trust, privacy, and daily routine.
Then we match sensor placement to the product claim, separating wellness trends from safety and clinical-adjacent outputs.
Next we review market preferences, design principles, and common adoption failures before the technical calculators.
After that we quantify battery drain and sleep-tracking confidence.
Finally you use quizzes, pitfalls, and the summary to check whether a wearable should publish, withhold, or qualify a body signal.
Checkpoints recap the practical decision points, and Deep-dive material can be skimmed on a first pass unless you need the calculation detail.
23.3 Wearables Must Pass the Wear Test
First stop: the device has to stay on the body before its sensing stack matters.
A wearable succeeds only if people keep wearing it. Sensors, dashboards, and models are secondary to comfort, battery life, trust, privacy, and a clear reason to keep the device on the body. A watch, ring, patch, chest strap, earbud, textile, or CGM can all collect useful data, but each placement changes accuracy, social acceptability, charging habits, skin contact, and what claims the product can safely make.
Start with the action the wearable supports. Is it a wellness trend, training adjustment, fall-risk alert, medication prompt, glucose decision, workplace-safety warning, or clinical workflow? The answer determines sensor placement, validation depth, user messaging, and regulatory risk.
The same wearable sensor package becomes a different product when the claim changes: consumer fitness optimizes comfort and habit, medical-grade wearables require evidence and traceability, and workplace-safety wearables prioritize rugged real-time alerts.
The wear test has several parts. Physical comfort covers weight, strap pressure, skin irritation, sweat, water exposure, sleep posture, and whether the device catches on clothing or work equipment. Behavioral comfort covers charging routines, notification load, setup effort, and whether the device makes the user feel monitored rather than supported. Social comfort covers appearance, workplace acceptability, cultural expectations, and whether a visible health device reveals information the user would rather keep private.
Wearability question: can the user tolerate the form factor during sleep, exercise, work, hygiene, charging, and social situations?
Claim question: is the output a wellness trend, coaching hint, safety assist, clinical screening, diagnosis, or treatment input?
Trust question: how are uncertainty, missing data, motion artifacts, skin-contact issues, and battery limits shown to the user?
Accuracy also depends on where the device sits on the body. Wrist PPG is convenient but vulnerable to motion, loose fit, tattoos, skin tone, and cold-weather perfusion changes. Chest ECG straps can capture cleaner cardiac signals but are less acceptable for all-day wear. Rings may improve overnight comfort for some users but have smaller batteries and different optical geometry. CGM patches measure interstitial glucose rather than blood glucose and need careful messaging about lag, alarms, and treatment decisions.
For beginners, the key point is that wearables turn human adoption into an engineering requirement. A technically strong sensor that is removed, muted, hidden in a drawer, or distrusted is not collecting useful longitudinal data. A successful wearable aligns the body placement, battery model, claim, feedback language, and privacy boundary with the user behavior it is trying to support.
23.4 Match Sensors to Placement and Claim
Wearable prototypes often mix optical, motion, electrical, thermal, and biochemical signals. Apple Watch, Fitbit, Garmin, Oura, Whoop, Polar H10, Dexcom G7, and Abbott FreeStyle Libre illustrate different tradeoffs across wrist, ring, strap, and sensor-patch designs. The platform path may include BLE, ANT+, smartphone apps, Apple HealthKit, Google Health Connect, cloud APIs, HL7 FHIR for clinical integration, or a research export pipeline.
Start by writing the product claim in the weakest form that still creates value. “Shows resting heart-rate trend” needs different evidence than “detects arrhythmia.” “Supports sleep routine awareness” needs different evidence than “diagnoses sleep apnea.” “Encourages hydration habits” is different from “detects dehydration before symptoms.” This wording matters because it decides whether the team needs consumer usability testing, algorithm validation against a reference device, clinical evidence, medical-device quality management, or a clinician review workflow.
For cardiac signals: record PPG wavelength, sample rate, LED current, skin contact, strap tightness, motion artifact flag, ECG lead placement, reference device, and confidence interval.
For motion and fall detection: record accelerometer/gyroscope range, sampling frequency, body placement, activity class, impact threshold, posture transition, confirmation prompt, and emergency-contact fallback.
For sleep and recovery: record sleep window, movement, heart-rate trend, HRV method, skin temperature, SpO2 availability, wake confirmation, and uncertainty rather than over-precise sleep-stage labels.
For glucose and clinical-adjacent workflows: record sensor age, calibration or factory-calibration status, lag between interstitial and blood glucose, alarm threshold, medication relevance, clinician review path, and data-sharing consent.
A practitioner should run placement and artifact tests before polishing the app. Test wrist fit across wrist sizes, exercise types, sweat, cold, tattoos, darker and lighter skin tones, and loose straps. Test rings during sleep, hand washing, resistance training, and daily work. Test patches for adhesive life, skin reaction, showering, and removal. Test earbuds for movement, ear shape, and battery heat. Record when the device is not worn, when skin contact is poor, and when the model should withhold a metric instead of producing a confident but wrong score.
Battery testing should use real feature combinations. Continuous PPG, SpO2, GPS, always-on display, haptics, audio, LTE, and frequent BLE sync can turn an advertised multi-day device into a daily-charge product. Decide which features degrade first: lower sampling, reduced display, delayed sync, disabled GPS, or missing metric. Then make that degradation visible to the user so a low-power mode does not silently reduce safety or clinical-adjacent claims.
Finally, design the data-sharing path explicitly. Some users want social fitness sharing; others treat body data as highly private. Employer wellness, insurer incentives, research studies, family caregiver access, and clinician dashboards all require different consent, revocation, export, retention, and audit behavior. The practitioner question is not “can the platform share data?” but “which sharing is appropriate for this claim and this user relationship?”
Population analytics can be useful and sensitive even when the source device looks like consumer wellness. A Jawbone-style aggregate sleep trace after an earthquake can reveal neighborhood recovery patterns; a HAPIfork-style connected utensil can turn meal tempo into coaching or adherence data; and a phone health dashboard can combine activity, nutrition, glucose, sleep, respiratory rate, oxygen saturation, and weight. Treat those outputs as derived health inferences, not harmless gadget telemetry. If the product will compare people, infer pregnancy or routines from purchases and location traces, or share trends with researchers, insurers, employers, or public dashboards, the consent and aggregation record should say what is inferred, at what population threshold it may be reported, and which individual-level data is withheld.
23.5 Body Data Needs Strong Boundaries
Wearables collect intimate, longitudinal signals. The architecture should keep raw sensor data, derived metrics, coaching messages, emergency alerts, and clinical claims separate. A step trend, stress score, arrhythmia notification, glucose alarm, and workplace fatigue alert need different validation and governance.
The signal pipeline should preserve enough context to explain every metric. A PPG heart-rate value is more trustworthy when it carries timestamp source, LED configuration, sample window, contact quality, motion artifact score, firmware version, algorithm version, and whether the user was resting, sleeping, exercising, or in an unknown state. An IMU event may need sampling rate, placement, orientation, activity class, fall-detection confidence, and whether a confirmation prompt was answered. A glucose event may need sensor age, calibration status, trend arrow, alarm state, and delivery path.
Signal boundary: define sensor placement, sampling schedule, filtering, artifact rejection, calibration, firmware version, missing-data behavior, and whether processing runs on-device, phone, or cloud.
Power boundary: define battery capacity, charging routine, always-on display cost, GPS duty cycle, PPG duty cycle, BLE sync interval, low-power mode, and what features degrade first.
Privacy boundary: define biometric retention, location sharing, employer or insurer access, research consent, deletion, export, account recovery, and child or dependent-user handling.
Regulatory boundary: define whether FDA, SaMD, ISO 14971 risk management, IEC 62304 software lifecycle, HIPAA, GDPR, or local medical-device rules apply before marketing a health claim.
The strongest wearable design can trace a metric from body signal through firmware, phone app, model, uncertainty label, user action, and support or clinical workflow without pretending that a convenient sensor is automatically a clinical instrument.
Named body-area examples are useful because they expose different boundaries. A dance-sensing garment or body-area network node has to prove placement, motion artifact handling, short-range relay behavior, and whether the phone or tablet receives enough quality metadata to interpret the movement. A battery-free miniature radio tag, such as the Stanford/Berkeley class of self-contained 24/60 GHz research motes with roughly a 50 cm read range, shifts the review toward reader proximity, harvested energy, antenna orientation, and what happens when the reader is absent. An on-eye glucose lens shifts the same pattern toward tear-to-blood lag, biocompatibility, and clinical claim limits, while an epicardial flexible cardiac sensor sheath shifts it toward surgical placement, pH or temperature calibration, arrhythmia evidence, and the escalation owner for a high-risk alert.
Medical body-area networks add a pipeline boundary. A blood-pressure cuff, pulse oximeter, EEG patch, and inertial sensor may feed a phone, laptop, or decision management unit that collects, filters, analyzes, and decides before anything reaches a physician dashboard, medical information database, or emergency workflow. The review should keep raw vital signs, filtered features, decision rules, alert routing, and remote-access permissions separate so a monitoring system does not confuse a local wellness display with clinical escalation.
Respiratory wearables show why validation evidence must name the reference signal. A tri-axial accelerometer on the ribcage or abdomen can estimate respiratory rate and flow waveform, but the claim should say whether it was compared against cannula pressure, an Orient-style respiration trace, VO2 or activity correlation, or another reference. The useful evidence is not just “breathing detected”; it is placement, sample rate, filtering, correlation window, motion artifact state, and the conditions where the respiratory-rate estimate is withheld.
Under the hood, edge and cloud split the work. On-device processing protects latency and privacy for simple classification, artifact detection, and immediate alerts, but it is limited by battery, compute, memory, and thermal budget. A phone can handle richer user interaction, buffering, secure sync, and local notifications. Cloud services can support longitudinal analytics, population-level model improvement, clinician portals, and research exports, but they increase privacy, security, availability, and consent obligations. The architecture should show which layer owns each decision and what happens when BLE, cellular, or cloud access is unavailable.
Security is also harder because the device is close to the body but often controlled through a phone and cloud account. Pairing, account recovery, firmware signing, secure boot where available, encrypted storage, key rotation, and revocation must be tested against lost phones, second-hand device resale, caregiver access, and shared household devices. If a user deletes an account, the product needs a clear rule for raw samples, derived metrics, backups, research exports, and records already shared with a healthcare provider or study.
Workplace wearables need a BYOW or BYOD policy before the pilot scales. A watch, band, badge, camera, or smart-glasses device can create value for fatigue, safety, access, or workflow support, but it also raises security threats, data privacy, identity and access management, ownership of data outside IT, compliance requirements, physical-safety exposure, repairability, and user-benefit concerns. Treat the policy as part of the technical release evidence: who owns the device, who may see worker data, how the user opts out, what happens when the device is lost, and which safety decisions are never delegated to an unmanaged wearable.
The engineering discipline is to keep wellness, safety, and clinical paths from blurring. A wellness score can tolerate uncertainty if the app communicates trends and confidence. A fall alert needs conservative escalation and cancellation behavior. A medical-device feature needs validation, traceability, risk management, and post-market monitoring. Keeping those paths separate lets one wearable platform support multiple features without overclaiming what the body signal can prove.
Checkpoint: Wear Test and Boundaries
You now know:
Wearable IoT is framed here as a $1.6 trillion opportunity, but adoption risk is immediate because 33% of users abandon devices within 6 months.
The same sensor can be a wellness trend, safety assist, or clinical workflow input depending on the claim.
Body data needs separate signal, power, privacy, and regulatory boundaries so a convenient sensor is not mistaken for a clinical instrument.
23.6 Learning Objectives
By the end of this chapter, you will be able to:
Apply the nine design principles that determine wearable success (Endeavour Partners framework)
Explain why wearables are different from other IoT devices
Assess consumer preferences for wearable placement and features
Avoid common wearable pitfalls (data accuracy, battery life, sensor drift)
Calculate sleep tracking accuracy and appropriate user communication
23.7 Wearables Basics
Wearables are IoT devices you wear on your body - smartwatches, fitness trackers, smart glasses, health monitors. They’re different from other IoT devices because:
Why People Love Wearables:
Always with you: Unlike a phone you might forget, wearables stay on your body
Hands-free: Check notifications or track activity without pulling out your phone
Must be comfortable: If it’s uncomfortable, users won’t wear it (33% abandonment rate!)
Battery anxiety: Users expect multi-day battery life, not daily charging
Data privacy: Biometric data (heart rate, location, sleep) is deeply personal
Fashion matters: Ugly devices don’t get worn, no matter how smart
Real Example: Fitbit succeeded because it was comfortable enough to wear 24/7, had 5-7 day battery life, and looked good enough to wear to work. Compare to early smartwatches that needed daily charging and looked like calculators strapped to wrists - they failed.
Key Lesson: Wearables must solve the “wear test” - if users take it off after a week, all the smart features are worthless.
23.8 MVU: Minimum Viable Understanding
If you remember only 3 things from this chapter:
The 33% Abandonment Rule: One-third of wearable users abandon their devices within 6 months – success requires mastering nine design principles (comfort, aesthetics, battery, utility, integrability, setup, quality, customization, lifestyle fit) not just packing in more sensors
Consumer vs. Clinical Accuracy Gap: Consumer wearable sensors have significant error margins (PPG heart rate +/- 5-10 BPM, step counting +/- 10-15%, sleep staging 74% accuracy) – they are wellness tools for trend tracking, not clinical instruments for medical diagnosis
Trends Beat Absolutes: A single wearable reading is unreliable (motion artifacts, sensor drift, skin conditions), but 7-day rolling averages achieve 91% accuracy for trend detection – design for longitudinal insights, not point-in-time precision
Quick Decision Framework: When evaluating wearable design, ask: “Would a user still wear this after a week?” If comfort, battery, or aesthetics fail the daily wear test, no amount of sensor accuracy matters.
23.9 For Kids: Meet the Sensor Squad!
Wearable sensors are like tiny superheroes riding on your wrist – they watch over you all day and night!
23.9.1 Sammy’s Smartwatch Day
Sammy just got a brand new smartwatch, and the tiny sensors inside were SO excited for their first day on the job!
Heartbeat Harry (the PPG sensor) was a tiny light that glowed green against Sammy’s wrist. “I shine a green light through your skin and watch how it bounces back! When your heart beats, more blood flows through, and my light changes a tiny bit. I count every single heartbeat – that’s how I know your heart rate is 72 beats per minute right now. Pretty cool, right?”
During PE class, Sammy started running, and Steppy the Accelerometer bounced with excitement. “I can feel EVERY movement! When Sammy’s arm swings forward – that’s one step! Swing back – another step! I’ve counted 4,327 steps today. But I have to be honest – sometimes when Sammy waves her arms while talking, I accidentally count those as steps too. Nobody’s perfect!”
At bedtime, Dreamy the Sleep Tracker took over. “I work with Heartbeat Harry and Steppy at the same time! When Sammy stops moving AND her heart slows down, I know she’s falling asleep. When her heart beats in a special pattern and her eyes move (even though she’s sleeping!), I know she’s dreaming! I’m not as accurate as the machines at the hospital, but I can tell Sammy if she’s sleeping better or worse than last week.”
By morning, Battery Bob was getting worried. “I started at 100% yesterday, but all that sensing used up my energy! Heartbeat Harry checking every second… Steppy counting all day… Dreamy watching all night… I’m down to 35%! If Sammy turns on GPS for a run, I’ll be empty by lunchtime!”
Sammy looked at her watch and smiled. “My sleep score went up from 72 to 78 this week! The watch says I’m sleeping 20 minutes longer than last week. I’ll keep going to bed at the same time!”
Dreamy whispered to the other sensors: “See? She didn’t need to know the exact minutes. She just needed to know the TREND is going up. That’s what we do best!”
23.9.2 Key Words for Kids
PPG Sensor: A tiny green light that shines through your skin to count heartbeats.
Accelerometer: A sensor that feels every movement, shake, and step you take.
Sleep Tracking: Using movement and heart rate together to figure out when you’re sleeping.
Battery Life: How long a wearable can work before it needs to be charged again.
Trend: Whether something is getting better or worse over time – more useful than a single number.
23.10 The Wearable IoT Market
The opening sections defined trust; next comes placement, market preference, and adoption design.
Market Projections:
Morgan Stanley: $1.6 trillion business opportunity. Timeline: Long-term market potential.
ABI Research: 485 million annual shipments. Timeline: Historical baseline.
Current Market: ~500M+ devices shipped annually. Timeline: 2025 estimates.
Consumer Preferences for Wearable Placement:
Wristband (65%): Dominant form factor for watches and trackers.
Glasses (55%): Growing with AR/VR interest.
Armband (40%): Popular for fitness and running.
Shirt (31%): Smart textiles are emerging.
Coat (26%): Outerwear integration.
Contacts (20%): Future potential.
Shoes (20%): Fitness and posture tracking.
23.11 Sensor Placement Strategy
Wearable accuracy depends as much on placement as on the sensor itself:
Wrist PPG is convenient but vulnerable to motion artifact, loose straps, skin tone variation, tattoos, and cold-weather perfusion changes. It is best for trends and resting heart rate rather than high-intensity clinical decisions.
Chest ECG straps and patches capture cleaner cardiac signals because they measure electrical activity near the heart, but they trade away comfort and daily wearability.
Rings and ear-worn sensors can improve optical contact for some users, while shoes and insoles are stronger for gait, load, and posture signals.
Design the form factor around the decision the device must support. A comfortable wrist tracker may be enough for wellness trends; medication titration, arrhythmia diagnosis, or fall-risk scoring needs a placement and validation strategy that matches the clinical claim.
23.12 Wearable Computing History
1268 AD – Roger Bacon’s lenses: First documented “wearable” augmentation device.
1970-1980 – Calculator watches: Casio and HP bring computing to the wrist.
1997 – Steve Mann’s research: Pioneered the concept of a “shrinking computer” for body-worn systems.
2007 – iPhone launch: Created the Bluetooth accessory ecosystem that enabled modern wearables.
2013 – Smartwatch wave: Pebble, Samsung Gear, and Fitbit Force brought wearables mainstream.
2015 – Apple Watch: Premium smartwatch established health tracking as a primary value.
2020s – Medical-grade wearables: FDA-approved ECG, SpO2, and CGM features reach consumer devices.
Figure 23.2: Wearable IoT Ecosystem Architecture - Data flow from body-worn sensors through processing layers to user insights
23.13 Wearable Design Principles
Research by Endeavour Partners analyzing wearable abandonment rates identified nine critical design principles:
Selectable/Adoptable: Give users choice in features and customization. Example: Fitbit lets users choose which metrics to track.
Aesthetic Design: Visual appeal and fashion compatibility matter. Example: Withings designs look like premium fashion, not medical devices.
Out-of-Box Setup: The first-time experience must be easy and short. Example: Fitbit pairs via Bluetooth in under 2 minutes.
Robust Quality: Wearables must survive water, sweat, and impacts. Example: Apple Watch IP68 waterproof rating.
Intuitive UX: Interaction should be simple without a manual. Example: Tap to wake and swipe to navigate.
Integratable API: A strong developer ecosystem improves data portability. Example: Fitbit and Apple Health APIs support 100,000+ apps.
Lifestyle Compatible: The device must fit daily routines without disruption. Example: Multi-day battery and automatic activity detection.
Overall Utility: Users must understand the value proposition quickly. Example: “Optimize sleep and recovery” is clear.
Figure 23.3: Wearable Design Principle Decision Tree - Evaluating adoption risk through the nine design principles
23.14 Why Pebble Succeeded
Pebble’s Design Principle Adherence:
7-day battery life (Lifestyle Compatible) vs. competitors’ 1-day
E-paper display readable in sunlight (Robust Quality)
Affordable $150 price (Adoptable) vs. $300+ competitors
Open API with 6,000+ apps (Integratable)
Simple 4-button interface (Intuitive UX)
Result: Pebble sold 2 million devices via Kickstarter before being acquired by Fitbit. Competitors with better specs but worse design principles failed.
Checkpoint: Placement and Adoption
You now know:
Placement preference is not uniform: this chapter lists wristband at 65%, glasses at 55%, armband at 40%, and contacts or shoes at 20% each.
The nine design principles matter because users compare comfort, setup, durability, API integration, and lifestyle fit before they care about a hidden sensor stack.
Pebble’s example links adoption to a 7-day battery, 6,000+ apps, and 2 million devices sold rather than to maximum sensor count.
23.15 Common Wearable Pitfalls
Now the chapter turns to failure modes: overclaimed accuracy, fast battery drain, and drifting signals.
23.16 Common Pitfall: Data Accuracy Assumption
The mistake: Treating consumer wearable data as clinical-grade measurements and making health decisions based on readings with significant error margins.
Symptoms:
Users panicking over heart rate “anomalies” that are sensor artifacts
Sleep stage percentages treated as precise when they have 20-30% error
Step counts varying by 15-25% between devices worn simultaneously
The fix: Understand each sensor’s accuracy specifications. Use trends over time rather than individual readings. Consult healthcare providers before acting on concerning readings.
23.17 Practice: Wearable Accuracy Claim Triage
A team wants to launch a wrist wearable that reports resting heart-rate trend, sleep quality trend, fall-risk alerts, and “detects dehydration before symptoms.” Before approving the feature list, classify each claim by the evidence it needs.
Resting heart-rate trend: frame as a wellness trend over 7+ days. Compare against a reference monitor across resting, walking, cold-weather, and loose-strap cases.
Sleep quality trend: frame as relative sleep consistency, not exact sleep stage diagnosis. Validate trend direction against diary or lab subset data, then show uncertainty in the UI.
Fall-risk alert: frame as a safety assist that asks for confirmation. Test sensitivity, false positives, missed falls, battery drain, and emergency-contact fallback.
Dehydration detection: do not claim detection without clinical validation. Require a validated biomarker, protocol review, and clinical evidence before user-facing advice.
Review rule: if the action could change medication, diagnosis, emergency response, or clinical care, treat it as a regulated health claim until proven otherwise. If the action only helps a user notice a pattern, label it as a wellness trend and communicate uncertainty.
23.18 Battery Life Overestimate
The mistake: Selecting wearables based on advertised battery life without understanding that GPS, always-on displays, and continuous heart rate dramatically reduce runtime.
Symptoms:
Device dying mid-workout with GPS enabled
Marketed “7-day battery” lasting only 2 days
Users disabling health features to extend battery
The fix: Calculate expected usage with this power budget worksheet:
Worked Example – Smartwatch Battery Budget (300 mAh battery):
MCU (active): 5 mA x 6 hours = 30 mAh/day.
MCU (sleep): 0.02 mA x 18 hours = 0.36 mAh/day.
Display (active): 15 mA x 3 hours = 45 mAh/day.
Display (always-on): 3 mA x 21 hours = 63 mAh/day.
PPG heart rate (continuous): 1.5 mA x 24 hours = 36 mAh/day.
BLE (periodic sync): 8 mA x 0.5 hours = 4 mAh/day.
GPS tracking: 25 mA x 0 hours = 0 mAh/day.
Total with no GPS and no always-on display: 115 mAh/day = 2.6 days.
Total with always-on display: 178 mAh/day = 1.7 days.
Total with always-on display and 1 hour of GPS: 203 mAh/day = 1.5 days.
This explains why the same watch can last “7 days” (basic mode with infrequent HR sampling) or “1.5 days” (all features enabled). Always-on display is the single largest battery drain – 63 mAh/day versus 45 mAh/day for active-only display.
This calculator models the battery drain equation from the worked example above. Key insights:
Always-on display is the single largest drain: adds ~60 mAh/day (20% of a 300mAh battery)
GPS tracking uses 25 mA – a 1-hour run consumes 25 mAh (8% of battery)
Continuous heart rate adds 36 mAh/day (12% of battery)
The “7-day battery life” claim assumes minimal feature usage (no GPS, periodic HR checks, active-only display). Enabling all features reduces battery life to 1.5-2 days.
Design Principle: Target at least 3 days of battery life with typical usage patterns to avoid the “battery life overestimate” pitfall.
Checkpoint: Battery Evidence
You now know:
A 300 mAh watch budget in this chapter lands at 115 mAh/day and 2.6 days without GPS or always-on display.
Always-on display raises the example to 178 mAh/day and 1.7 days; adding 1 hour of GPS reaches 203 mAh/day and 1.5 days.
The useful design target is not the advertised 7-day claim, but at least 3 days under typical feature combinations.
23.21 PPG Motion Artifact Pitfall
Battery is only one constraint. The next pitfalls ask when to withhold or qualify a metric.
The mistake: Trusting optical heart rate during exercise without understanding that motion creates signal artifacts often larger than the pulse signal.
Symptoms:
Heart rate showing 180 BPM during casual walk (actual ~100)
Erratic spikes during arm movement
Calorie burn calculations wildly inaccurate
Why it happens: Arm movement causes sensor shift against skin. Running cadence (150-180 steps/min) matches typical exercise heart rates.
The fix: Wear tighter during exercise. Use chest straps for accurate exercise data. Trust average heart rate rather than instantaneous readings.
23.22 Skin Contact Sensor Drift
The mistake: Expecting consistent biometric readings without accounting for how skin conditions, device positioning, and environmental factors cause sensor drift.
Symptoms:
Heart rate accurate in morning but erratic by evening
SpO2 varying 3-5% between readings taken minutes apart
Electrodermal sensors becoming unresponsive after extended wear
The fix: Clean sensors daily. Verify proper fit before measurements. Use multi-day averages rather than single readings.
23.23 Worked Example: Sleep Tracking Accuracy
23.24 Sleep Accuracy Check
Scenario: A health technology company is launching a sleep tracking feature for their fitness band. They must determine appropriate accuracy claims based on validation against polysomnography (PSG), the clinical gold standard.
Total sleep time: Mean error +12 minutes (overestimates)
Deep sleep percentage: Mean error 8.1%
Sleep score correlation: r=0.71 with PSG-derived score
Key Insight: 74% accuracy is insufficient for clinical diagnosis but adequate for wellness tracking when properly communicated. By focusing on 7-day rolling averages (91% accuracy for trend detection) rather than nightly absolutes, the product delivers meaningful value.
23.25 Putting Numbers to It
The statistics of averaging explain why rolling averages dramatically improve accuracy:
30 nights: 95% accuracy (5% error) – diminishing returns vs. user impatience
The 95% confidence interval shows the range where the true accuracy likely falls. Narrower intervals indicate more reliable trend detection.
Design Principle: Show users 7-day rolling averages, not nightly absolutes. The mathematics proves longitudinal trends beat point measurements for consumer wearables.
Checkpoint: Sleep Accuracy Claims
You now know:
The sleep validation example uses 120 subjects, 1 night each, and reports 74% epoch-by-epoch accuracy with 0.58 kappa.
The chapter recomputes the trend claim from 26% nightly error over 7 nights to about 90.2%, matching the stated 91% rolling-average accuracy.
A 30-night average can reach 95% in the simplified model, but the product message still needs to say “estimates” rather than clinical diagnosis.
23.28 Wearable Sensor Technologies
With the evidence checks in place, the remaining sections move into final review.
Bioimpedance: Measures body composition and hydration. Consumer accuracy: +/- 5% body fat. Clinical accuracy: +/- 3%.
Figure 23.4: Wearable Sensor Accuracy Spectrum - Consumer vs. clinical accuracy across sensor types
23.29 AR Glasses: The Next Frontier
AR glasses represent the next evolution in wearable computing, combining: - Waveguide displays for transparent overlay - Spatial sensors for head tracking and SLAM - Bone conduction audio for private listening - Edge computing for real-time AR rendering
Challenges:
Power consumption (AR processing drains batteries quickly)
Weight constraints (must be comfortable for all-day wear)
Social acceptance (lessons from Google Glass)
Display brightness (outdoor visibility)
23.30 Knowledge Check: Wearable IoT
23.31 Wearable Design Relationships
9 Design Principles: These are the prerequisites for sensor accuracy to matter. Related chapter: IoT Stakeholder Perspectives.
Motion Artifacts: Primary cause of PPG inaccuracy. Cross-module connection: Sensor Signal Processing.
Battery Power Budget: Constrains always-on features. Cross-module connection: Energy Harvesting.
7-Day Rolling Averages: Statistical approach to overcome sensor drift. Cross-module connection: Data Analytics Methods.
AR Glasses: Next evolution requiring edge computing. Cross-module connection: Edge Computing.
The wearable IoT design space connects human factors (comfort, aesthetics), sensor engineering (accuracy, drift), power management (battery budgets), and data science (trend detection over point measurements).
23.32 Quiz: Wearable Concepts
23.33 Interactive Quiz: Sequence the Steps
Common Pitfalls
23.34 Avoid Average Body Metrics
Wearable sensors calibrated on average body sizes and skin tones perform poorly on outlier populations—PPG sensors show higher error rates on darker skin tones and very thick wrists. Include diverse body types in user testing panels and validate sensor accuracy across the target demographic range during product development.
23.35 Always-On Sensor Battery Drain
Enabling continuous heart rate, GPS, and SpO₂ monitoring simultaneously can drain a wearable battery in 4-8 hours. Users who experience this revert to periodic-only sensing, defeating the health monitoring purpose. Model power consumption per feature combination during design and set defaults to balanced modes.
23.36 Correlation vs Clinical Validity
A correlation between wristband PPG and stress in a small lab study does not constitute clinical validation. Shipping the feature without proper validation exposes users to misleading health claims and the company to regulatory risk. Follow CLIA or FDA guidance for health claims and clearly label features as ‘wellness’ (not clinical) unless properly validated.
23.37 Label the Diagram
23.38 Code Challenge
23.39 Summary
Wearable IoT success depends on understanding user needs beyond technology:
33% abandonment within 6 months demands attention to the nine Endeavour Partners design principles – comfort, aesthetics, battery life, and lifestyle compatibility are prerequisites before sensor quality matters
Nine design principles (selectable, aesthetic, easy setup, comfortable, robust, intuitive, integratable, lifestyle-compatible, overall utility) form a comprehensive framework for evaluating wearable adoption potential
Consumer vs. clinical accuracy gap: PPG heart rate (+/- 5-10 BPM consumer vs. +/- 2 BPM clinical), step counting (+/- 10-15%), and sleep staging (74% accuracy) mean consumer devices are wellness tools, not clinical instruments
Motion artifacts are the primary source of inaccurate exercise heart rate readings – running cadence (150-180 steps/min) overlaps with exercise heart rate ranges, confusing PPG algorithms
Sensor drift from skin hydration changes, sweat accumulation, and device loosening degrades accuracy over the course of a day
Trends matter more than absolutes: 7-day rolling averages achieve 91% accuracy for trend detection, while individual readings may have 26% error – design for longitudinal insights
Battery life estimation requires accounting for continuous HR monitoring (-12%/day), GPS usage (-10%/hour), and always-on display (-30% additional) – advertised battery life assumes minimal feature usage
AR glasses represent the next frontier, combining waveguide displays, spatial sensors, and edge computing, but face weight, power, and social acceptance challenges
23.40 In 60 Seconds
Wearable IoT devices capture continuous biometric data—heart rate, activity, sleep—enabling personalised health insights while balancing battery life constraints, sensor accuracy across diverse body types, and user comfort expectations.
The key insight: A comfortable device with moderate accuracy that gets worn daily provides more value than a precise device that sits in a drawer.
Wearable IoT designs must respect the body, battery, and user context. Accurate sensing only becomes useful when comfort, privacy, clinical validity, and long-term adherence are part of the design.