Introduction: A Patent Dispute With Deep Implications for Hardware and Firmware Engineering

Apple's $634 million payment to Masimo, now final after a judge rejected an appeal, is not just a legal footnote-it's a case study in how patent thickets can reshape hardware supply chains and firmware development cycles. For senior engineers, the Masimo-Apple saga is more than a courtroom drama; it's a cautionary tale about the risks of integrating third-party sensor IP without rigorous freedom-to-operate analysis. The case centered on pulse oximetry technology-specifically, the blood oxygen (SpO2) sensor in the Apple Watch Series 6 and later models. Masimo, a medical device company acquired by Danaher in 2024, alleged that Apple infringed on multiple patents related to non-invasive photoplethysmography (PPG) signal processing.

While Masimo failed to secure a permanent injunction against Apple Watch sales or a ban on the blood oxygen sensor, the final verdict forces Apple to pay $634 million to Danaher. This outcome, upheld after the appeal was dismissed, reflects a nuanced legal landscape where monetary damages are preferred over product bans. For engineers, the takeaway is clear: the cost of patent infringement can be astronomical, even if the product stays on the market. The case also highlights the tension between innovation in wearable hardware and the dense patent landscape in medical technology.

In production environments, we've seen similar disputes over sensor fusion algorithms, battery management ICs, and even Wi-Fi protocols. The Masimo case, however, is unique because it involves a consumer device that doubles as a Health monitoring tool. This dual-use nature complicates both legal strategy and engineering design. As we dissect the technical and legal dimensions, we'll explore how this ruling impacts firmware compliance, supply chain risk, and the future of SpO2 sensing in wearables.

Patents in Play: Photoplethysmography and Signal Processing

At the heart of the dispute are Masimo's patents covering advanced PPG signal processing techniques. Standard PPG uses light-emitting diodes (LEDs) and photodetectors to measure blood volume changes in tissue. Masimo's innovations, however, involve adaptive filtering, motion artifact rejection, and calibration algorithms that correct for skin tone, perfusion, and ambient light. These aren't trivial software tweaks-they are foundational to accurate SpO2 readings in non-clinical settings.

Apple's implementation in the Apple Watch uses a custom system-on-chip (SoC) that integrates the PPG front-end with a digital signal processor (DSP). The firmware must handle real-time noise cancellation, interpolation of missing samples, and dynamic range adjustment. Masimo's patents cover specific methods for separating the pulsatile component (AC) from the baseline (DC) signal, particularly under motion. Apple's engineers likely used similar techniques. But the court found that the overlap was enough to constitute infringement.

For firmware engineers, this is a nightmare scenario. You might build a PPG algorithm from scratch. But if your approach mirrors a patented method-even unintentionally-you risk litigation. The Masimo case underscores the need for patent landscape analysis before committing to a hardware platform. Tools like USPTO patent search can help. But the real challenge is mapping claims to implementation details. In our experience, cross-referencing patent claims with datasheets and reference designs is a best practice that many teams skip.

Masimo's primary goal was a permanent injunction-a court order banning Apple from selling watches with blood oxygen sensors. The U. S. International Trade Commission (ITC) initially issued a limited exclusion order in October 2023. Which forced Apple to disable the SpO2 feature on new devices. However, the U, and sCourt of Appeals for the Federal Circuit vacated the ITC decision, citing insufficient evidence of irreparable harm to Masimo. The court reasoned that monetary damages could adequately compensate Masimo, as Apple's sales did not directly threaten Masimo's market position in medical devices.

This distinction is critical for engineers. If you're developing a health sensor for a consumer device, the legal bar for an injunction is high. Courts consider whether the patent holder is a direct competitor, whether the infringement causes irreparable harm (e g., loss of market share, brand damage). And whether the public interest favors keeping the product available. In this case, Apple argued that disabling SpO2 would harm consumers who rely on the feature for health monitoring-a public interest argument that resonated with the court.

The $634 million figure is based on a reasonable royalty calculation: the court estimated what Apple would have paid in a hypothetical licensing negotiation. This approach is common in patent cases, but it's notoriously imprecise. The royalty rate is often derived from comparable licenses - industry standards,, and and expert testimonyFor engineers, this means that even if you design around a patent, you may still face damages if a court later finds infringement. The only safe path is a thorough prior art search and, when in doubt, a legal opinion from a patent attorney.

