Wearable Devices
Wearable Devices
System Overview:
1. Microcontroller/Processor
2. Sensors
3. Battery & Power Management
4. Embedded Software
5. PCB Design Considerations
Since a smartwatch runs on a small battery, the MCU must support low-
power modes like Deep Sleep or Ultra-Low Power (ULP) mode.
RAM: Needed for temporary data storage and sensor data buffering.
Flash Storage: Required for firmware storage and OTA (Over-the-Air)
updates.
The Apple S1 is the integrated computer in the Apple Watch, and it is described as
a "System in Package" (SiP) by Apple Inc.
System-in-Package design:
It uses a customized application processor that together with memory, storage and
support processors for wireless connectivity, sensors and I/O constitute a complete
computer in a single package. This package is filled with resin for durability.[9]
Fig:1 Fig:2
An illustration of the encapsulated S1 package Illustration shows the positions of the chips
and other components inside the S1 package
Concept:
Dynamic Voltage Scaling (DVS) is a technique where the supply voltage of the
MCU is adjusted based on the processing requirements. Lowering the voltage
reduces power consumption; while increasing it ensures higher performance
when needed.
How it Works:
Concept:
Deep sleep modes drastically reduce power consumption by shutting down most
MCU components while retaining essential functionality.
How it Works:
Sleep Mode: CPU stops, but peripherals run (e.g., screen on, sensors
active).
Deep Sleep Mode: CPU, clock, and most peripherals are off, but RTC
and low-power sensors remain on.
Hibernation Mode: Almost everything is turned off except for a wake-
up trigger (e.g., a button press).
3. Clock Gating
Concept:
Clock gating is a technique that turns off the clock signal to unused peripherals,
preventing them from consuming power.
How it Works:
Functionality
Integration in Smartwatches
Placement
Connection to MCU
Communication Protocols
I²C: Used for most applications due to its simplicity and minimal wiring.
SPI: Used when higher data rates are required for real-time motion
tracking.
The Apple Watch measures heart rate using a built-in optical heart sensor
that employs photoplethysmography (PPG) technology, which involves
flashing green LED lights on the skin and measuring the reflected light to detect
blood flow changes with each heartbeat.5 This sensor supports a range of 30 to
210 beats per minute (BPM) and can measure heart rate continuously during
workouts and for three minutes after the workout ends to determine recovery.
Fig:3. Apple Watch Series 6 sensor layout.
The Apple Watch's SpO₂ sensor measures the percentage of oxygen in your
blood, known as blood oxygen saturation (SpO₂). It does this by using red and
infrared light from its sensor to determine the color of your blood, which
reflects from the blood vessels in your wrist. The sensor detects how much
light is absorbed by your blood, which varies based on the amount of oxygen it
carries. Oxygenated and deoxygenated blood absorb red and infrared light
differently, allowing the Watch to calculate blood oxygen levels accurately.
The Apple Watch Series 8 and later models, including the Apple Watch Ultra,
feature a temperature sensor designed to measure wrist temperature while you
sleep. This sensor takes readings every five seconds to improve accuracy by
reducing bias from the outside environment. Advanced algorithms then use
this data to provide an aggregate temperature for each night.
The ECG app can indicate whether your heart rhythm shows signs of atrial
fibrillation (AFib), a form of irregular heart rhythm, or sinus rhythm, which
means your heart is beating in a normal pattern.
The Apple Watch includes a barometer, also known as an air pressure sensor,
which measures changes in atmospheric pressure. This sensor can be used to
track altitude changes and monitor weather conditions, such as predicting
storms based on changes in barometric pressure.57
The Apple Watch has an NFC chip that is primarily used for Apple Pay and
unlocking HomeKit-compatible smart locks.
The Apple Watch uses Bluetooth to connect to its paired iPhone when the
iPhone is nearby, which is more power-efficient. If Bluetooth is unavailable, the
watch will try to use Wi-Fi to communicate. The watch can connect to
802.11b/g/n 2.4GHz networks, and some models can also connect to 5GHz
networks.7 Public networks that require logins or subscriptions are not
supported by the Apple Watch.
Apple is also exploring the use of PPG sensors for blood pressure
monitoring. A paper published in 2024 detailed a hardware-based system
using a PPG sensor for both heart rate and blood pressure recording, which
was able to detect hypertension with an accuracy of 92.42% using machine
learning algorithms.
Battery life is one of the most critical factors in designing a smartwatch. Efficient
power management ensures longer usage while maintaining performance.
Apple Watch SE and Apple Watch Series 5 and later have built-in software and
hardware systems that help reduce performance impacts that may be noticed in
certain conditions such as a battery with a low state of charge, a high peak
power situation, or a chemically aged battery. The system is automatic, always-
on, and works to provide the best possible performance. Power needs are
dynamically monitored, and performance is managed to address these needs in
real time. The system allows Apple Watch SE and Apple Watch Series 5 and
later to balance and reduce performance impacts as much as possible.
About Optimized Battery Charging and Low Power Mode on Apple Watch
With watchOS 7 and later, Apple Watch learns from your daily charging habits
to improve the lifespan of battery. This feature, called Optimized Battery
Charging, is designed to reduce the wear on your battery and improve its
lifespan by reducing the time Apple Watch spends fully charged.
4. Embedded Software:
Uses I²C, SPI, UART, and ADC interfaces for sensor communication.
Implements interrupt-based or polling-based data reading.
🔹 Example:
Example: Apple Watch Series PCBs use Ultra-Thin HDI Rigid-Flex PCBs
with embedded passives.
5.2 Layer Stack-Up and Component Placement
Wearables use high-speed interfaces like SPI, I²C, BLE, and GPS, requiring
optimized routing.
Example: Garmin smartwatches use separate ground planes for RF and digital
circuits to reduce cross-talk.
RF Considerations
Thermal Management