What is a ADT7410 sensor ?
The ADT7410 is a high-precision digital temperature sensor designed by Analog Devices, known for its metrological stability and exceptional linearity.
It is a factory-calibrated sensor, directly readable on the I²C or SMBus, and capable of outputting data in 16-bit signed format (resolution of 0.0078 °C per LSB).
It is used in professional measurement chains, medical systems, or calibration instruments.
Operating principle
The ADT7410 is based on a calibrated diode sensor and a 16-bit ΔΣ converter.
Each sample is processed digitally, linearized, and compensated before transmission.
Standard conversion formula:
T(°C) = Signed codex / 128
(in 16-bit mode)
💡 Each bit represents 1/128 °C, or approximately 0.0078 °C of resolution.
Example of conversion
| Signed hex value | Temperature (°C) |
| 0x0000 | 0,0 |
| 0x0800 | 16,0 |
| 0x1900 | 50,0 |
| 0x3200 | 100,0 |
| 0x7D00 | 250,0 |
🧮 Format 16-bit signed, 2 bytes (MSB/LSB).
Principle diagram (I²C connection)
+3.3V │ [ADT7410] │ SDA ─────────┐ │ SCL ─────────┤── [I²C Microcontroller] │ A0 / A1 ─────┘ (address configuration) │ GND
💡 Configurable address: 0x48 → 0x4B via A0/A1.
Application areas
🧠 Scientific and metrological instrumentation
🏥 Medical and thermal devices
⚙️ Precise industrial control and HVAC
🧪 Calibration and adjustment of measurement chains
🔋 Portable devices requiring stability and precision