An edge-sensing product lives or dies on four things: the sensors that watch the world, the hub that runs the models, the memory that feeds them, and the interfaces that tie the stack together. Pick them by peak ratings, and the design works on the bench and dies on the battery. A companion article, On-Device Inference Is Remaking the Sensor Stack, presents a better approach: push each decision to the cheapest stage that can make it. This article turns that rule into specs, part by part.
Let’s take a look at the specs that pin down each part, the edge-AI feature worth paying for, and the typical interfaces.
Component | Key specs to nail down | Edge-AI feature to look for | Typical interface |
|---|---|---|---|
IMU | Axes, concurrent full-scale ranges, noise density, gyro bias stability, ODR, FIFO depth | No-code decision trees, programmable in-sensor DSP, embedded fusion | I2C / I3C / SPI + interrupt |
Time-of-flight | Zone count, range vs. ambient light, FoV/FoI, accuracy, module footprint | On-chip histogramming, distance plus confidence output | I2C / I3C (CSI-2 for image-class) |
60 GHz radar | Sweep bandwidth, Tx/Rx channels, antenna-in-package, micro/macro range | Autonomous presence engine or on-chip DSP classifier | SPI + interrupt |
MEMS microphone | SNR, AOP, output type, array matching tolerance | Acoustic activity detection, in-mic NPU for VAD and keyword spotting | PDM / I2S / TDM |
Sensor hub / host | SRAM, memory bandwidth, NPU operator support, deep-sleep current, toolchain | Always-on hub domain, multi-stream sync, model security | Hosts the buses above |
Memory | SRAM (KB), flash (MB), LPDDR capacity and bandwidth (GB/s) | Fits the INT8 model plus activations, with OTA headroom | On-chip / LPDDR / PSRAM |
Interfaces | Pin count, data rate, devices per bus, interrupt support | In-band interrupts, dynamic addressing (I3C) | I2C / I3C / SPI / PDM / I2S / CSI-2 |
The inertial measurement unit (IMU) is the workhorse of wearables, asset trackers, and condition monitoring, and it’s also the most mature example of in-sensor AI. Four spec areas determine the right IMU:
STMicroelectronics leads in-sensor intelligence, with TDK InvenSense, Bosch Sensortec, and Analog Devices covering the consumer-to-industrial spread. For automotive and long-lived designs, AEC-Q100 status and 10-year longevity programs are filterable specs.
A time-of-flight (ToF) sensor reports distance, not an image, which is why it has spread from phones into laptops, robots, and appliances as a presence and gesture sensor with built-in privacy. Direct ToF (dToF) times photon returns on-chip and hands the host distance plus a confidence figure, while indirect ToF trades power for denser depth maps. Use these three specs to sort the field:
Millimeter-wave radar detects macro-motion and micro-motion (including breathing) through line of sight, in the dark, and without capturing identifiable imagery. Some parts serve as front ends, running frequency-modulated continuous-wave (FMCW) sweeps and on-chip FIFO storage, while a lightweight model classifies on the host. Others put a DSP on-die and run the classifier in the sensor. Once that decision is made, pay attention to these three specs:
The vendor field splits along application lines. Infineon leads in consumer and building automation, while TI dominates automotive in-cabin sensing. Module vendors offer another option: pay a premium, and the antenna and matching arrive pre-engineered.
The microphone is where the always-on power story starts, and signal-to-noise ratio (SNR) is only part of the spec sheet. Here’s what else to check:
The host aggregates the sensor streams and timestamps and synchronizes them, runs what the sensors cannot, and wakes only when the tiers below say so. TOPS ratings alone mislead, so at part-selection time you should:
The host tier itself now spans a wide range. At the low end, NPU-equipped microcontrollers such as ST’s STM32N6 brought accelerated vision and audio to MCU power and price budgets. A step up, parts built around Arm’s Ethos-U85 carry transformer operators to the endpoint. At the top end, edge SoCs such as Qualcomm’s Dragonwing Q-8750 run multimodal pipelines and small language models. Match the tier to the heaviest model the product will run, with headroom for the one it will run next year.
Memory decides whether the design works and, in 2026, whether it ships on budget. On-chip SRAM is the true ceiling for MCU-class inference, since activations and working buffers must fit, with a typical envelope of 256 KB to 512 KB. Flash holds the quantized model, roughly a quarter the size of its 32-bit original once it’s down to 8 bits, plus headroom for over-the-air updates and A/B slots. Once vision pipelines or small language models arrive, external LPDDR follows, and bandwidth in GB/s, as much as capacity, sets what the accelerator delivers.
But specifying memory is the easy part. DRAM capacity has shifted toward AI data centers, pushing up LPDDR prices and stretching lead times. Check availability, lifecycle status, and second sources before the BOM freezes. In this cycle, that check is part of the spec.
The bus sets pin count, power, and how many sensors share a line. An interface exists to shape traffic before it reaches the expensive part of the system, and the defaults for doing that have changed:
The principles from On-Device Inference Is Remaking the Sensor Stack apply to every line of the BOM: resolve each decision as low in the stack as possible, and favor parts that move results rather than raw samples.
Every spec above is also a search term. Full-scale range, SNR, and on-chip memory map to parametric filters on Octopart, and where a spec is newer than the filter set (such as zone count or an in-sensor NPU), the datasheet sits one click from the same results. Spec to the sleep budget and filter on the numbers that set it, and the edge-sensing BOM adds up to one coherent architecture.