DS1821 DALLAS | Alldatasheet
Document overview
- Manufacturer or author: Provided By ALLDATASHEET.COM(FREE DATASHEET DOWNLOAD SITE)
- PDF pages: 16
Technical content
FEATURES
/elevenoclock Requires no external components /elevenoclock Measures temperatures from -55°C to +125°C in 1°C increments. Fahrenheit equivalent is - 67°F to +257°F in 1.8°F increments DS1821 /elevenoclock Converts temperature to digital word in 1 second (max.) /elevenoclock Thermostatic settings are user definable and nonvolatile /elevenoclock Available in 3-pin PR35, TO-220, and 8-pin SOIC packages /elevenoclock Applications include thermostatic controls, industrial systems, consumer products, thermometers, or any thermally sensitive system PIN ASSIGNMENT PIN DESCRIPTION GND - Ground DQ - Data In/Out V DD - Power Supply Voltage +5V NC - No Connect DNC - Do Not Connect
DESCRIPTION
The DS1821 Programmable Digital Thermostat provides a thermal alarm logic output when the temperature of the device exceeds a user-defined temperature TH. The output remains active until the temperature drops below user defined temperature TL, allowing for any hysteresis necessary. User-defined temperature settings are stored in nonvolatile memory, so parts can be programmed prior to insertion in a system. Communication to/from the DS1821 is accomplished through the DQ pin in a programming mode; this same pin is used in operation as the thermostat output. DS1821 Programmable Digital Thermostat www.dalsemi.com DQ GND NC DNC VDD NC NC DNC DS1821S 8-Pin SOIC (208-mil) See Mech Drawings Section DS1821 PR35 PACKAGE See Mech. Drawing Section DS1821T TO-220 PACKAGE See Mech. Drawing Section
1 2/TAB 2 GND Ground. 23 1 D Q Data input/output pin for 1-WireTM programming operation; Thermostat output pin in normal operation. 31 8 V DD VDD pin. +5V nominal. DS1821S (8-pin SOIC): All pins not specified in this table are not to be connected. OVERVIEW The block diagram of Figure 1 shows the major components of the DS1821. The DS1821 has two operating modes: 1-WireTM and thermostat. The part arrives from the factory in 1-Wire mode. In this mode, the DQ pin of the DS1821 is configured as a 1-Wire communication port which would be connected to a microprocessor. The microprocessor will write data into the high and low temperature trigger registers, TH and TL, respectively, to set up the temperature limits for thermostat operation. In this mode, the result of the last temperature measurement made by the DS1821 may also be read directly by the microprocessor. Once temperature limits have been set and thermometer operation has been verified, the user may convert the DS1821 from a temperature sensor into a thermostat by writing to a bit in the status register. The part will then be configured for thermostat operation; this will also become the default power-up state for the device on the subsequent power up. In thermostat mode, the DQ line becomes the thermostat output. This open drain output will go to its active state (programmable on/off) when the temperature of the DS1821 goes above the limit set in the TH register, and will remain active until the temperature goes below the limit programmed into the TL register. If the user wishes to establish communications with the DS1821 once it has been placed in thermostat mode (for example, to change temperature trip point limits), this may be done by dropping V DD while holding the DQ line high, then clocking the DQ line 16 times. The part will then be placed into 1-Wire mode, and will allow the I/O functions of the device to operate, and reads from or writes to the memory are possible. This does not change the power-up state of the device, unless the user writes the configuration bit to do so.
DS1821 BLOCK DIAGRAM Figure 1 OPERATION Temperature Measurement The DS1821 measures temperatures through the use of an onboard proprietary temperature measurement technique. The temperature reading is provided in an 8-bit, two’s complement reading. Table 1 describes the exact relationship of output data to measured temperature. The data is transmitted serially over the 1- Wire interface. The DS1821 can measure temperature over the range of -55 °C to +125 °C in 1 °C increments. For Fahrenheit usage, a lookup table or conversion factor must be used. Please refer to TEMPERATURE/DATA RELATIONSHIPS Table 1 TEMPERATURE DIGITAL OUTPUT (Binary) DIGITAL OUTPUT (Hex) +125°C 01111101 7Dh +25°C 00011001 19h 0°C 00000000 00h -1°C 11111111 FFh -25°C 11100111 E7h -55°C 11001001 C9h
Figure 2. Temperature conversions begin as soon as V DD is applied to the device, and are continually approximately once every second. (+5V, output transistor off) or a logic 0 (0V, output transistor on). line high, then clocking the DQ line 16 times. number in the two’s complement format described in Table 1.
A status register is also present, indicating the status of the thermostatic control, and allowing configuration of the output polarity as either active high or active low, and establishes the power-up state of the device. The status register is defined as follows: where, DONE = Conversion Done bit. 1 = Conversion complete, 0 = conversion in progress. THF = Temperature High Flag. This bit will normally be 0, but will be set to 1 when the temperature exceeds the value of TH. It will remain 1 until reset by writing 0 into this location. This feature provides a method of determining if the DS1821 has ever been subjected to temperatures above TH. This bit is nonvolatile, and is stored in E memory. TLF = Temperature Low Flag. This bit will normally be 0, but will be set to 1 when the temperature is lower than the value of TL. It will remain 1 until reset by writing 0 into this location. This feature provides a method of determining if the DS1821 has ever been subjected to temperatures below TL. This bit is nonvolatile, and is stored in E memory. NVB = Nonvolatile memory busy flag. 1 = Write to an E 2 memory cell in progress, 0 = nonvolatile memory is not busy. A write to E2 may take up to 10 ms. T/R* = Power-up mode bit. If set to a 1, the DS1821 will power up in a thermostat mode. If set to a 0, the device will power up in 1-Wire “read” mode. This bit is nonvolatile. POL = Output Polarity Bit. 1 = active high, 0 = active low. This bit is nonvolatile. 1SHOT = One-Shot Mode. If 1SHOT is 1, the DS1821 will perform one temperature conversion upon reception of the Start Convert T protocol. If 1SHOT is 0, the DS1821 will continuously perform temperature conversions. Note that the One-Shot mode is available only when the device is in 1-Wire mode. In thermostat mode, the device continuously performs temperature conversions. This bit is nonvolatile. DONE 1 NVB THF TLF T/R POL 1SHOT
PROGRAMMING COMMAND FUNCTIONS The command set for the DS1821 as shown in Table 2 is as follows: Read Temperature [AAh] This command reads the contents of the register which contains the last temperature conversion result. Write TH [01h] This command writes to the TH (HIGH TEMPERATURE) register. After issuing this command, the user writes 8 bits of data to the TH register. Write TL [02h] This command writes to the TL (LOW TEMPERATURE) register. After issuing this command, the user writes 8 bits of data to the TL register. Read TH [A1h] This command reads the value of the TH (HIGH TEMPERATURE) register. After issuing this command, the user reads the 8 bits of data present in the TH register. Read TL [A2h] This command reads the value of the TL (LOW TEMPERATURE) register. After issuing this command, the user reads the 8 bits of data present in the TL register. Write Status [0Ch] This command writes to the status register. This would be used for clearing the values of the THF and TLF flags, and setting the T/ R , POL and 1SHOT bits. After issuing this command, the user writes the 8- bit data into the register. Read Status [ACh] This command reads the value in the status register. After issuing this command, the user reads the 8 bits present in the status register. Start Convert T [EEh] This command begins a temperature conversion. No further data is required. In One-Shot mode, the temperature conversion will be performed and then the DS1821 will remain idle. In continuous mode, this command will initiate continuous conversions. Stop Convert T [22h] This command stops temperature conversion. No further data is required. This command may be used to halt a DS1821 in continuous conversion mode. After issuing this command, the current temperature measurement will be completed, and then the DS1821 will remain idle until a Start Convert T is issued to resume continuous operation.
RETURNING TO 1-WIRE MODE FROM THERMOSTAT MODE The operating mode of the DS1821 is determined at power-up, depending upon the setting of the T/ R bit. If the T/ R bit is set to a 1, the DS1821 will power up in thermostat mode. In this mode, the device cannot be written to or read from over the DQ line. However, it is possible to return to the 1-Wire “read” mode temporarily, in cases where thermostat limits may need to be changed after insertion and use in a system. To return to the 1-Wire “read” mode, the V DD pin of the DS1821 is brought to 0V while the DQ line is held high. The DQ line must then be clocked low 16 times. After this is accomplished, the V DD line may be brought high again, and the DS1821 will then be in 1-Wire “read” mode. To toggle between modes, V DD is brought low while DQ is held high and then clocked 16 times. When VDD is brought high again, the part will then be in thermostat mode again. This technique may be used to toggle between the two operating modes of the DS1821 as often as required. When both V DD and DQ are low for more than approximately 10 seconds, the part is powered down. When powered up again, the part will begin operating in the mode set by T/R* bit (1=thermostat mode, 0=“read” mode). DS1821 COMMAND SET Table 2 INSTRUCTION DESCRIPTION PROTOCOL 1-WIRE BUS DATA AFTER ISSUING PROTOCOL TEMPERATURE CONVERSION COMMANDS Start Convert T Initiates temperature conversion. EEh idle Stop Convert T Halts temperature conversion. 22h idle Read Temperature Reads last converted temperature value from temperature register. AAh <read data> THERMOSTAT COMMANDS Write TH Writes high temperature limit value into TH register. 01h <write data> Write TL Writes low temperature limit value into TL register. 02h <write data> Read TH Reads stored value of high temperature limit from TH register. A1h <read data> Read TL Reads stored value of low temperature limit from TL register. A2h <read data> Write Status Writes configuration data to configuration register. 0Ch <write data> Read Status Reads configuration data from configuration register. ACh <read data>
Example: CPU sets up DS1821 for low temp limit of +10 °C and high temp limit of +40 °C, output active high (i.e., DQ pin is off), then instructs the DS1821 to become a thermostat. DQ PORT PIN DATA (LSB FIRST) COMMENTS TX Reset Reset pulse (480-960 µs). RX Presence Presence pulse. TX 01h CPU issues Write TH command. TX 28h CPU sends data for TH limit of +40°C. TX Reset Reset pulse (480-960 µs). RX Presence Presence pulse. TX 02h CPU issues Write TL command. TX 0Ah CPU sends data for TL limit of +10°C. TX Reset Reset pulse (480-960 µs). RX Presence Presence pulse. TX A1h CPU issues Read TH command. RX 28h DS1821 sends back stored value of TH for CPU to verify. TX Reset Reset pulse (480-960 µs). RX Presence Presence pulse. TX A2h CPU issues Read TL command. RX 0Ah DS1821 sends back stored value of TL for CPU to verify. TX Reset Reset pulse (480-960 µs). RX Presence Presence pulse. TX 0Ch CPU issues Write Config command. TX 06h CPU sets DS1821 up for active high output, set T/ R bit to instruct device to become thermostat. <high impedance> Power cycles; DS1821 now comes up in thermostat mode. 1-WIRE BUS SYSTEM The DS1821 1-Wire bus is a system which has a single bus master and one slave. The DS1821 behaves as a slave. The DS1821 is not able to be multidropped, unlike other 1-Wire devices from Dallas Semiconductor. The discussion of this bus system is broken down into three topics: hardware configuration, transaction sequence, and 1-Wire signaling (signal types and timing). HARDWARE CONFIGURATION The 1-Wire bus has only a single line by definition; it is important that each device on the bus be able to drive it at the appropriate time. To facilitate this, each device attached to the 1-Wire bus must have open drain or 3-state outputs. The 1-Wire port of the DS1821 (DQ pin) is open drain with an internal circuit equivalent to that shown in Figure 4. The 1-Wire bus requires a pullup resistor of approximately 5K.
HARDWARE CONFIGURATION Figure 4 The idle state for the 1-Wire bus is high. If for any reason a transaction needs to be suspended, the bus MUST be left in the idle state if the transaction is to resume. Infinite recovery time can occur between bits so long as the 1-Wire bus is in the inactive (high) state during the recovery period. If this does not occur and the bus is left low for more than 480 µs, all components on the bus will be reset. TRANSACTION SEQUENCE The protocol for accessing the DS1821 via the 1-Wire port is as follows:
- Initialization
- Function Command
- Transaction/Data INITIALIZATION All transactions on the 1-Wire bus begin with an initialization sequence. The initialization sequence consists of a reset pulse transmitted by the bus master followed by presence pulse(s) transmitted by the slave(s). The presence pulse lets the bus master know that the DS1821 is on the bus and is ready to operate. For more details, see the “1-Wire Signaling” section. 1-WIRE SIGNALING The DS1821 requires strict protocols to insure data integrity. The protocol consists of several types of signaling on one line: reset pulse, presence pulse, write 0, write 1, read 0, and read 1. All of these signals, with the exception of the presence pulse, are initiated by the bus master. The initialization sequence required to begin any communication with the DS1821 is shown in Figure 5. A reset pulse followed by a presence pulse indicates the DS1821 is ready to send or receive data given the correct function command. The bus master transmits (TX) a reset pulse (a low signal for a minimum of 480 µs). The bus master then releases the line and goes into a receive mode (RX). The 1-Wire bus is pulled to a high state via the 5K pullup resistor. After detecting the rising edge on the DQ pin, the DS1821 waits 15-60 µs and then transmits the presence pulse (a low signal for 60-240 µs).
DS1821 data is read and written through the use of time slots to manipulate bits and a command word to specify the transaction. Write Time Slots A write time slot is initiated when the host pulls the data line from a high logic level to a low logic level. There are two types of write time slots: Write 1 time slots and Write 0 time slots. All write time slots must be a minimum of 60 µs in duration with a minimum of a 1- µs recovery time between individual write cycles. The DS1821 samples the DQ line in a window of 15 µs to 60 µs after the DQ line falls. If the line is high, a Write 1 occurs. If the line is low, a Write 0 occurs (see Figure 6). For the host to generate a Write 1 time slot, the data line must be pulled to a logic low level and then released, allowing the data line to pull up to a high level within 15 microseconds after the start of the write time slot. For the host to generate a Write 0 time slot, the data line must be pulled to a logic low level and remain low for the duration of the write time slot. Read Time Slots The host generates read time slots when data is to be read from the DS1821. A read time slot is initiated when the host pulls the data line from a logic high level to logic low level. The data line must remain at a low logic level for a minimum of 1 µs; output data from the DS1821 is then valid for the next 14 µs maximum. The host therefore must stop driving the DQ pin low in order to read its state 15 µs from the start of the read slot (see Figure 6). By the end of the read time slot, the DQ pin will pull back high via the external pullup resistor. All read time slots must be a minimum of 60 µs in duration with a minimum of a one µs recovery time between individual read slots. Figure 7 shows that the sum of T INIT, T RC, and T SAMPLE must be less than 15 µs. Figure 8 shows that system timing margin is maximized by keeping T INIT and T RC as small as possible and by locating the master sample time towards the end of the 15-µs period. INITIALIZATION PROCEDURE “RESET AND PRESENCE PULSES” Figure 5
READ/WRITE TIMING DIAGRAM Figure 6
DETAILED MASTER READ 1 TIMING Figure 7 RECOMMENDED MASTER READ 1 TIMING Figure 8 Related Application Notes The following Application Notes can be applied to the DS1821. These notes can be obtained from the Dallas Semiconductor “Application Note Book” via our website at http://www.dalsemi.com/, or through our faxback service at (972) 371-0441. Application Note 74: “Reading and Writing Touch Memories via Serial Interfaces” Application Note 105: “High Resolution Temperature Measurement with Dallas Direct-to-Digital Temperature Sensors” Sample 1-Wire subroutines that can be used in conjunction with AN74 can be downloaded from the website or our Anonymous FTP Site.
ABSOLUTE MAXIMUM RATINGS* Voltage on Any Pin Relative to Ground -0.5V to +7.0V Operating Temperature -55 °C to +125°C Storage Temperature -55 °C to +125°C Soldering Temperature 260 °C for 10 seconds * This is a stress rating only and functional operation of the device at these or any other conditions above those indicated in the operation sections of this specification is not implied. Exposure to absolute maximum rating conditions for extended periods of time may affect reliability. RECOMMENDED DC OPERATING CONDITIONS PARAMETER SYMBOL CONDITION MIN TYP MAX UNITS NOTES Supply Voltage V DD Operation 2.7V 5.5 V 1 Data Pin DQ -0.5 5.5 V 1 Logic 1 V IH 2.0 VCC+0.3 V 1, 2 Logic 0 V IL -0.3 +0.8 V 1, 3 DC ELECTRICAL CHARACTERISTICS (-55°C to +125°C; VDD=3.6V to 5.5V) PARAMETER SYMBOL CONDITION MIN TYP MAX UNITS NOTES Thermometer Error t ERR 0°C to +85°C ±1 °C 7, 8 -55°C to -40°C and 85°C to +125°C See Typical Curve Open Drain Output Logic Low (DQ pin) VIL -0.3 +0.8 V 1, 3 Sink Current I L VDQ=0.4V -4.0 mA 1 Standby Current I Q 1.0 3.0 µA 9 Active Current I DD Temperature Conversions, Programming 500 1000 µA 4 Input Resistance R I 500 K Ω 5
AC ELECTRICAL CHARACTERISTICS: (-55°C to +125°C; VDD=3.6V to 5.5V) PARAMETER SYMBOL MIN TYP MAX UNITS NOTES Temperature Conversion Time t CONV 0.4 1.0 s Time Slot t SLOT 60 120 µs Recovery Time t REC 1µ s Write 0 Low Time t LOW0 60 120 µs Write 1 Low Time t LOW1 11 5 µ s Read Data Valid t RDV 15 µs Reset Time High t RSTH 480 µs Reset Time Low t RSTL 480 µs Presence Detect High t PDHIGH 15 60 µs Presence Detect Low t PDLOW 60 240 µs EEPROM Write Time t WR 10 50 ms VDD Low to Mode Toggle Clock Low t PC 100 ns 6 Mode Toggle Clock 16 High to VDD High tCP 100 ns Mode Toggle Clock Pulse Low Time t CL 0.1 10 µs Mode Toggle Clock Pulse High Time t CH 0.1 µs Mode Toggle Clock High-to-Low or Low-to-High Transition Time tT 100 ns Capacitance C IN/OUT 25 pF NOTES: 1. All voltages are referenced to ground. 2. Logic 1 voltages are specified at a source current of 1 mA. 3. Logic 0 voltages are specified at a sink current of 4 mA. 4. IDD specified with VCC at 5.0V. 5. DQ line in “hi-Z” state and Idq=0. 6. Time for part to disable thermostat output. 7. For T<0°C, accuracy degrades by 0.5°C/V for VCC <4.3V. 8. See typical curve for specification limits outside the 0 °C to +85°C range. Thermometer error reflects sensor accuracy as tested during calibration. 9. Standby current is specified up to 85°C. Standby current is typically 5 uA at 125°C.
MODE TOGGLE TIMING (Return to 1-Wire mode after setting T/R bit) DS1821 PROGRAMMABLE DIGITAL THERMOSTAT TEMPERATURE READING ERROR DS1821 TEMPERATURE READING ERROR