<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" version="2.0">
    <channel>
        
        <title>
            <![CDATA[ Shradha Puri - freeCodeCamp.org ]]>
        </title>
        <description>
            <![CDATA[ Browse thousands of programming tutorials written by experts. Learn Web Development, Data Science, DevOps, Security, and get developer career advice. ]]>
        </description>
        <link>https://www.freecodecamp.org/news/</link>
        <image>
            <url>https://cdn.freecodecamp.org/universal/favicons/favicon.png</url>
            <title>
                <![CDATA[ Shradha Puri - freeCodeCamp.org ]]>
            </title>
            <link>https://www.freecodecamp.org/news/</link>
        </image>
        <generator>Eleventy</generator>
        <lastBuildDate>Tue, 14 Jul 2026 22:31:57 +0000</lastBuildDate>
        <atom:link href="https://www.freecodecamp.org/news/author/shradhapuri/rss.xml" rel="self" type="application/rss+xml" />
        <ttl>60</ttl>
        
            <item>
                <title>
                    <![CDATA[ Why Different Wearables Report Different Heart Rates ]]>
                </title>
                <description>
                    <![CDATA[ My partner and I have this thing where we check at what time our heart rates drop to their lowest during sleep, even though we sleep almost at the same time for a similar duration. He's on a Garmin, w ]]>
                </description>
                <link>https://www.freecodecamp.org/news/why-different-wearables-report-different-heart-rates/</link>
                <guid isPermaLink="false">6a4309759c7a549cd18f1344</guid>
                
                    <category>
                        <![CDATA[ Heart Rate Monitoring ]]>
                    </category>
                
                    <category>
                        <![CDATA[ heart rate ]]>
                    </category>
                
                    <category>
                        <![CDATA[ Wearable Technology ]]>
                    </category>
                
                    <category>
                        <![CDATA[ Health Tracking ]]>
                    </category>
                
                    <category>
                        <![CDATA[ PPG sensor ]]>
                    </category>
                
                <dc:creator>
                    <![CDATA[ Shradha Puri ]]>
                </dc:creator>
                <pubDate>Tue, 30 Jun 2026 00:10:29 +0000</pubDate>
                <media:content url="https://cdn.hashnode.com/uploads/covers/5e1e335a7a1d3fcc59028c64/bf4ce419-8c4f-4895-885b-d5af75a1df3f.png" medium="image" />
                <content:encoded>
                    <![CDATA[ <p>My partner and I have this thing where we check at what time our heart rates drop to their lowest during sleep, even though we sleep almost at the same time for a similar duration. He's on a Garmin, while I track mine with the Ultrahuman Ring AIR.</p>
<p>I know you must be thinking that doesn't make sense: two different people are never going to have the same heart rate numbers anyway. Different resting baseline, different fitness levels, different everything. And yes, that part has nothing to do with wearables at all. But it's almost a competition at this point.</p>
<p>The real question here arises when you take the comparison of the same heart rate metric with different wearables but on the <em>same person</em>. The heart rate reading will be different – again because it will depend upon the type of sensors used in each case, the speed of sampling, and the software algorithms of the sensors.</p>
<p>After you learn how they work internally, you'll finally be able to understand why the numbers are different.</p>
<h2 id="heading-table-of-contents"><strong>Table of Contents</strong></h2>
<ul>
<li><p><a href="#heading-theyre-all-measuring-the-same-thing-just-not-in-the-same-place">They're All Measuring the Same Thing, Just Not in the Same Place</a></p>
</li>
<li><p><a href="#heading-why-your-heart-rate-isnt-constant">Why Your Heart Rate Isn’t Constant</a></p>
</li>
<li><p><a href="#heading-sampling-speed-changes-what-the-device-actually-catches">Sampling Speed Changes What the Device Actually Catches</a></p>
</li>
<li><p><a href="#heading-the-algorithm-matters-as-much-as-the-sensor">The Algorithm Matters as Much as the Sensor</a></p>
<ul>
<li><a href="#heading-skin-tone-and-wrist-size-add-another-layer">Skin Tone and Wrist Size Add Another Layer</a></li>
</ul>
</li>
<li><p><a href="#heading-activity-type-throws-everything-off-differently-for-each-brand">Activity Type Throws Everything Off Differently for Each Brand</a></p>
</li>
<li><p><a href="#heading-what-this-means-if-youre-comparing-numbers-with-a-friend">What This Means If You're Comparing Numbers With a Friend</a></p>
</li>
</ul>
<h2 id="heading-theyre-all-measuring-the-same-thing-just-not-in-the-same-place"><strong>They're All Measuring the Same Thing, Just Not in the Same Place</strong></h2>
<p>All of the wearables worn on your wrist or finger use the same technique known as photoplethysmography (PPG). An LED shines light into your skin while a sensor measures how much light bounces back with each heartbeat. The technology remains the same among all manufacturers, but the difference here lies in the place of measurements.</p>
<p>Finger-based wearables measure arteries located closer to the surface of the skin than the ones on your wrist. This gives finger-based devices like the Oura Ring a real advantage.</p>
<p>This advantage becomes clear even in the sleep stage, since the movements of your fingers are smaller than the movements of your wrist during sleep. <a href="https://pmc.ncbi.nlm.nih.gov/articles/PMC8808342/">Research done to test the accuracy</a> of the heart rate reading by the Oura Ring has been able to show high consistency with the ECG measurements.</p>
<p>This is one reason Oura tends to perform well in nocturnal heart rate verification. A comparative study conducted in 2025 in the journal <a href="https://physoc.onlinelibrary.wiley.com/doi/10.14814/phy2.70527">Physiological Reports</a> pitted 5 devices (the Oura Ring Gen 3, Oura Ring Gen 4, Whoop 4.0, Polar Grit X Pro, and Garmin Fenix 6) against a medical-grade ECG for 536 nights of sleep. The Oura Ring 3 and 4 correlated the most accurately with ECGs, WHOOP correlated moderately, and Polar had the lowest accuracy.</p>
<h2 id="heading-why-your-heart-rate-isnt-constant"><strong>Why Your Heart Rate Isn’t Constant</strong></h2>
<p>One thing you need to know is that your heart rate isn’t constant even at rest.</p>
<p>It varies all the time with your breathing movement or any other stress response, even when you're sitting completely still. 68 bpm can become 72 bpm after just a few seconds and nothing out of the ordinary happened.</p>
<p>It's enough for two wearables to have slightly different readings just because they were measuring at different times. Before sensor location, sampling rate, or any other algorithm comes into play, what's being measured is already constantly changing.</p>
<h2 id="heading-sampling-speed-changes-what-the-device-actually-catches"><strong>Sampling Speed Changes What the Device Actually Catches</strong></h2>
<p>Position of the sensor is important, but frequency of readings is much more important than you might think. The PPG sensor from WHOOP 5.0 and WHOOP MG records reading <strong>26 times per second</strong>. This is considered to be quite a good rate of recording from a continuous wearable.</p>
<p>Other smart devices, on the contrary, work every few seconds and not continuously. As a result, if your Heart Rate suddenly spikes for any reason, like standing up too quickly or being startled, the device will miss that spike and fill in the gap to replace a missing value.</p>
<p>The Apple Watch also has a different mechanism: it has a high hardware sampling rate, but that doesn't mean that its heart rate sensor works continuously. In reality, it works periodically depending on your activity, and only works continuously while working out and for several minutes after the exercise.</p>
<p>None of this is necessarily better in an objective sense. The continuous heart rate frequency sampling is fantastic for capturing all those short-term spikes, but results in more raw data that needs to be filtered and sorted out by the <em>algorithm</em>.</p>
<p>Garmin takes a middle ground here, depending on the model of the watch. In general, most Garmin devices take continuous samples at low frequencies all day long until they detect the start of your exercise and increase sampling frequency automatically.</p>
<p>And there's another trade-off here: the device saves battery when you're working at your desk, but this also means that the device is essentially betting on its own movement detection being accurate before it decides that your heart rate actually matters more right now.</p>
<h2 id="heading-the-algorithm-matters-as-much-as-the-sensor"><strong>The Algorithm Matters as Much as the Sensor</strong></h2>
<p>But here's the thing: the heart rate monitor only receives a raw signal of light intensity. And then something else must translate this information into a proper value. This translation is made using proprietary software for each brand separately. This is what results in the daily scores and graphs that we're all so obsessed with.</p>
<p>The task of this software is to determine whether the signal represents the heartbeat or some noise created by physical activity, skin contact, or ambient light.</p>
<p>A <a href="https://pmc.ncbi.nlm.nih.gov/articles/PMC11644394/">2024 study published in Sensors</a> concluded that the heart rate readings for the Oura Ring remained accurate compared to ECG when lower quality readings were included.</p>
<p>The case of heart rate variability was quite different. Heart rate variability measurements became less accurate when the device used lower-quality data, especially for people over the age of 45.</p>
<p>The heart rate algorithm used in WHOOP underwent a huge update in February 2026. The company used the training data collected at its own research facility for a wide range of skin tones, body types, and activity levels. Also, it used cloud-based processing for data analysis after the workout or a sleep session instead of <a href="https://www.iotforall.com/edge-ai-wearables">edge processing</a>.</p>
<p>This is a completely different strategy from having the watch do all the calculations on the device itself. Therefore, two devices that have identical hardware will give different figures from the same data depending on the interpretation of the software.</p>
<p>That’s also the reason why your figures might be altered by the brand itself even when it hasn't altered any of its hardware. With the release of the February 2026 update by WHOOP, there were some changes seen in heart rates and recovery scores for all 4.0 and 5.0 users, although none of the users’ activity had changed at all. The sensors remained the same, but the math behind them wasn’t.</p>
<p>The same happened to me with my step count on my Ultrahuman Ring AIR after a firmware update. If you've noticed your own numbers drift after an app update with no real change in your routine, this is usually why.</p>
<h3 id="heading-skin-tone-and-wrist-size-add-another-layer">Skin Tone and Wrist Size Add Another Layer</h3>
<p>There are more than just sensors, positioning, and algorithms involved, of course. There's also the human who wears the device, plus PPG sensors <em>do not</em> work the same for all people.</p>
<p>The amount of light absorbed by the skin is dependent upon the amount of melanin in the skin, meaning you'll get different results on different skin tones.</p>
<p>One of the most extensive analyses is offered by&nbsp;<a href="https://link.springer.com/article/10.1007/s40615-022-01446-9">Koerber et al. (2023)</a>. They showed that this may lower the accuracy of reading in darker skin tones, not just for a particular brand, but for many brands.</p>
<p>PPG works by shining light into the skin and measuring the light reflected back. Since melanin absorbs more light, darker skin tones can reduce the amount of reflected light that reaches the sensor. This can lower the signal quality and, in some situations, reduce measurement accuracy.</p>
<p>The same goes if you have any tattoos on the area where the wearable sensor is placed. Dark or densely pigmented tattoo ink may absorb or scatter the emitted light, making it more difficult for the sensor to obtain a clean signal.</p>
<p>This doesn't necessarily prevent measurements altogether, but it can increase the likelihood of inaccurate or inconsistent readings.</p>
<p>In addition to this, the circumference of your wrist along with the device's tightness and fit will also have an impact on the amount of light that leaks out of the sensor rather than being reflected back into it. A watch that's too loose allows ambient light to enter and reduces the amount of reflected light captured by the sensor, while one that's too tight can alter blood flow beneath the sensor. Smaller wrists may also make it harder for the sensor to maintain consistent contact with the skin.</p>
<p>For these reasons, manufacturers generally recommend wearing the device snugly, but not tightly and positioning it slightly above the wrist bone during measurements.</p>
<h2 id="heading-activity-type-throws-everything-off-differently-for-each-brand"><strong>Activity Type Throws Everything Off Differently for Each Brand</strong></h2>
<p>Resting heart rate during sleep is one thing, but your heart rate while working out is a totally different ball game for the sensors. This is where the difference becomes most evident between gadgets.</p>
<p>Motion artifacts are caused by movement, which means that your swinging arm interferes with the ability of the device to measure the reading the sensor is trying to capture. All companies have their algorithms to filter these movements and some handle certain movement patterns better than the others.</p>
<p>That's also the reason why chest strap monitors (that treat electrical signals directly from your heart rather than relying on light through skin) still outperform every wrist or finger-based wearable during high-intensity training.</p>
<h2 id="heading-what-this-means-if-youre-comparing-numbers-with-a-friend"><strong>What This Means If You're Comparing Numbers With a Friend</strong></h2>
<p>When you and your friend are wearing different brands of wearables and your numbers don’t line up, that’s perfectly normal and not an indicator that your device is faulty. All that really matters is consistency over time.</p>
<p>The resting heart rate trend on your Oura or Garmin should be giving you an accurate picture of your recovery and stress based on your personal baseline. Consistently improving your workouts and striving towards a better <em>trend</em> in HRV is better than a single measurement.</p>
<p>My honest takeaway here is that heart rate tracking on consumer wearables has definitely improved, especially in terms of resting and steady state numbers. But there are still significant differences between brands and these are very much real. They come from design choices, not manufacturing defects.</p>
<p>The final number relies on three factors: the placement of the sensor, how often readings are taken, and how the softtware processes that information.</p>
<p>But will I stop arguing with my partner on how he stresses me out, which is why my heart rate drops later than his at night? Probably not.</p>
 ]]>
                </content:encoded>
            </item>
        
            <item>
                <title>
                    <![CDATA[ Sleep Tracking, Bluetooth Signals, and EMF: What Every Wearable User Should Know ]]>
                </title>
                <description>
                    <![CDATA[ You take off your shoes before bed. You probably don't take off your smart ring or your watch. Most of us sleep with a Bluetooth-enabled device sitting a few millimeters from our skin, all night, ever ]]>
                </description>
                <link>https://www.freecodecamp.org/news/sleep-tracking-bluetooth-signals-and-emf-in-wearables/</link>
                <guid isPermaLink="false">6a3aaa339a4579a7c98eadf8</guid>
                
                    <category>
                        <![CDATA[ Wearables ]]>
                    </category>
                
                    <category>
                        <![CDATA[ Health Tech  ]]>
                    </category>
                
                    <category>
                        <![CDATA[ bluetooth ]]>
                    </category>
                
                    <category>
                        <![CDATA[ Bluetooth Low Energy ]]>
                    </category>
                
                <dc:creator>
                    <![CDATA[ Shradha Puri ]]>
                </dc:creator>
                <pubDate>Tue, 23 Jun 2026 15:45:55 +0000</pubDate>
                <media:content url="https://cdn.hashnode.com/uploads/covers/5e1e335a7a1d3fcc59028c64/1aedc780-3439-459f-b446-aba26798b51c.png" medium="image" />
                <content:encoded>
                    <![CDATA[ <p>You take off your shoes before bed. You probably don't take off your smart ring or your watch. Most of us sleep with a Bluetooth-enabled device sitting a few millimeters from our skin, all night, every night, while transmitting small amounts of radiofrequency (RF) waves and collecting sleep data.</p>
<p>This thing is quietly recording your heart rate and movements while you’re sleeping. So it's a valid question to ask whether the wireless signals or electromagnetic field (EMF) radiation it emits could interfere with sleep quality, disrupt hormones such as melatonin, affect circadian rhythms, or produce other biological effects over time.</p>
<p>The concerns are part of the wider discussion on EMF’s and wireless technology. Although all smartphones, Wi-Fi, and wearables emit RF waves, the amounts of energy used and how they work can be quite different. Understanding what your sleep tracker is actually doing helps put those concerns into context.</p>
<h2 id="heading-table-of-contents"><strong>Table of Contents</strong></h2>
<ul>
<li><p><a href="#heading-how-sleep-trackers-measure-sleep">How Sleep Trackers Measure Sleep</a></p>
</li>
<li><p><a href="#heading-whats-actually-transmitting-from-your-ring-or-watch">What's Actually Transmitting From Your Ring or Watch</a></p>
</li>
<li><p><a href="#heading-how-that-stacks-up-against-safety-limits">How That Stacks Up Against Safety Limits</a></p>
</li>
<li><p><a href="#heading-where-the-melatonin-research-gets-misapplied">Where the Melatonin Research Gets Misapplied</a></p>
</li>
<li><p><a href="#heading-what-the-latest-research-actually-says">What the Latest Research Actually Says</a></p>
<ul>
<li><a href="#heading-the-pushback">The Pushback</a></li>
</ul>
</li>
<li><p><a href="#heading-what-this-means-for-how-you-wear-it-at-night">What This Means for How You Wear It at Night</a></p>
</li>
<li><p><a href="#heading-the-bigger-risk-isnt-the-radio">The Bigger Risk Isn't the Radio</a></p>
</li>
</ul>
<h2 id="heading-how-sleep-trackers-measure-sleep"><strong>How Sleep Trackers Measure Sleep</strong></h2>
<p>Before discussing the impact of signals and EMF, we should know what exactly happens when a device monitors your sleep.</p>
<p>Sleep trackers rarely actually measure your sleep but rather use sensors to track movements, heart rate, heart rate variability (HRV), breathing rate, temperature, and more.</p>
<p>The software analyzes data and distinguishes between states like awake, light sleep, deep sleep, and REM sleep. As opposed to professional polysomnography, sleep tracking devices don't measure brain waves and so can't actually observe sleep. They only make an educated guess.</p>
<p>This is critical to understand, because it's not the Bluetooth radio itself that measures your sleep, but rather sensors.</p>
<h2 id="heading-whats-actually-transmitting-from-your-ring-or-watch"><strong>What's Actually Transmitting From Your Ring or Watch</strong></h2>
<p>The chip in your Oura, Ultrahuman, or Apple Watch communicates with your phone via Bluetooth Low Energy (BLE). BLE was designed with a power budget rather than a performance budget because, in this case, power is more important than range when you have the receiver just a few inches away, in your pocket or on your nightstand.</p>
<p>The transmit power, according to the <a href="https://pmc.ncbi.nlm.nih.gov/articles/PMC5751532/">Bluetooth specification</a>, is capped at 100 milliwatts. But most chips used by consumers are well below the maximum power limit, often at 1-10 milliwatts.</p>
<p>By contrast, a cell phone during a voice call can transmit up to <a href="https://www.rfpage.com/is-bluetooth-safe/">250 to 2,000 milliwatts</a>. You're not carrying a miniaturized cell tower, you're carrying an item that transmits in bursts of low-power signals.</p>
<h2 id="heading-how-that-stacks-up-against-safety-limits"><strong>How That Stacks Up Against Safety Limits</strong></h2>
<p>The SAR metric is used to quantify the amount of RF energy tissue absorbs. This metric is measured in watts per kilogram. The <a href="https://support.realwear.com/knowledge/specific-absorption-rate-sar-information">Federal Communications Commission (FCC)</a> caps the SAR level to 1.6 W/kg averaged over 1 g of tissue. But according to International Commission on Non-Ionizing Radiation Protection (ICNIRP) standards, the average SAR should be maintained at 2 W/kg averaged over 10 g of tissue.</p>
<p>No wireless communication device will be certified and made available on the market unless it meets the criteria of the SAR metric.</p>
<p>In the United States, the SAR limit for wrist-worn devices is 4.0 W/kg. According to Apple's <a href="https://wearablexp.com/smart-watches/does-apple-watch-emit-radiation/">Apple Watch RF exposure data</a>, the watch has a reported SAR value of approximately 0.17 W/kg, while Oura reports a SAR value of 0.0003 W/kg for the Oura Ring. Both are well below regulatory limits, illustrating just how little RF energy these wearables typically emit.</p>
<p>According to an engineering evaluation published in 2024 by <a href="https://arxiv.org/pdf/1912.05282">Kim, Sharif and Nasim</a>, SAR levels associated with commercial wearable technology operated at 2.4 GHz have been found to comply with the regulatory threshold and the safety guideline at the distance of skin contact.</p>
<h2 id="heading-where-the-melatonin-research-gets-misapplied"><strong>Where the Melatonin Research Gets Misapplied</strong></h2>
<p>Melatonin is the natural hormone responsible for regulating your sleep-wake cycle, which is why it has been frequently mentioned in the context of the relationship between EMFs and sleep. Indeed, there have been numerous studies in the past indicating that exposure to specific forms of electromagnetic fields might have an impact on melatonin production, circadian rhythms, or oxidative stress.</p>
<p>But the results from these studies have been quite mixed. Some research has found a notable effect, while others have found no significant effect at all. Most importantly, most studies that are constantly being cited refer to extremely low-frequency (ELF) fields generated by power lines, electrical wiring, and household electricity in general and not the Bluetooth device radiofrequency signals.</p>
<p>That research is real, but it often concerns extremely low-frequency (ELF) fields, those at 50-60 Hz found in power lines and electrical wiring, rather than the 2.4 GHz radiofrequency used by your Bluetooth ring. These are different parts of the electromagnetic spectrum with different interaction mechanisms.</p>
<p>Citing ELF melatonin studies to explain RF wearable exposure is a bit like citing research on UV exposure to explain what your microwave does. Related field, wrong frequency range.</p>
<h2 id="heading-what-the-latest-research-actually-says"><strong>What the Latest Research Actually Says</strong></h2>
<p>The strongest evidence we have today comes from a series of systematic reviews commissioned by the <a href="https://pmc.ncbi.nlm.nih.gov/articles/PMC12490090/">World Health Organization</a>.</p>
<p>There were several reviews published between 2024 and 2025 which aimed to assess whether RF-EMF (Radiofrequency Electromagnetic Fields) exposure was connected with outcomes such as sleep disorders, headaches, and nonspecific symptoms.</p>
<p>No evidence suggesting a cause-and-effect relationship between RF-EMF exposure below current safety thresholds and sleep disorders was reported by either experimental or observational research.</p>
<p>This certainly doesn't solve the problem because of the uncertainty of the evidence. And this is quite low due to challenges in estimating actual RF exposures experienced by people. We're all surrounded by various signals emitted by our smartphones, Wi-Fi routers, laptops, cellular towers, and so on.</p>
<p>The conclusion is relatively simple, though: there's currently no evidence that would show that RF exposures using Bluetooth disrupts people’s sleep. That being said, researchers are still actively exploring the issue.</p>
<h3 id="heading-the-pushback"><strong>The Pushback</strong></h3>
<p>Not everyone agrees with these findings. Some researchers claim that WHO review fails to give enough weight to certain studies and that research findings on the subject are still lacking.</p>
<p>This criticism targets the whole body of work on RF-EMF radiation since most of them are based on mobile phones rather than wearable technology.</p>
<p>The debate is ongoing, but present research doesmn't show any disruptions caused by wearables with Bluetooth functionality.</p>
<h2 id="heading-what-this-means-for-how-you-wear-it-at-night"><strong>What This Means for How You Wear It at Night</strong></h2>
<p>If the thought of wearing a sleep-tracking wearable next to your body for a full eight hours leaves you feeling uncomfortable, the quickest solution won’t be getting rid of it. Many wearables offer a low-power mode, airplane mode, or similar settings that disable Bluetooth communication while allowing the device to continue collecting data through onboard sensors such as the accelerometer and optical heart rate sensor.</p>
<p>For people concerned about EMF exposure, this setting reduces wireless transmissions during the night while still preserving most sleep-tracking functionality on the device. The reduction in radiofrequency emissions is typically small in absolute terms because Bluetooth Low Energy already transmits at very low power and only intermittently. Still, you may prefer minimizing any unnecessary wireless activity while you sleep.</p>
<p>I’m not saying that disabling Bluetooth improves sleep quality or health outcomes. But if doing so helps you feel more comfortable or less worried about wearing a device overnight and its EMF, it can be a practical compromise that allows you to continue tracking your sleep without the added concern.</p>
<h2 id="heading-the-bigger-risk-isnt-the-radio"><strong>The Bigger Risk Isn't the Radio</strong></h2>
<p>The bigger sleep-tracking problem probably isn't EMF at all. Neurologists are seeing more patients who walk in fixated on hitting a target number of REM minutes when using a wearable device that measures sleep stages based on movement and heart rate.</p>
<p>Unlike a laboratory polysomnography test, where sleep stages are measured directly from brain activity, the measurement provided by the wearable device is only an inference based on movement and heart rate. The term used for such obsession is 'orthosomnia', which is better described as the downside of wearing a sleep tracker rather than anything related to EMFs.</p>
<p>If you're going to worry about something at 2 a.m., the accuracy of the sleep data is probably a better place to focus than the Bluetooth chip. Sleep trackers estimate sleep stages rather than measuring them directly, and that limitation can sometimes create more anxiety than the radio signals themselves.</p>
 ]]>
                </content:encoded>
            </item>
        
            <item>
                <title>
                    <![CDATA[ How Wearables Track the Menstrual Cycle: The Sensors, the Algorithms, and the Accuracy Gap ]]>
                </title>
                <description>
                    <![CDATA[ Your Garmin shows poor recovery, WHOOP paints your day red, your resting heart rate is high, your HRV is low, and the app recommends that you rest. But here’s the thing: you don’t actually feel bad. F ]]>
                </description>
                <link>https://www.freecodecamp.org/news/how-wearables-track-the-menstrual-cycle-the-sensors-the-algorithms-and-the-accuracy-gap/</link>
                <guid isPermaLink="false">6a34144348f250210b480951</guid>
                
                    <category>
                        <![CDATA[ Wearables ]]>
                    </category>
                
                    <category>
                        <![CDATA[ Health Tech  ]]>
                    </category>
                
                <dc:creator>
                    <![CDATA[ Shradha Puri ]]>
                </dc:creator>
                <pubDate>Thu, 18 Jun 2026 15:52:34 +0000</pubDate>
                <media:content url="https://cdn.hashnode.com/uploads/covers/5e1e335a7a1d3fcc59028c64/f9883968-d2c8-4604-bd74-7e811ff52ca4.png" medium="image" />
                <content:encoded>
                    <![CDATA[ <p>Your Garmin shows poor recovery, WHOOP paints your day red, your resting heart rate is high, your HRV is low, and the app recommends that you rest. But here’s the thing: you don’t actually feel bad.</p>
<p>For women who are in their reproductive years, chances are your wearable technology has misread your luteal phase symptoms as either a result of being overtrained or even sick. This is because the technology likely detected a symptom that it doesn’t actually understand.</p>
<p>Let’s get into how this is actually happening by going from sensors to algorithms and finally to where the accuracy gap actually lives.</p>
<h2 id="heading-table-of-contents"><strong>Table of Contents</strong></h2>
<ul>
<li><p><a href="#heading-what-the-menstrual-cycle-actually-does-to-your-biometrics">What the Menstrual Cycle Actually Does to Your Biometrics</a></p>
<ul>
<li><p><a href="#heading-resting-heart-rate-and-hrv">Resting Heart Rate and HRV</a></p>
</li>
<li><p><a href="#heading-heart-rate-variability-hrv">Heart Rate Variability (HRV)</a></p>
</li>
<li><p><a href="#heading-skin-temperature">Skin Temperature</a></p>
</li>
</ul>
</li>
<li><p><a href="#heading-how-wearables-measure-these-signals">How Wearables Measure These Signals</a></p>
<ul>
<li><p><a href="#heading-ppg-sensors-and-what-they-actually-capture">PPG Sensors and What They Actually Capture</a></p>
</li>
<li><p><a href="#heading-temperature-sensors-continuous-vs-spot-measurement">Temperature Sensors: Continuous vs. Spot Measurement</a></p>
</li>
</ul>
</li>
<li><p><a href="#heading-how-the-algorithms-work">How the Algorithms Work</a></p>
<ul>
<li><p><a href="#heading-calendar-based-vs-physiology-based-detection">Calendar-Based vs. Physiology-Based Detection</a></p>
</li>
<li><p><a href="#heading-how-machine-learning-classifies-cycle-phases">How Machine Learning Classifies Cycle Phases</a></p>
</li>
</ul>
</li>
<li><p><a href="#heading-why-the-accuracy-gap-exists">Why the Accuracy Gap Exists</a></p>
</li>
<li><p><a href="#heading-what-cycle-aware-algorithms-look-like-in-practice">What Cycle-Aware Algorithms Look Like in Practice</a></p>
</li>
<li><p><a href="#heading-wrapping-up">Wrapping Up</a></p>
</li>
</ul>
<h2 id="heading-what-the-menstrual-cycle-actually-does-to-your-biometrics"><strong>What the Menstrual Cycle Actually Does to Your Biometrics</strong></h2>
<p>Before jumping into the sensors and algorithms, here's what they're actually detecting. The menstrual cycle isn't the noise within wearable data, but an active component that alters the physiology upon which any recovery or health algorithm relies.</p>
<p>There are three signals that tell the story.</p>
<h3 id="heading-resting-heart-rate">Resting Heart Rate</h3>
<p><a href="https://pmc.ncbi.nlm.nih.gov/articles/PMC9005074/">Multiple studies</a> using continuous wearable monitoring have confirmed that resting heart rate increases 2-7 bpm from the follicular phase to the luteal phase. One prospective study of 91 women observed that resting heart rate was 3.8 bpm higher in the mid-luteal phase compared to the period of menstruation.</p>
<h3 id="heading-heart-rate-variability-hrv">Heart Rate Variability (HRV)</h3>
<p>On the other hand, HRV changes in the opposite direction. In particular,&nbsp; <a href="https://pmc.ncbi.nlm.nih.gov/articles/PMC6912442/">a meta-analysis</a> of more than 1,000 participants showed the reduction of vagally mediated HRV from follicular to luteal phases of the menstrual cycle.</p>
<p>For example, <a href="https://pmc.ncbi.nlm.nih.gov/articles/PMC5588411/">one study reported</a> that SDNN decreased from 154 ms in the follicular phase to 136 ms in the luteal phase, which represents a decrease of 12%. Progesterone is responsible for such effects. Specifically, it triggers the renin-angiotensin system (RAS), increases the total blood volume, raises HRj, and reduces parasympathetic influence. On the other hand, estrogen decreases HR (negative chronotropic effect) and leads to greater HRV.</p>
<p>So during the mid-luteal phase, you already have an increased RHR but a reduced HRV. To a recovery algorithm that does not know where you are within your menstrual cycle, this combination signifies stress, sickness or overtraining.</p>
<h3 id="heading-skin-temperature">Skin Temperature</h3>
<p>The temperature shift has been most thoroughly studied out of the three. <a href="https://pubmed.ncbi.nlm.nih.gov/33123618/">Postovulatory rise of basal body temperature</a> by 0.3–0.7°C due to progesterone’s effect has been known for over 100 years and constitutes the basis of traditional fertility awareness methods.</p>
<p>My Oura Ring data also shows that skin temperature usually increases during the luteal phase. It also tends to drop briefly just prior to ovulation due to an abrupt drop in body temperature related to estrogen.</p>
<p>The key point here is that signals change in the same direction at the same time, every cycle, predictably. When an algorithm treats these indicators separately, it's structurally wrong.</p>
<h2 id="heading-how-wearables-measure-these-signals"><strong>How Wearables Measure These Signals</strong></h2>
<h3 id="heading-ppg-sensors-and-what-they-actually-capture">PPG Sensors and What They Actually Capture</h3>
<p>Heart rate and HRV measurements from wearables are done by Photoplethysmography (PPG). This sensor emits LED light, generally green for heart rate and red &amp; infrared for SpO2, to shine on your skin. Light gets absorbed differently by blood depending on its volume, so as your heart beats and blood flows in capillaries, light reflected from your skin will be different for each heartbeat. Variation in light reflected is known as the PPG waveform.</p>
<p>Based on PPG waveform data, wearables calculate beat-to-beat intervals. While calculating the heart rate is relatively easy as it simply counts peaks per minute, HRV needs precise timing since it measures the variation in milliseconds between consecutive heartbeats. That’s where signal quality starts to matter a lot.</p>
<p>Placement of sensors on your skin also plays a vital role in this. Generally, finger devices such as smart rings like Oura and Ultrahuman give cleaner PPG signals compared to wrist-worn devices such as your Apple Watch, Garmin, or WHOOP. The finger has higher density capillaries, resulting in larger pulse amplitude and lower motion artifacts.</p>
<p>Wristwear makes up for this problem with more sophisticated signal processing techniques. But there's always a price to pay for that. For instance, Oura Ring 4 provides users with an 18-path multilayered wavelength PPG sensor with adaptive sensor configurations.</p>
<h3 id="heading-temperature-sensors-continuous-vs-spot-measurement">Temperature Sensors: Continuous vs. Spot Measurement</h3>
<p>Temperature sensors incorporated in current wearables measure skin temperature and not core body temperature. These sensors, called thermistors, are capable of detecting temperature fluctuations in terms of changes in electrical resistance.</p>
<p>While there's a relationship between skin temperature and core body temperature, the two aren't the same. Skin temperature responds to factors such as room temperature, weather conditions, and temperature variation caused by changes in blood flow around the skin surface.</p>
<p>Even so, continuous overnight monitoring of skin temperatures may provide better information compared to traditional basal body temperature (BBT). With the fertility awareness technique, temperature is always measured at the same time each morning, right before getting out of bed. Missing a measurement or a bad night of sleep may negatively impact results.</p>
<p>Wearables take a different approach. By collecting temperature data throughout the night, they can identify longer-term trends and reduce the impact of short-term fluctuations.</p>
<p>Some devices, such as the Apple Watch Series 8 and later, Fitbit Sense, and Oura Ring, have temperature sensors. Most smart rings track temperature changes from an individual’s baseline, not the absolute temperature itself. It makes identifying temperature increases, which happen after ovulation, easier.</p>
<h2 id="heading-how-the-algorithms-work"><strong>How the Algorithms Work</strong></h2>
<h3 id="heading-calendar-based-vs-physiology-based-detection">Calendar-Based vs. Physiology-Based Detection</h3>
<p>Perhaps the most basic way of detecting the menstrual cycle is through a calendar model. The user inputs the first day of their period, the app calculates the average cycle length, and predicts the fertile window forward from there.</p>
<p>Apps like Clue, Flo, and older versions of Apple’s period tracker use this as their foundation. It’s a simple algorithm that needs no sensor data at all.</p>
<p>The problem with calendar algorithms is accuracy. These types of methods operate on regular cycles, but these aren't common in many women. For ovulation detection, for example, <a href="https://pmc.ncbi.nlm.nih.gov/articles/PMC11829181/">studies reveal</a> that there's an average error of 3.44 days for calendar methods alone.</p>
<p>Also, calendar methods predict menstrual phases based only on dates entered by the user, whereas physiology-based approaches analyze sensor data such as temperature, heart rate and HRV to detect ovulation and cycle-related changes. For example, Oura uses heart rate and temperature to detect ovulation with an average error of 1.26 days.</p>
<h3 id="heading-how-machine-learning-classifies-cycle-phases">How Machine Learning Classifies Cycle Phases</h3>
<p>Machine learning algorithms don't use a single metric to determine where you are within your menstrual cycle. Rather, they examine patterns in several physiological indicators taken from wearables, such as skin temperature, heart rate, heart rate variability (HRV), and in some cases, electrodermal activity (EDA).</p>
<p>Over time, machine learning algorithms figure out which cycle stages correspond to which physiological patterns. For example:</p>
<ul>
<li><p>The luteal stage is characterized by an increase in skin temperature and changes in cardiovascular metrics.</p>
</li>
<li><p>Ovulation causes changes in patterns in terms of temperature and heart rate.</p>
</li>
<li><p>The menstrual phase can show its own distinct combination of physiological changes.</p>
</li>
<li><p>The follicular phase is generally the most difficult one to recognize since its biometric signatures aren't clearly defined and tend to coincide with those from other phases.</p>
</li>
</ul>
<p>A <a href="https://pubmed.ncbi.nlm.nih.gov/39889448/">2025 study</a> found that machine learning algorithms can effectively determine the menstrual, ovulatory, and luteal phases. The accuracy of the results decreased when the follicular phase was added to the list of phases.</p>
<p>Modern cycle tracking apps have become complex because of this reason and they no longer depend solely on temperature. It becomes easier for a device to identify the phases of the menstrual cycle with every additional physiological signal that it captures.</p>
<p>Other technologies like the <a href="https://wearablexp.com/smart-wearables/vivoo-flowpad-smart-menstrual-pad/">Vivoo FlowPad</a> are also emerging that attempt to collect menstrual health data directly rather than inferring it from wearable sensors.</p>
<h2 id="heading-why-the-accuracy-gap-exists"><strong>Why the Accuracy Gap Exists</strong></h2>
<p>The issue with wearables comes down to the fact that many of the metrics related to menstrual cycle phases aren’t exclusive to the menstrual cycle.</p>
<p>Take, for instance, the metrics such as a high resting heart rate, reduced HRV, and increased skin temperature. These could be observed during the luteal phase, but can also occur thanks to a range of other factors, including illness, lack of sleep, stress, consumption of alcohol, or even jet lag.</p>
<p>Yet another hurdle with menstrual tracking involves individual differences since some women might have significant changes during their menstrual cycles when it comes to temperature and HRV, whereas others will have minimal changes in those metrics.</p>
<p>This is why most menstrual tracking algorithms require individual baselines instead of population baselines, meaning that the more data is collected from a woman regarding her menstrual cycles, the better it gets at identifying her personal patterns.</p>
<h2 id="heading-what-cycle-aware-algorithms-look-like-in-practice"><strong>What Cycle-Aware Algorithms Look Like in Practice</strong></h2>
<p>Until 2025, most wearables considered tracking cycles and recovery as two separate concepts. Oura became the first big company to connect the two.</p>
<p>Its updated algorithm accounts for increased resting heart rate, decreased HRV, and increased body temperature, all common during the luteal phase. Instead of automatically lowering readiness scores, it checks whether those changes are a normal part of the menstrual cycle.</p>
<p>This reduced the number of falsely low recovery scores during the second half of the menstrual cycle. In 2026, Oura went further with a dedicated AI model focused on cycles, fertility, pregnancy, and menopause.</p>
<p>WHOOP chose a different route through its metric called cardiovascular amplitude that measures heart rate and HRV variability throughout the whole cycle. Rather than focusing on individual phases, it looks at the overall physiological impact of hormonal changes.</p>
<p>Natural Cycles became the first fertility app that obtained FDA approval for contraceptive use, collecting users' body temperature data with the help of their wearables’ sensors like the Apple Watch, Oura Ring, Garmin, or its own dedicated NC Band.</p>
<p>Garmin, Fitbit, and Samsung track menstrual cycles, but those insights remain largely separate from their recovery and readiness metrics.</p>
<h2 id="heading-wrapping-up"><strong>Wrapping Up</strong></h2>
<p>This boils down to the mismatch between measurements taken by wearables and what recovery algorithms were designed to handle.</p>
<p>PPG sensors and temperature sensors allow wearables to detect changes that happen across the menstrual cycle and they work well enough. Multi-parameter machine learning allows for reliable classification of the cycle phases, particularly those happening during ovulation.</p>
<p>But problems arise because many recovery algorithms have been trained on data biased towards male samples, where hormonal cycle variations are considered to be noise. These recovery algorithms lack the means to differentiate between luteal phase physiology and initial phases of an illness. Sensors won’t solve this problem, but algorithmic design will.</p>
<p>From the perspective of developing health apps using wearable device APIs, we already have access to health metrics that incorporate information about the current stage of the cycle. Oura provides it in specific endpoints, Apple integrates with HealthKit’s HKCategoryTypeIdentifier, and WHOOP ties it into its recovery model.</p>
<p>The problem here is that data can be accessed on these platforms via different APIs, data models, and integration techniques. While Oura, Apple HealthKit, and WHOOP may expose similar health metrics, there can still be differences in the sampling frequency, preprocessing methods, and metric definitions, making it hard to create algorithms that would work consistently across platforms.</p>
<p>This lack of standardization also contributes to the training data problem. Data collected by Oura, Apple Watch, and WHOOP can't always be combined easily since each platform stores and works with data differently. As a result, researchers and developers have to do additional work preparing and normalizing data before it can be used to train models.</p>
<p>There are sensors and the models have been improving, but the APIs are fragmented and the lack of training data is real. That’s where the work is.</p>
 ]]>
                </content:encoded>
            </item>
        
            <item>
                <title>
                    <![CDATA[ How Step Counters Work in Wearables and Why Different Devices Give Different Results ]]>
                </title>
                <description>
                    <![CDATA[ It’s been three years since I started using my wearables to count my steps. Three years of trying to hit the daily 10K target, closing rings, and going to sleep knowing that I accomplished something p ]]>
                </description>
                <link>https://www.freecodecamp.org/news/tech-giants-wearable-data-race/</link>
                <guid isPermaLink="false">6a19fc09a8acc9e04bced197</guid>
                
                    <category>
                        <![CDATA[ Wearable Technology ]]>
                    </category>
                
                    <category>
                        <![CDATA[ Health Tracking ]]>
                    </category>
                
                    <category>
                        <![CDATA[ Wearable Devices ]]>
                    </category>
                
                    <category>
                        <![CDATA[ Health Tech  ]]>
                    </category>
                
                <dc:creator>
                    <![CDATA[ Shradha Puri ]]>
                </dc:creator>
                <pubDate>Fri, 29 May 2026 20:50:17 +0000</pubDate>
                <media:content url="https://cdn.hashnode.com/uploads/covers/5e1e335a7a1d3fcc59028c64/7a4f79f7-d490-4711-9245-6545c14b5244.png" medium="image" />
                <content:encoded>
                    <![CDATA[ <p>It’s been three years since I started using my wearables to count my steps. Three years of trying to hit the daily 10K target, closing rings, and going to sleep knowing that I accomplished something productive.</p>
<p>But then I put another smartwatch on my wrist in an attempt to see how different those results were. Both watches were on the same wrist, at the same time, counting the same walk. One said 8,400 steps, while the other said 6,900.</p>
<p>Same wrist, 1,500 steps apart.</p>
<p>So naturally, I had a small crisis about everything I thought I knew.</p>
<p>The strange thing is that nobody really tells you this when you buy a fitness tracker. The packaging doesn’t read “lab accurate, not life accurate” or anything remotely close to this idea. The app never mentions the fact that two people who own wearables from the same company might actually have their steps counted differently.</p>
<p>But when you start looking into how wearables calculate your steps, things make more sense than you think.</p>
<h2 id="heading-table-of-contents">Table of Contents</h2>
<ul>
<li><p><a href="#heading-inside-the-mems-accelerometer">Inside the MEMS Accelerometer</a></p>
</li>
<li><p><a href="#heading-how-a-step-becomes-a-number">How a Step Becomes a Number</a></p>
</li>
<li><p><a href="#heading-why-wrist-based-tracking-is-hard">Why Wrist-Based Tracking Is Hard</a></p>
</li>
<li><p><a href="#heading-why-slow-walking-confuses-wearables">Why Slow Walking Confuses Wearables</a></p>
</li>
<li><p><a href="#heading-false-steps-are-real">False Steps Are Real</a></p>
</li>
<li><p><a href="#heading-why-lab-accuracy-doesnt-match-real-life">Why Lab Accuracy Doesn’t Match Real Life</a></p>
</li>
<li><p><a href="#heading-do-some-brands-perform-better">Do Some Brands Perform Better?</a></p>
</li>
<li><p><a href="#heading-how-the-person-wearing-the-device-affects-accuracy-and-what-you-can-actually-do-to-improve-it">How the Person Wearing the Device Affects Accuracy and What You Can Actually Do to Improve It</a></p>
</li>
<li><p><a href="#heading-final-thoughts">Final Thoughts</a></p>
</li>
</ul>
<h2 id="heading-inside-the-mems-accelerometer"><strong>Inside the MEMS Accelerometer</strong></h2>
<p>Each modern fitness tracker and smartwatch includes a <strong>MEMS accelerometer</strong> (Micro-Electro-Mechanical System). The MEMS consists of a tiny silicon chip with microscopic moving parts inside.</p>
<p>Body movements cause these microscopic components to move by an extremely small margin, which is captured by the sensor as a change in the electric signal. Most wearable devices have 3-axis or triaxial accelerometers. This means that they measure motions in three directions at once:</p>
<ul>
<li><p>up/down</p>
</li>
<li><p>left/right</p>
</li>
<li><p>forward/backward</p>
</li>
</ul>
<p>These signals are captured continuously at about 50 times per second.</p>
<p>When you walk, your body produces a recognizable motion pattern, such as hip movement downward, movement of torso up and down and arm swinging rhythmically. What's most important is that your body bounces up and down with each step taken.</p>
<p>This vertical bounce is considered one of the clearest indications when someone walks and that is why step counters are so dependent upon it.</p>
<p>The accelerometer sends out three streams of information regarding movement. Many algorithms combine them into a single magnitude signal using the <strong>Euclidean norm</strong>:</p>
<p>‖a‖ = √(x² + y² + z²)</p>
<p>This gives the device a rotation-independent way to measure total acceleration.</p>
<h3 id="heading-the-role-of-gyroscopes">The Role of Gyroscopes</h3>
<p>Higher-end wearables also have a gyroscope that detects any rotations. The accelerometer and gyroscope together make up the Inertial Measurement Unit (IMU). This makes sure that the device can differentiate between you walking or just moving your wrist around.</p>
<h2 id="heading-how-a-step-becomes-a-number"><strong>How a Step Becomes a Number</strong></h2>
<p>The sensor itself can't calculate anything. All it does is produce raw motion data. The real work happens when that signal is interpreted through an algorithm, which is where things begin to differ dramatically.</p>
<p>All companies have their own proprietary algorithms. The algorithm used by Garmin is not the same algorithm used by Apple. And Apple’s is not the same as Samsung’s. Some of the most common approaches include:</p>
<ul>
<li><p><strong>Peak detection:</strong> The algorithm detects repeating peaks in the acceleration signal that correspond to walking activity in humans. Since most people walk at a step rate in the range of 100 to 130 steps per minute, the device is designed to detect periodic activity in this range.</p>
</li>
<li><p><strong>Zero-crossing detection:</strong> Instead of looking for peaks, this approach involves determining how often the signal crosses a midpoint value.</p>
</li>
<li><p><strong>Autocorrelation:</strong> This method involves searching for repeating patterns in the motion signal over time.</p>
</li>
<li><p><strong>Frequency-domain analysis:</strong> Some algorithms search for the dominant frequency of walking.</p>
</li>
<li><p><strong>Machine learning models:</strong> Modern wearable devices have adopted machine learning approaches for walking pattern recognition based on training on large datasets of labeled walking behavior. These systems can differentiate between walking, running, typing, driving and random arm motion most of the time.</p>
</li>
</ul>
<p>But every algorithm carries its own trade-offs. If the sensitivity of the algorithm is set too high, then the smartwatch may overlook slow or subtle motions. On the other hand, if the sensitivity is set too low, the watch would generate false steps when washing dishes or riding on bumpy roads.</p>
<p>There's no perfect setting, but every company has chosen to adopt its preferred compromise.</p>
<h2 id="heading-why-wrist-based-tracking-is-hard"><strong>Why Wrist-Based Tracking Is Hard</strong></h2>
<p>The primary problem with modern wearable devices is their position on the body.</p>
<p>The waist-mounted pedometer is located close to the center of mass, which allows for the detection of very clear and strong signals. This is why traditional clip-on pedometers often perform better than you might expect.</p>
<p>On the contrary, smartwatches operate with signals detected from arm movements, and your wrist is noisy. The natural walk accompanied by a natural swinging of the arms provides a very strong correlation between leg movements and arm movements, but any real-life scenario may disturb this reading. If you’re pushing a stroller, holding shopping bags, a mobile phone, or walking with hands deep in your pockets, the correlation weakens and it becomes impossible to detect a specific signal related to leg movement.</p>
<p>Beyond this, even the side of the body where you wear the smartwatch plays a role in data interpretation. For example, the dominant arm tends to produce a stronger acceleration signal, but it also produces additional signals due to its active work in performing different routine actions.</p>
<p>This is one of the reasons why you would’ve noticed that most wearable devices require specifying which wrist you are strapping the device to during setup.</p>
<h2 id="heading-why-slow-walking-confuses-wearables"><strong>Why Slow Walking Confuses Wearables</strong></h2>
<p>One of the most surprising things about this research is that it’s far easier to accurately detect regular walking than it is to detect slow walking.</p>
<p>Wearables do well enough in detecting walking speed at normal paces. But as your speed drops, the acceleration and rhythm of the motion signals start to become smaller. This makes it difficult for algorithms trained primarily on healthy adults walking at normal treadmill speeds to identify slow walking correctly. The same studies may also show that wrist-worn trackers underestimate the number of steps in slow walking.</p>
<p>But why does this matter? The older we get, the slower and more restricted our gait becomes, which means that the motion signals detected by our wearable devices will be weaker. Then there are patients with neurological conditions like Parkinson’s disease or stroke, which can produce gait patterns that consumer algorithms simply weren’t trained to recognize.</p>
<p>So the next time you think your watch is broken, its likely that the detection system is simply working from assumptions that don’t match your movement pattern.</p>
<h2 id="heading-false-steps-are-real"><strong>False Steps Are Real</strong></h2>
<p>Wearables not only overlook steps, but they can actually create non-existent ones. Because accelerometers measure all kinds of acceleration, quite a lot of actions completely unrelated to walking may trick the algorithm.</p>
<p>Activities that can cause phantom steps include:</p>
<ul>
<li><p>Driving on bumpy roads</p>
</li>
<li><p>Typing aggressively on the keyboard</p>
</li>
<li><p>Washing dishes</p>
</li>
<li><p>Folding the laundry</p>
</li>
<li><p>Drumming</p>
</li>
<li><p>Taking a train or bus</p>
</li>
</ul>
<p>There's an engineering dilemma here: the more sensitive your algorithm is to slow walking, the more prone to errors. The less sensitive it is, the better it works, but undercounts certain activities.</p>
<p>This is the reason for very different results from different brands despite having the same data entered.</p>
<h2 id="heading-why-lab-accuracy-doesnt-match-real-life"><strong>Why Lab Accuracy Doesn’t Match Real Life</strong></h2>
<p>Fitness trackers tend to be surprisingly accurate within laboratory testing. In tests under controlled conditions, such as on treadmills, a number of wearables manage to reach step counting errors below 10%. But the real world tends to be messier.</p>
<p>Researchers call this “free-living” data because it involves movements made outside of the laboratory in normal life situations. The real-world walking pattern is characterized by irregularities such as rough surfaces, stops, carrying things, changes in speed, unpredictable arm movements and walking intervals. All these factors contribute to making step detection more difficult.</p>
<p>A smartwatch may prove to be exceptionally accurate in a controlled environment, yet still behave inconsistently in daily use.</p>
<h2 id="heading-do-some-brands-perform-better"><strong>Do Some Brands Perform Better?</strong></h2>
<p>Yes, but it’s rarely that significant. Studies indicate that Apple Watch, Garmin, Fitbit, and Samsung are all decent pedometers during normal walking conditions. Garmins are especially valued for their consistency and reliable tracking when outdoors. The Apple Watch reportedly works very well for altered gait and slower walking. Fitbits use a more sensitive algorithm and that may result in increased step counts.</p>
<p>But there are other elements at play. The speed at which you walk, natural movement of your arms, location of the device on the body, what activity you’re doing, and how the algorithm interprets your movement. The difference between two people using the same watch is often larger than the difference between two brands.</p>
<h2 id="heading-how-the-person-wearing-the-device-affects-accuracy-and-what-you-can-actually-do-to-improve-it"><strong>How the Person Wearing the Device Affects Accuracy and What You Can Actually Do to Improve It</strong></h2>
<p>A few things can noticeably improve step-count accuracy:</p>
<ul>
<li><p><strong>Walk at a natural pace when possible:</strong> Wearables work best at moderate walking speeds. Walking slowly, shuffling and stop-and-go actions are significantly harder to detect with algorithms.</p>
</li>
<li><p><strong>Wear the device properly:</strong> Try putting on your wearable device snugly above your wrist bone to ensure consistent movement along with your arm.</p>
</li>
<li><p><strong>Set your dominant wrist correctly:</strong> Most smartwatches will adjust sensitivity settings based on which hand you use as the dominant one.</p>
</li>
<li><p><strong>Keep your arms moving naturally:</strong> Holding bags, pushing a stroller, or keeping your hands in your pockets might affect the accuracy because most wearable sensors depend greatly on the motion of your arms.</p>
</li>
<li><p><strong>Keep firmware updated:</strong> Most manufacturers continue to refine their algorithms through firmware updates.</p>
</li>
<li><p><strong>Use trends, not exact numbers:</strong> Step counts are better at tracking your habits and long-term patterns on the same device, but are less accurate compared to the number of steps registered by other brands.</p>
</li>
<li><p><strong>Be cautious with slow or altered gait:</strong> Older adults, rehabilitation patients, or those with brain injuries are likely to see undercounting of steps because most algorithms are trained on standard walking patterns.</p>
</li>
</ul>
<h2 id="heading-final-thoughts"><strong>Final Thoughts</strong></h2>
<p>The technology in today’s wearables is truly amazing. A small sensor the size of a grain of rice measures your movement multiple times each second, filters out noise and tries to make sense of the data generated by it. That’s an incredibly difficult engineering problem. But step counting is ultimately an estimation problem.</p>
<p>There are different step counts generated by various brands because they all have different filtering, motion classification, signal interpretation and sensor placement. None of them count your actual steps perfectly. They estimate the probabilities based on your movement patterns. And in reality, human movements aren't always neat and monitored.</p>
<p>So if you have two watches that generate different step counts, don’t panic. They do their best to understand messy movement data.</p>
 ]]>
                </content:encoded>
            </item>
        
            <item>
                <title>
                    <![CDATA[ How Wearable IoT Enables Real-Time Fall Detection and Alerts ]]>
                </title>
                <description>
                    <![CDATA[ Wearable IoT technology has become an important part of today’s elder care, as it can help detect falls and alert caregivers or family members immediately after an incident. This technology combines s ]]>
                </description>
                <link>https://www.freecodecamp.org/news/how-wearable-iot-enables-real-time-fall-detection-and-alerts/</link>
                <guid isPermaLink="false">6a19af25b55c6a731d1db097</guid>
                
                    <category>
                        <![CDATA[ Wearable Technology ]]>
                    </category>
                
                    <category>
                        <![CDATA[ iot ]]>
                    </category>
                
                    <category>
                        <![CDATA[ fall detection devices ]]>
                    </category>
                
                <dc:creator>
                    <![CDATA[ Shradha Puri ]]>
                </dc:creator>
                <pubDate>Fri, 29 May 2026 15:22:13 +0000</pubDate>
                <media:content url="https://cdn.hashnode.com/uploads/covers/5e1e335a7a1d3fcc59028c64/604b9b54-e36a-4cea-b64b-50e035fb04f2.png" medium="image" />
                <content:encoded>
                    <![CDATA[ <p>Wearable IoT technology has become an important part of today’s elder care, as it can help detect falls and alert caregivers or family members immediately after an incident.</p>
<p>This technology combines smart sensors, connectivity, and automated emergency response features that detect falls in real time and help reduce the time a person may remain unattended after.</p>
<p>Let's look at what the <a href="https://www.who.int/news-room/fact-sheets/detail/falls">WHO data</a> says. Every year, 684,000 people die from falls. On top of this, there are 37.3 million cases in which a person ends up sustaining injuries from a fall that require medical attention. And there's also a significant number of people lie on the ground unattended for hours after falling, as is often the case for people living alone.</p>
<p>That’s the gap these wearable IoT systems are trying to reduce. In this article, we'll talk about how fall detection actually works, from the sensors inside the wearable to the alert sent to a caregiver or family member.</p>
<h2 id="heading-table-of-contents"><strong>Table of Contents</strong></h2>
<ul>
<li><p><a href="#heading-what-you-should-know-before-reading">What You Should Know Before Reading</a></p>
</li>
<li><p><a href="#heading-what-is-a-fall-detection-system">What is a Fall Detection System?</a></p>
</li>
<li><p><a href="#heading-the-hardware-sensors-that-do-the-heavy-lifting">The Hardware: Sensors That Do the Heavy Lifting</a></p>
</li>
<li><p><a href="#heading-the-algorithm-from-raw-signals-to-classification">The Algorithm: From Raw Signals to Classification</a></p>
<ul>
<li><p><a href="#heading-threshold-based-detection">Threshold-Based Detection</a></p>
</li>
<li><p><a href="#heading-classical-machine-learning">Classical Machine Learning</a></p>
</li>
<li><p><a href="#heading-deep-learning">Deep Learning</a></p>
</li>
<li><p><a href="#heading-the-lab-vs-real-world-problem">The Lab-vs-Real-World Problem</a></p>
</li>
</ul>
</li>
<li><p><a href="#heading-the-iot-pipeline-how-the-alert-gets-to-you">The IoT Pipeline: How the Alert Gets to You</a></p>
<ul>
<li><p><a href="#heading-edge-processing-first">Edge Processing First</a></p>
</li>
<li><p><a href="#heading-the-confirmation-window">The Confirmation Window</a></p>
</li>
<li><p><a href="#heading-alert-dispatch">Alert Dispatch</a></p>
</li>
</ul>
</li>
<li><p><a href="#heading-consumer-devices-where-things-stand">Consumer Devices: Where Things Stand</a></p>
</li>
<li><p><a href="#heading-the-challenges-worth-knowing-about">The Challenges Worth Knowing About</a></p>
</li>
<li><p><a href="#heading-wrapping-up">Wrapping Up</a></p>
</li>
</ul>
<h2 id="heading-what-you-should-know-before-reading"><strong>What You Should Know Before Reading</strong></h2>
<p>Before reading this article, it helps to have a basic understanding of:</p>
<ul>
<li><p>IoT (Internet of Things) devices and how they connect to the internet</p>
</li>
<li><p>Wearable tech such as smartwatches or fitness bands</p>
</li>
<li><p>Sensors like accelerometers and gyroscopes</p>
</li>
<li><p>Basic wireless communication methods such as Bluetooth or GPS</p>
</li>
<li><p>Mobile apps and notification systems</p>
</li>
</ul>
<p>You don't need advanced technical or programming knowledge to follow the article.</p>
<h2 id="heading-what-is-a-fall-detection-system"><strong>What is a Fall Detection System?</strong></h2>
<p>A fall detection system automatically detects a fall and raises the alert to a caregiver, family member, or emergency services, without any action required by the user.</p>
<p>This aspect of “without doing anything” is crucial because once the person has fallen, they may not be in a state of mind to perform any action, even as little as pressing a button.</p>
<p>Modern fall detection systems leverage the advances made in the areas of IoT, machine learning, cloud computing, and communications technologies to build a pipeline for the identification of a fall and raising an alert in less than 30 seconds.</p>
<h2 id="heading-the-hardware-sensors-that-do-the-heavy-lifting"><strong>The Hardware: Sensors That Do the Heavy Lifting</strong></h2>
<p>The core of all wearable fall detectors is the Inertial Measurement Unit (IMU), which comprises two sensors:</p>
<ul>
<li><p><strong>Accelerometer:</strong> detects acceleration on three axes (X, Y, Z). It measures the sudden deceleration when impact occurs. Most commercial devices have an accelerometer with a ±120 m/s² range. Popular in both prototypes and production-level units is the MPU-6050 chip.</p>
</li>
<li><p><strong>Gyroscope:</strong> measures angular velocity (±1200°/s). It detects how your body rotates to determine whether it is a forward, backward, or any other kind of fall. Jumping and sitting rapidly will not be mistaken for a fall in such a case.</p>
</li>
</ul>
<p>Together, these give you a 6-axis picture of continuously measured motion, which is the input that the detection algorithm works with.</p>
<p>More advanced devices are equipped with heart rate sensors, GPS and barometers. Heart rate change upon falling could be useful in determining that an incident occurred. The GPS will enable locating the user easily, while the barometer is able to indicate what floor the person is on.</p>
<p>As for sensor location, it matters a lot more than people expect. The most accurate data is collected by waist-mounted sensors, as this area sees maximum movement during falls. But commercial products usually go for wrist-based ones because people won't care about accuracy if they don't even wear it.</p>
<h2 id="heading-the-algorithm-from-raw-signals-to-classification"><strong>The Algorithm: From Raw Signals to Classification</strong></h2>
<p>Raw sensor data is just a stream of numbers. It's the algorithm that answers the one main question: did this person just fall?</p>
<p>It sounds simple but it really isn’t. The physical dynamics involved in making vigorous actions like running, jumping, and sitting down may be transiently similar to those of a fall. An error would either miss the true occurrence or produce too many false alarms, both having real consequences.</p>
<p>Different wearable fall detection systems use different types of algorithms for analyzing the sensor data and determining whether a fall has taken place. These include approaches such as rule-based methods, machine learning and even more advanced deep learning algorithms. This would depend on various factors such as device complexity, processing power, accuracy requirements and battery constraints.</p>
<h3 id="heading-threshold-based-detection">Threshold-Based Detection</h3>
<p>This is the oldest approach. You establish certain criteria: if the acceleration is above X g-force, and the person remains motionless for Y seconds afterward, you classify this as a fall. This approach employs a finite state machine (FSM): the sensor moves through certain states (from upright to free fall, then impact and post-fall motionlessness), and identifies a fall whenever all these states happen in sequence.</p>
<p>It's lightweight and power-efficient, but has higher false-positive rates, especially for active users or those with tremors.</p>
<h3 id="heading-classical-machine-learning">Classical Machine Learning</h3>
<p>Support Vector Machines (SVMs), Random Forests, and k-Nearest Neighbors (k-NN) are widely used for wearable fall detection systems trained on labeled sensor data containing falls and normal Activities of Daily Living (ADLs). These models identify motion patterns captured through accelerometer and gyroscope to distinguish falls from false alarms.</p>
<p>In a <a href="https://www.e3s-conferences.org/articles/e3sconf/pdf/2025/05/e3sconf_icenis2024_03051.pdf">study</a>, SVM achieved 87% accuracy, k-NN reached 84%, and Random Forest achieved 89%.</p>
<h3 id="heading-deep-learning">Deep Learning</h3>
<p>The CNN-LSTM hybrid model is capable of capturing both spatial and temporal features directly from the accelerometer and gyroscope sensor data without the need for manual feature engineering. The attention model is another alternative that is able to focus selectively on certain sensors according to the motion pattern.</p>
<h3 id="heading-the-lab-vs-real-world-problem">The Lab-vs-Real-World Problem</h3>
<p>The bitter reality is that the lab accuracy numbers don't transfer one-to-one into real-world situations.</p>
<p>During experiments, the falls are taken by young healthy individuals who are well aware of what's happening. But in reality, falls often occur most in older people with co-morbid conditions, in cluttered surroundings, and unexpectedly.</p>
<p>During experiments, the falls are induced on young healthy individuals who are well aware of what is happening. But in reality, falls occur among older people with co-morbid conditions, in cluttered surroundings and unexpectedly.&nbsp;</p>
<p>In <a href="https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0180318">one such study</a> conducted on 19 individuals for more than 400 hours, only 10 actual falls were recorded and the performance of the fall detection system dropped significantly compared to controlled laboratory results.</p>
<p>Addressing this gap between laboratory and real-world performance should be a critical goal for future wearable fall detection systems.</p>
<h2 id="heading-the-iot-pipeline-how-the-alert-gets-to-you"><strong>The IoT Pipeline: How the Alert Gets to You</strong></h2>
<p>Detecting a fall is step one. Here’s what the rest of the pipeline looks like.</p>
<h3 id="heading-edge-processing-first">Edge Processing First</h3>
<p>The detection algorithm runs directly on the microcontroller of the wearable device, not remotely in the cloud. This is key, because the latter approach (in the cloud) is known as “edge computing”, and its importance lies in two things: efficiency (as additional round-trips to the cloud slow down everything), and reliability (fall incidents occur in basements, elevators, and in places without a signal).</p>
<p>Microcontrollers like the ESP32 can execute classifiers and FSM algorithms locally using minimal power.</p>
<h3 id="heading-the-confirmation-window">The Confirmation Window</h3>
<p>When the device thinks a fall has occurred, it usually starts a 30 to 60 second countdown instead of immediately calling emergency services. During that time, the wearable vibrates and plays an alert sound so the user can cancel it in case it was a false alarm.</p>
<p>This is very important because otherwise any sudden arm movement, even false alarms, would cause an emergency call.</p>
<h3 id="heading-alert-dispatch">Alert Dispatch</h3>
<p>Once confirmed, the notification, together with GPS coordinates, is sent by:</p>
<ul>
<li><p><strong>NB-IoT:</strong> &nbsp;the ideal protocol for wearables outdoors. It uses an already established LTE network, very minimal battery and excellent wall penetration.</p>
</li>
<li><p><strong>BLE:</strong> links to the user’s phone to forward the alert.</p>
</li>
<li><p><strong>Wi-Fi:</strong> fast and dependable within a home environment with good connectivity.</p>
</li>
<li><p><strong>LoRaWAN:</strong> long-distance and very low battery energy. it's suitable for a large campus or rural setting.</p>
</li>
</ul>
<p>The alert hits a cloud server, from where it's relayed to SMS notifications, push notifications, emergency call-backs to authorities, or a caregiver platform, depending on system configurations.</p>
<h2 id="heading-consumer-devices-where-things-stand"><strong>Consumer Devices: Where Things Stand</strong></h2>
<p>Apple watches series 4 and later feature arguably the most advanced fall detection mechanism among consumer wearables. This technology makes use of data collected from an accelerometer and a gyroscope with machine learning algorithms that help detect a fall and automatically call for help if there is no sign of movement from the person wearing it.</p>
<p>Apple regularly works on improving its fall detection system by eliminating any errors.</p>
<p>The Samsung Galaxy watch (Active2+) comes with hard fall detection that utilizes motion sensors for detecting motion based on the accelerometer. Users can adjust when the watch detects falls, such as always, while exercising, or while being active.</p>
<p>Within 60 seconds after detecting a fall, the watch shows an alarm prompt, after which it sends an SOS message to the emergency contact if no response is provided. This feature is off by default and needs to be turned on manually via the Galaxy Wearable app.</p>
<p>Dedicated medical pendants like Philips Lifeline and Medical Guardian continue to be favored in many high-risk elder care situations as they have specialized hardware, round-the-clock monitoring facilities, cellular connectivity features, and GPS technology. Though not as unobtrusive as smart watches, medical alerts are engineered especially for emergency situations.</p>
<h2 id="heading-the-challenges-worth-knowing-about"><strong>The Challenges Worth Knowing About</strong></h2>
<p>False positives are the main challenge regarding user experience. When alerts fire too often, users turn off the whole mechanism, defeating its purpose.</p>
<p>In order to solve this issue, Apple uses multi-level criteria to trigger an alert: only the combination of impact on the wrist, heart rate change, proper orientation of the body, and post-impact behavior will be able to confirm the occurrence of a fall.</p>
<p>Privacy is also a legitimate concern, especially for camera-based systems. We can address these concerns through emerging approaches like thermal sensors (body heat without identifiable imagery) and Wi-Fi Channel State Information (CSI) analysis, which offers detection without surveillance.</p>
<p>Training for fall detection is done directly using federated learning on the wearable device itself, so there's no need for user motion data to ever be sent out to the cloud. The cloud will only receive updates.</p>
<p>Finally, consistency is easy to ignore, but it matters a lot. A device that isn’t worn detects nothing. That is why smart pressure sensors placed into floors, room monitors based on radar technology, and Wi-Fi CSI analysis techniques are becoming more popular as supplements to wrist wearables.</p>
<h2 id="heading-wrapping-up"><strong>Wrapping Up</strong></h2>
<p>Fall detection sounds like a solved problem at first. All the sensors are ready, the algorithms are functioning effectively in the labs, and there’s plenty of connectivity. But what matters most after a fall is how quickly someone gets help.</p>
<p>With improvements made in wearable AI technology, fall detection is moving gradually from being an emergency-based solution to becoming a constant monitoring tool which silently protects its users. Technology-wise, we're pretty much there. The important thing is to make sure everything works reliably.</p>
 ]]>
                </content:encoded>
            </item>
        
    </channel>
</rss>
