sensor//smart sensor

A sensor with on-board signal conditioning, ADC, and a small processor (often Cortex-M) on the same die or package.


A sensor with on-board signal conditioning, ADC, and a small processor (often Cortex-M) on the same die or package.

Outputs calibrated digital data over I2C/SPI instead of raw analog voltage.

Examples: MEMS accelerometers (Bosch BMA400), environmental sensors (BME680)

Offloads filtering and fusion from the host MCU, reducing I/O traffic and CPU load.

Integrates ASIC + mini MCU to: Update threshold/filter dynamically (if A, do X; if B, do Y)

Update firmware itself (e.g. sampling speed) via I2C wires on the PCB

SoC Cortex-M variant used for the smartest sensors.