Microcontrollers — the brain of a device
The little computer-on-a-chip that runs the firmware inside a glucose meter, a wearable or an infusion pump: CPU, memory and the pins that touch the real world, all in one part.
In one line
A microcontroller (MCU) is a whole tiny computer on one chip — processor, memory and input/output pins — built to run one program (its firmware) reliably, for years, on very little power.
How it works
Unlike the processor in a laptop, an MCU bundles everything on-chip and is built to be deterministic and low-power. The pieces that matter:
- CPU + memory — runs the firmware from on-chip flash; a little RAM for working data.
- GPIO pins — general-purpose lines it can read (a button, an alarm contact) or drive (an LED, a transistor switching a motor).
- ADC — turns an analog sensor voltage into a number.
- Buses — I²C / SPI / UART to talk to other chips, and timers for precise scheduling.
Where it shows up in digital health
- The glucose meter, pulse oximeter, BP cuff, smart inhaler, wearable — each is an MCU reading a sensor, computing a value, showing it, and (often) sending it over Bluetooth Low Energy (BLE) to a phone.
- Safety-critical devices (pacemakers, infusion pumps) run certified firmware on an MCU under standards like IEC 62304 for medical-device software.
- It is the bottom of the data chain that eventually becomes FHIR Observations in the cloud.
Watch for
MCU firmware is a medical device when it makes clinical decisions — so it carries the full weight of design controls, verification and traceability, not just "code."
Key takeaways
- An MCU is a whole tiny computer on one chip — CPU, memory, and I/O pins — running one firmware reliably on little power.
- Key blocks: GPIO (read/drive lines), ADC (sensor → number), buses (I²C/SPI/UART), timers.
- It's the brain of every glucose meter, pulse-ox, wearable and pump — the bottom of the chain that becomes FHIR Observations.
- When it makes clinical decisions, the firmware is a regulated medical device (IEC 62304).
अपना स्मरण जाँचें
2 में से 0 याददोबारा पढ़ने से बेहतर है सक्रिय स्मरण — पहले उत्तर सोचें, फिर देखें।
What is a microcontroller (MCU)?
When is MCU firmware itself a regulated medical device?