Nhdt-056 __top__ Guide

| Parameter | Value | |---|---| | | IP67 (dust‑tight, immersion up to 1 m for 30 min) | | Shock | 30 g, 11 ms, 1 kHz (IEC 60068‑2‑27) | | Vibration | 0‑2000 Hz, 2 g RMS (IEC 60068‑2‑6) | | Temperature range | ‑55 °C to +150 °C (operating) | | Humidity | 0‑95 % RH, non‑condensing | | Altitude | Up to 4 000 m (13 000 ft) without derating | | Radiation (space‑qualified option) | Total ionizing dose (TID) up to 100 krad(Si) | | Corrosion | Salt‑fog (ASTM B117) – 96 h, no degradation |

The above snippet demonstrates how to write a temperature set‑point and read the module status register. For full API documentation, refer to (available on the support portal). nhdt-056

void loop() Wire.read(); Serial.print("Status word: 0x"); Serial.println(status, HEX); delay(1000); | Parameter | Value | |---|---| | |

#define NHDT_ADDR 0x48 // 7‑bit I²C address (default) #define REG_SETPOINT 0x20 // Temperature set‑point register #define REG_STATUS 0x01 // Status register Serial.print("Status word: 0x")