robotics//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.
In a plant the same idea is the industrial smart transmitter: instead of a bare 4-20 mA current it delivers measurement, status, diagnostics, calibration and identity over a digital protocol, HART on the old loop or a fieldbus, and appears as a browsable node in OPC UA.