Impact on Firmware Development and Compliance Testing

After the ITC order, Apple pushed a firmware update that disabled the SpO2 feature on new Apple Watch Series 9 and Ultra 2 units sold in the U. S. This was a software-only fix-the hardware still contained the PPG sensor and DSP. But the firmware simply stopped processing the SpO2 algorithm. This approach is common in regulated industries: you can disable a feature via firmware to comply with a legal order while retaining the hardware for future re-enablement.

For firmware engineers, this introduces a compliance testing burden. You need to ensure that the disabled feature doesn't cause side effects, such as increased power consumption, memory leaks. Or unexpected interactions with other health sensors. In production environments, we've seen cases where a disabled feature still triggers watchdog timers or causes the system to hang. Apple likely ran extensive regression tests to verify that the SpO2 disablement didn't affect heart rate, ECG, or accelerometer data.

Moreover, the firmware update must be OTA (over-the-air) compatible with existing devices. This means the update must handle state migration, rollback scenarios. And failover mechanisms. If a user's watch loses power during the update, the firmware must recover gracefully without bricking the device. These aren't trivial engineering challenges-they require careful design of bootloaders - partition tables. And recovery modes. The Masimo case shows that legal decisions can directly dictate firmware architecture decisions.

Danaher's Acquisition and the New IP Landscape

Masimo's acquisition by Danaher-a conglomerate focused on life sciences and diagnostics-adds another layer of complexity. Danaher now controls the patent portfolio and the $634 million payment. For engineers, this means the IP is held by a company with deep pockets and a history of aggressive patent enforcement. Danaher's subsidiaries, such as Beckman Coulter and Leica Microsystems, operate in medical devices and diagnostics. Where patent litigation is common.

The acquisition also raises questions about future licensing. Danaher might use the Masimo patents to extract royalties from other wearable manufacturers, such as Samsung, Fitbit (Google). Or Garmin. This could lead to a patent pool for SpO2 sensing, similar to what happened with MPEG-LA for video codecs. For hardware engineers, this means that integrating SpO2 sensors may require licensing fees that add $1-$5 per device, depending on the royalty rate. This cost must be factored into BOM (bill of materials) and margin calculations.

Furthermore, Danaher's ownership might lead to more targeted litigation. Unlike Masimo, which focused on medical devices, Danaher has the resources to pursue consumer electronics companies across multiple jurisdictions. Engineers should monitor Danaher's patent filings and litigation history to assess risk. Tools like Google Patents can help track new patents in the PPG space.

Technical Workarounds: Designing Around Masimo's Patents

For teams designing new wearables, the Masimo patents represent a minefield. However, there are technical workarounds that avoid the specific claims. Masimo's patents cover methods for motion artifact rejection using adaptive filtering based on accelerometer data. If you use a different approach-such as wavelet-based denoising, Kalman filtering, or machine learning models trained on synthetic data-you may avoid infringement.

Another workaround is to use a different wavelength combination. Masimo's patents often specify red and infrared LEDs (660 nm and 940 nm). If you use green LEDs (520 nm) for SpO2-which some devices do for better signal-to-noise ratio in motion-you might bypass the claims. However, green LEDs have lower penetration depth. Which can affect accuracy at low perfusion. This tradeoff must be validated through clinical testing.

Finally, you can implement SpO2 as a software-only feature that uses the existing PPG sensor but processes data differently. For example, you could use a proprietary algorithm that relies on time-domain analysis rather than frequency-domain filtering. The key is to document your design decisions and conduct a claim-by-claim analysis with a patent attorney. In our experience, the most robust workarounds are those that are independently developed and tested against known prior art.

Industry Implications for Wearable Health Sensors

The Masimo case has broader implications for the wearable health sensor market. It signals that patent holders in the medical device space are willing to pursue consumer electronics companies for infringement. This could slow down innovation in SpO2 sensing, as companies may hesitate to invest in new algorithms without clear freedom-to-operate. For engineers, this means that due diligence should include both patent searches and licensing negotiations early in the product lifecycle.

On the positive side, the case validates that SpO2 sensing can be accurate enough for consumer use-even under legal scrutiny. The court didn't question the accuracy of Apple's implementation; it only addressed the patent infringement. This is a win for the engineering community, as it confirms that non-invasive PPG can meet regulatory standards for health monitoring. The FDA's clearance of the Apple Watch's SpO2 feature (under De Novo classification) further supports this.

