Synthesized from 21 episodes of The Amp Hour · AI-generated, every claim cited to a verbatim transcript passage
theme article
The FDA gauntlet, why a thermometer takes three years, liability-shaped design

Medical device development is electronics and software engineering carried out under the supervision of a health regulator, principally the Food and Drug Administration in the United States and the Medicines and Healthcare products Regulatory Agency in the United Kingdom.[588][549] The regulator does not prescribe which components or technologies a device must use; it prescribes the diligence the manufacturer must perform and document to demonstrate that the device is safe, which makes regulated design resemble an audited quality process more than a technical rulebook.[588] The practical effect is that regulatory work, rather than design work, becomes the dominant consumer of an engineer’s schedule, and the final portion of a programme — the approval and completion work rather than the innovation — determines whether the device can be used in a healthcare setting at all.[218][711]

The regulatory mechanism

The FDA independently audits medical device and medical instrumentation companies, and the design process itself must be arranged so that it produces evidence of the diligence performed, not merely a working device.[588] Scrutiny is directed at the manufacturer’s implementation rather than at component specifications: the questions asked are whether a part was implemented correctly, and whether it was used in the conditions under which its data sheet was characterised.[588] Most of the back-and-forth with a regulator comes from submitting against requirements that were never read carefully; establishing exactly what the submission must show before writing it removes those cycles.[549]

Regulatory burden attaches to the clinical claim rather than to the measurement technique. An instrument using an identical bio-impedance spectroscopy method escapes the approval process as long as it does not assert a diagnosis, and a wearable that monitors a patient without being invasive and without claiming to diagnose can reach market without FDA testing.[448][331] Turning the same measurement technique into an approved diagnostic requires clinical trial data and an algorithm built over that data to establish accuracy, followed by FDA clearance or a CE mark; the underlying technique is the small part of that work.[448] The applicable regulatory class is therefore itself a schedule variable: a UK exemption that removed most of the applicable regulations from a device materially shortened its development timeline.[549] Medical products aimed at consumers nonetheless remain FDA regulated, and the regulatory work stays a significant part of the business even when the device is not a clinical instrument.[402]

Safety requirements

Failing safe means different things by industry. A test instrument may fail safe by carbonising inside its own case, but a medical device that fails must actively warn the user that care has been interrupted rather than simply stopping.[218] Class II medical devices are fail-safe devices: any single component in the circuit may be faulted in any way, and the requirement is not that care continues but that the device stops delivering care safely.[218] Safety qualification includes a dielectric withstand test of 5,400 volts AC RMS, roughly 7,600 volts peak, applied across the housing, in addition to the impulse tests used on measurement equipment.[218]

Safety-critical systems under FDA, FAA or space rules favour an external watchdog paired with a voltage supervisor over an on-chip one, because an external device cannot be disabled by the processor’s own software and fires regardless of firmware state.[281] EMC competence does not transfer across industries: a medical device and a consumer device are governed by different regulations, different limits and different import and export rules, so EMC expertise is held in narrow per-sector niches rather than as a general skill.[229]

Software and firmware

In medical devices the software and full stack are certified together, so a firmware update cannot be rolled out without recertification; that makes routine security patching impractical and forces the security design toward a locked, cryptographically verified bootloader established before certification.[318] Qualification, not development, sets the release cadence: a one-line code change requires the full qualification process, which on one large device took three months per release.[489] Certified medical software must have every line of code reviewed, and the industry rule of thumb prices that review at about one dollar per line, so ten thousand lines of code carries roughly ten thousand dollars of review cost.[486]

Medical device software must meet the applicable IEC and ISO safety standards along with coding standards such as MISRA-C. General mainline Linux carries none of that evidence, so a safety-critical Linux system must be built on a commercial distribution from a vendor such as Wind River that supplies the certification package.[515] The classification of source code also shapes hardware design entry: in regulated markets including medical, source code falls under stricter verification rules than schematics, so FPGA designs were entered as schematics that generate HDL in order to keep the design out of the source-code regime.[181]

Development process failures in this area are characteristic. A medical device programme that repeatedly failed and drew an FDA investigation was found to have no design phase at all: a domain expert wrote and adjusted code experimentally until behaviour looked right, and the result was then frozen. The underlying error is conflating research with development, which have different processes and different exit criteria.[489]

Component selection and traceability

Medical design is deliberately conservative in component selection: the newest part is usually not the chosen part, because the evidence burden favours devices with established behaviour.[588] Because every revision, down to changes in code, requires approval and extensive documentation, technology fielded in regulated medical products lags the state of the art considerably.[151] Since every change reopens the approval burden, companies change nothing unless forced to, and the practical consequence is that engineers on mature medical products spend their time on obsolescence management — six months of work to qualify a replacement for a single discontinued transistor.[486]

This conservatism supports a distinct segment of the semiconductor industry. Some makers run a deliberate business model of not advancing process nodes, serving medical and automotive customers from older equipment and 8-inch rather than 12-inch wafers, because those parts do not need billions of transistors and their customers value continuity.[297]

Component lot control and build traceability, optional elsewhere, are a legal requirement when building medical devices, so the build system must record which specific ordered lot supplied each part in each unit.[542] For a US medical startup those obligations begin at the start of design rather than at market entry, because the first prototype may itself be tested or form part of the FDA evaluation; startups that discover this late must reconstruct the paperwork retrospectively.[542]

Programme structure and testing

A regulated hardware startup must stand up product lifecycle management and a quality management system alongside external design review and compliance testing, infrastructure that unregulated startups never build.[295] Where a device can kill its user, the prototype being developed is not the product that ships: several rounds of external design review and full regulatory approval sit between them, and that gap has to be planned into the schedule.[295] Medical clients commonly route documentation, integration testing and design records through a specialist regulatory firm that reviews and returns them until the format matches what the FDA submission requires.[492]

Debugging on such a programme is usually driven by the regulatory test house’s report rather than by discovery at the bench: the compliance failures become the lab data the team works from, and board turns are planned as remedial actions against that report.[704] Design for test therefore has to account for regulatory testing itself — burying an antenna on the far side of the PCB left no way to attach a BNC for compliance measurement without physically drilling into the finished product.[549]

Industry structure

Medical device volumes span a wide range and include electronic products built at a million units a year, so medical work is not inherently low volume.[330] Minneapolis is a concentration point for the industry, hosting Medtronic, St. Jude Medical and Boston Scientific, and local contract manufacturers are correspondingly oriented toward medical work.[330]

Work also occurs deliberately outside the regulated path. Jean Rintoul, after more than a decade in biosensor wearables, judged the regulatory path — though necessary — to be the binding constraint on bioelectronics innovation, and built an open-source research instrument outside that path rather than through it.[448] Reworking an established clinical instrument for low-resource settings meant adding two constraints to a known design: cost, and the removal of the trained specialist from the interpretation step, which was solved by moving classification to a machine learning model running on a phone fed over Bluetooth.[711]

References