What is a DS2835 sensor ?
The DS1835 from Maxim Integrated is a 1-Wire interface supervision circuit.
It includes:
- a calibrated digital temperature sensor,
- a voltage reset circuit (watchdog),
- an internal EEPROM to store data or configurations.
It is aimed at embedded systems where temperature, voltage, and processor status need to be monitored, all through a single communication line.
Operating principle
The DS1835 measures the internal temperature and compares the supply voltage to a reset threshold; if the voltage drops, it automatically sends a RESET signal to protect the system.
The temperature is provided via the 1-Wire bus as follows:
T(°C) = Brut Value / 16
The data or states (alarm, flags) can be stored in the 256-bit EEPROM.
Technical specifications
| Parameter | Typical value |
| Measurement range | −40 → +85 °C |
| Typical precision | ±2 K |
| Resolution | 0.125 °C (10 bits) |
| Threshold reset | 4.63 V (version R-10) / 3.08 V (version R-5) |
| Reset delay | 250 ms (typ.) |
| Interface | 1-Wire Digital |
| EEPROM | 256 bits (read/write) |
| Case | TO-92 or SOT-223 |
Annual drift | Average (±0.5 K/year) |
Wiring Configuration
| Type | Description |
VDD |
Main food source |
GND |
Mass |
DQ |
1-Wire Line (communication) |
RESET | Surveillance tension exit |
VOUT | Supervised tension / memory output |
Self-heating
Low (< 0.3 °C).
The thermal impact is almost negligible, with the casing effectively dissipating heat.
Application areas
⚙️ Supervision of industrial or embedded power supplies
🔋 Protection of microcontrollers / IoT boards
🧠 Systems requiring temperature + reset + local storage
🧱 Critical applications (safety, energy, monitoring)