What is a DS18B20-PAR sensor ?
The DS18B20-PAR (for Parasite Power) is a version of the DS18B20 optimized to operate without a dedicated power supply.
It only requires two wires:
- one for the signal + power,
- one for ground (GND).
It draws its energy directly from the DATA line of the 1-Wire bus, thanks to an internal capacitor.
Result: minimal wiring, ultra-low power consumption, and simplified integration into standalone systems.
Operating principle
The DS18B20-PAR converts the measured temperature into a 12-bit digital signal transmitted via the DATA line, while powering itself from that same line.
T = Raw Value / 16
During the conversion phase (up to 750 ms), the sensor consumes the energy stored in its internal capacitor, without external power supply.
Technical specifications
| Parameter |
Typical Value |
| Measurement range | −55 °C → +125 °C |
| Typical precision | ±2,0 K (−10 → +85 °C) |
| Resolution | 9 to 12 bits (configurable) |
| Conversion time | 93,75 to 750 ms |
| Alimentation | Parasitic mode only (DATA + GND) |
| Interface | 1-Wire Digital |
| Unique identifier | 64 bits (family 0x28) |
Annual drift | Low (±0.2 K/year) |
Case | TO-92, waterproof IP68 cable or encapsulated stainless steel |
Wiring configuration
| Type |
Description | Precision |
2-wires (parasite) |
DATA + GND only | ✅ Standard |
Multi-drop 1-Wire |
Several sensors on the same DATA line | 🏗️ Low power wide area networks |
Self-heating
Very low (< 0.2 °C) due to the low operating voltage.
The DS18B20-PAR can be used for continuous measurement without degradation of accuracy.
Application areas
⚙️ Battery-powered or limited energy systems
💧 Temperature monitoring in humid environments (waterproof versions)
🧠 Long-distance distributed sensors (single cable)
🔋 Minimalist IoT projects (Arduino, ESP, Raspberry Pi)
🧱 Applications without external power (fixed or mobile installations)