ABC of Electronics cosycom.com
FREE GUIDE · Biomedical Electronics & Wearables

Biomedical Electronics and Wearables, Explained Simply

How a wrist-worn device actually senses your heartbeat, oxygen level, and movement -- the biosensors, signal conditioning, and power design behind modern wearable electronics.

What Is Biomedical Electronics?

Biomedical electronics is the application of electronic circuits and systems to measuring, monitoring, or interacting with the human body — from a simple wrist-worn step counter up through hospital-grade diagnostic equipment. This page focuses specifically on wearable biomedical electronics: small, low-power devices worn on or close to the body, since that's the category most people encounter in everyday life.

Everything a wearable device does traces back to the same basic chain: sense a physical or electrical signal from the body, convert and clean up that signal electronically, then interpret, display, or transmit the result — the same sense-condition-process pattern that shows up throughout this entire course, just applied to the human body as the source.

How the Body Generates Electrical Signals

The human body genuinely produces its own small electrical signals as part of normal function. Nerve and muscle cells communicate and activate using tiny electrical impulses, and the heart in particular generates a distinct, repeating electrical pattern with every beat as its muscle tissue contracts in a coordinated sequence. These naturally occurring signals are extremely small — typically measured in millivolts, thousandths of a volt — far too weak to use directly, which is exactly why the signal conditioning covered later in this page is such a central part of biomedical electronics design.

Biosensors: Turning Body Signals Into Data

A biosensor is any sensor designed to detect a biological or physiological quantity and convert it into an electrical signal a circuit can process — the same general sensor concept from earlier in this course, specifically applied to the body. Some biosensors detect the body's own natural electrical signals directly, using electrodes placed against the skin. Others detect a physical quantity indirectly related to a biological process — light absorption, motion, pressure, or temperature — and infer something about the body's state from that measurement instead.

The next several sections walk through specific, common examples of each approach.

Heart Rate Monitoring: How It Works

Most wrist-worn wearables measure heart rate using a technique called photoplethysmography — shining light (commonly green light, which blood absorbs particularly well) into the skin and measuring how much of it reflects back to a nearby light sensor. With each heartbeat, blood volume in the skin's blood vessels increases slightly, absorbing a bit more light; between beats, it decreases, reflecting a bit more light back. This tiny, repeating fluctuation in reflected light directly corresponds to the heartbeat, and counting the fluctuations over time gives a heart rate reading.

LED Skin Sensor pulseabcofelectronics
Light reflects off the skin, and its tiny fluctuation with each heartbeat is what a wearable's optical sensor actually measures.

Pulse Oximetry: Measuring Blood Oxygen

Pulse oximetry extends the same optical technique from the previous section using two different colors of light instead of one — typically red and infrared. Blood that's carrying more oxygen absorbs these two wavelengths of light in a slightly different ratio than blood carrying less oxygen. By comparing how much of each wavelength reflects back, a pulse oximeter can estimate blood oxygen saturation as a percentage, without needing to draw any blood at all — a good example of inferring an internal biological quantity from a purely external, non-invasive optical measurement.

Motion Sensors in Wearables

Many wearables track movement using two small motion-sensing components. An accelerometer measures acceleration — how quickly speed and direction are changing — along one or more axes, which is what allows a device to count steps, detect a fall, or recognize that a wrist has flicked in a particular gesture. A gyroscope measures rotational movement — how fast something is turning — adding awareness of orientation and rotation that acceleration alone can't fully capture. Combined, these two sensor types give a wearable a fairly complete picture of how the body is moving from moment to moment, entirely independent of the optical and electrical biosensors covered elsewhere on this page.

Signal Conditioning: Amplifying and Filtering Body Signals

Whether a signal comes from the body's own natural electrical activity or from a biosensor's optical or electrical output, it typically arrives extremely small and mixed together with unwanted noise — from electrical interference, from the sensor itself, or from unrelated body movement. Signal conditioning circuitry — amplifiers that boost a weak signal up to a usable level, and filters that remove frequency ranges known to be noise rather than genuine signal — cleans this raw signal up before anything further can usefully be done with it.

This is the same amplification and filtering concept covered generally earlier in this course, just applied to signals that are unusually small and unusually noisy, which is why biomedical signal conditioning tends to demand particularly careful, high-quality circuit design.

Powering Wearable Devices

Wearable devices face a demanding power challenge: they need to run for a useful length of time — ideally days, not hours — from a battery small and light enough to comfortably wear, while continuously running sensors, signal processing, and a display or wireless connection. This tension drives much of wearable electronics design toward aggressive power efficiency: sensors and processors that spend most of their time in a low-power sleep state, waking briefly only when a measurement or calculation is actually needed, and circuitry chosen specifically for how little current it draws rather than for raw processing power.

Some wearables supplement or replace battery charging with small-scale energy harvesting — capturing a very small amount of usable electrical energy from ambient sources like body motion or light — though batteries remain the dominant power source for most current devices.

Wireless Communication in Wearables

Most wearables need to send their collected data somewhere else — typically a nearby phone or computer — using a short-range wireless radio link designed specifically for low power consumption, since a wearable's small battery can't support a strong, long-range wireless connection for long. This short-range link typically only needs to reach a device a few meters away, which allows it to use far less transmission power than a longer-range wireless connection would require, directly supporting the extended battery life covered in the previous section.

Safety, Biocompatibility, and Noise

Anything worn against skin for extended periods needs materials that won't irritate or react with the body — a property called biocompatibility, which applies to a wearable's casing and any part that directly contacts skin. Electrically, any part of a device in direct contact with the body also needs careful isolation and current-limiting design, so that even a fault condition inside the device can't pass a harmful current into the wearer.

Beyond safety, wearables also contend heavily with motion artifact — noise in a sensor's reading caused by the device shifting slightly against the skin during normal movement, rather than by any genuine change in the body's signal. A significant amount of wearable sensor design and signal processing exists specifically to detect and filter out this kind of motion-caused noise, separating it from the real physiological signal underneath.

Privacy and Data Considerations

Wearable devices continuously collect genuinely personal health data — heart rate, movement patterns, sometimes far more — which raises real questions about how that data is stored, transmitted, and used once it leaves the device. From a hardware and circuit-design standpoint, this generally means giving real thought to what data actually needs to leave the device at all, favoring on-device processing where practical, and using secure, encrypted transmission for whatever data genuinely does need to be sent elsewhere. These considerations sit alongside the purely electronic design covered throughout the rest of this page, but they're an increasingly important part of designing a wearable device responsibly.

IN SHORT
Wearable biomedical electronics follow a sense-condition-process chain: biosensors (optical, electrical, or motion-based) capture a tiny signal from the body, signal conditioning amplifies and filters it, and careful low-power design keeps it all running for days on a small battery.