We may also see increased collaboration between medical device companies and consumer electronics firms. Cross-licensing agreements, joint ventures, and open-source sensor libraries could reduce litigation risk. For example, the OpenWatches initiative provides open-source firmware for wearable health sensors. Though it currently avoids patented algorithms. Engineers should advocate for more open standards in PPG signal processing to democratize access to this technology.

Lessons for Engineering Teams: Patent Risk Management

From a software engineering perspective, the Masimo case offers several actionable lessons. First, integrate patent risk assessment into your design review process. Every new sensor feature should trigger a patent landscape search, especially if the feature is based on established medical technology. Second, maintain detailed design documentation that shows your algorithm's development history. This can serve as evidence of independent creation if litigation arises.

Third, consider using patent-avoidance techniques such as design-arounds, open-source alternatives. Or third-party IP licenses. If you're building a health sensor, look for patents that are expired or invalidated. The USPTO's Post-Grant Review (PGR) process allows third parties to challenge patents within nine months of issuance. This can be a cost-effective way to clear a path for your product.

Finally, build a relationship with a patent attorney who understands hardware and firmware. Legal advice should be integrated into the engineering workflow, not treated as an afterthought. In production environments, we've seen teams save millions by identifying patent risks early and adjusting their designs accordingly. The $634 million payment is a stark reminder of what happens when you skip this step.

Frequently Asked Questions

1. What specific patents did Apple infringe in the Masimo case?

Apple was found to infringe Masimo's patents covering photoplethysmography (PPG) signal processing, including methods for motion artifact rejection, adaptive filtering. And calibration for skin tone and perfusion variations. The patents are U. S, and patent Nos10,912,502 and 10,987,052, among others, but

2. And why did the court deny a permanent ban on Apple Watch sales.

The court denied a permanent injunction because Masimo failed to prove irreparable harm-Apple's sales did not directly threaten Masimo's medical device market. The court also considered public interest, noting that disabling SpO2 would harm consumers who rely on the feature for health monitoring.

3. How did Apple disable the SpO2 feature via firmware?

Apple pushed an OTA firmware update that stopped processing the SpO2 algorithm on the PPG sensor's DSP. The hardware remained unchanged, but the firmware no longer output SpO2 readings. This approach allowed Apple to comply with the ITC order without hardware changes,

4What are the technical workarounds to avoid Masimo's patents?

Engineers can use alternative signal processing methods (e. And g - wavelet denoising, Kalman filters), different LED wavelengths (e g., green instead of red/infrared), or machine learning models trained on synthetic data. Each workaround requires careful validation and patent claim analysis.

5. How does Danaher's acquisition affect future wearable development?

Danaher, a life sciences conglomerate, now controls Masimo's patent portfolio. This could lead to broader enforcement against other wearable manufacturers and potentially a patent pool for SpO2 sensing. Engineers should monitor Danaher's litigation and licensing activities.

Conclusion: A Wake-Up Call for Hardware and Firmware Teams

The $634 million payment from Apple to Masimo is a landmark moment in wearable technology litigation. For senior engineers, it underscores the critical need for patent risk management in every phase of product development-from initial sensor selection to firmware deployment. The case also demonstrates that even the largest companies can be caught off guard by patent thickets in medical technology.

Moving forward, engineering teams should adopt a proactive approach: conduct patent landscape analysis, design with workarounds in mind. And maintain rigorous documentation. The cost of non-compliance is staggering, but the cost of over-caution-delaying innovation-can be equally high. The key is to balance technical creativity with legal diligence.

If you're developing a wearable health sensor, now is the time to review your IP strategy. Consider engaging a patent attorney with expertise in PPG technology, and explore open-source or licensed alternatives. The Masimo case isn't the end of SpO2 innovation-it's a reminder that innovation must be paired with due diligence.

What do you think?

How should engineering teams balance the need for rapid innovation in health sensors with the risk of patent infringement?

Is the $634 million payment a fair outcome, or does it set a precedent that will stifle competition in wearable health technology?

Should the FDA or other regulators require patent disclosures for health sensors to reduce litigation risk for consumer electronics companies?

.

Need a Custom App Built?

Let's discuss your project and bring your ideas to life.

Contact Me Today β†’

Back to Tech News