Part Number Hot Search : 
AX5402 58010 SB100 100MD2A3 103LF GL256P11 SDA3202 D74ALVC1
Product Description
Full Text Search
 

To Download DS1620S Datasheet File

  If you can't view the Datasheet, Please click here to try to view without PDF Reader .  
 
 


  Datasheet File OCR Text:
  features  requires no external components  supply voltage range covers from 2.7v to 5.5v  measures temperatures from -55c to +125c in 0.5c increments; fa hrenheit equi valent is -67f to +257f in 0.9f increments  temperature is read as a 9-bit value  converts temperature to digital word in 750 ms (max)  thermostatic settings are user-definable and nonvolatile  data is read from/written via a 3-wire serial interface (clk, dq, rst )  applications include thermostatic controls, industrial systems, consumer products, thermometers, or any thermally sensitive system  8-pin dip or soic (208-mil) packages pin assignment pin description dq - 3-wire input/output clk/ conv - 3-wire clock input and stand-alone convert input rst - 3-wire reset input gnd - ground t high - high temperature trigger t low - low temperature trigger t com - high/low combination trigger v dd - power supply voltage (3v - 5v) description the ds1620 digital thermometer and thermostat pr ovides 9?bit temperature readings which indicate the temperature of the device. with three thermal al arm outputs, the ds1620 can also act as a thermostat. t high is driven high if the ds1620?s temperature is grea ter than or equal to a user?defined temperature th. t low is driven high if the ds1620?s temperature is le ss than or equal to a user?defined temperature tl. t com is driven high when the temperature exceeds th and stays high until the temperature falls below that of tl. ds1620 digital thermometer and thermostat www.maxim-ic.com 6 3 1 2 4 8 7 5 dq clk/conv rst gnd v dd t high t low t com DS1620S 8-pin soic (208-mil) 6 3 1 2 4 8 7 5 dq clk/conv rst gnd v dd t high t low t com ds1620 8-pin dip (300-mil) 053105 functional diagrams pin configurations appear at end of data sheet. functional diagrams continued at end of data sheet. ucsp is a trademark of maxim integrated products, inc. available for pricing, delivery, and ordering information, please contact maxim direct at 1-888-629-4642, or visit maxim?s website at www.maxim integrated .com.
ds1620 2 of 12 user?defined temperature settings are stored in nonvola tile memory, so parts can be programmed prior to insertion in a system, as well as used in standalone applications without a cp u. temperature settings and temperature readings are all communicated to/ from the ds1620 over a simple 3?wire interface. ordering information part package marking description ds1620 ds1620 8-pin dip (300 mil) ds1620+ ds1620 (see note) lead-free 8-pin dip (300 mil) DS1620S ds1620 8-pin soic (208 mil) DS1620S+ ds1620 (see note) lead-f ree 8-pin soic (208 mil) DS1620S/t&r ds1620 8-pin soic ( 208 mil), 2000-piece tape-and-reel DS1620S+t&r ds1620 (see note) lead-f ree 8-pin soic (208 mil), 2000-piece tape-and-reel note: a ?+? symbol will also be marked on the package near the pin 1 indicator detailed pin description table 1 pin symbol description 1 dq data input/output pin for 3-wire communication port. 2 clk/ conv clock input pin for 3-wire communication port. when the ds1620 is used in a stand-alone application with no 3?wire port, this pin can be used as a convert pin. temperature conversion will begin on the falling edge of conv . 3 rst reset input pin for 3-wire communication port. 4 gnd ground pin. 5 t com high/low combination trigger . goes high when temperature exceeds th; will reset to low when temperature falls below tl. 6 t low low temperature trigger. goes high when temperature falls below tl. 7 t high high temperature trigger. goes high when temperature exceeds th. 8 v dd supply voltage. 2.7v ? 5.5v input power pin. table 2. ds1620 register summary register name (user access) size memory type register contents and power-up/por state temperature (read only) 9 bits sram measured temperature (two?s complement) power-up/por state: -60oc (1 1000 1000) t h (read/write) 9 bits eeprom upper alarm trip point (two?s complement) power-up/por state: user-defined. initial state from factory: +15c (0 0001 1110) t l (read/write) 9 bits eeprom lower alarm trip point (two?s complement) power-up/por state: user-defined. initial state from factory: +10c (0 0001 0100) operation-measuring temperature a block diagram of the ds1620 is shown in figure 1. . .
ds1620 3 of 12 ds1620 functional block diagram figure 1 the ds1620 measures temperature using a bandgap-ba sed temperature sensor. the temperature reading is provided in a 9?bit, two?s complement read ing by issuing a read temperature command. the data is transmitted serially through the 3?wire se rial interface, lsb firs t. the ds1620 can measure temperature over the range of -55 c to +125 c in 0.5  c increments. for fahrenheit usage, a lookup table or conversion factor must be used. since data is transmitted over the 3?wire bus lsb first, temperature data can be written to/read from the ds1620 as either a 9?bit word (taking rst low after the 9 th (msb) bit), or as two transfers of 8?bit words, with the most significant 7 bits being ignored or set to 0, as illustrated in table 3. after the msb, the ds1620 will output 0s. note that temperature is represen ted in the ds1620 in terms of a ?  c lsb, yielding the 9?bit format shown in figure 2. temperature, th, and tl register format figure 2 x x x x x x x 1 1 1 0 0 1 1 1 0 lsb t = -25c msb
ds1620 4 of 12 table 3 describes the exact relationship of output data to measured temperature. . temperature/data relationships table 3 temp digital output (binary) digital output (hex) +125? c 0 11111010 00fa +25 ? c 0 00110010 0032h +? ? c 0 00000001 0001h +0 ? c 0 00000000 0000h -? ? c 1 11111111 01ffh -25 ? c 1 11001110 01ceh -55 ? c 1 10010010 0192h higher resolutions may be obtained by reading the temperature, and truncating the 0.5c bit (the lsb) from the read value. this value is temp_read. the value left in the counter may then be read by issuing a read counter command. this value is the count remaining (count_remain) after the gate period has ceased. by loading the value of the slope accumulator into the count register (using the read slope command), this value may then be re ad, yielding the number of counts per degree c (count_per_c) at that temperature. the actual temp erature may be then be calculated by the user using the following: temperature=temp_read-0.25 + c count_per_ in) count_rema -_c (count_per operation?thermostat controls three thermally triggered outputs, t high , t low , and t com , are provided to allow the ds1620 to be used as a thermostat, as shown in figure 3. when the ds 1620?s temperature meets or exceeds the value stored in the high temperature trip register, the output t high becomes active (high) and remains active until the ds1620?s measured temperature becomes less than the st ored value in the high temperature register, th. the t high output can be used to indicate that a high temperature tolerance boundary has been met or exceeded, or it can be used as part of a closed loop system to activate a cooling system and deactivate it when the system temperature returns to tolerance. the t low output functions similarly to the t high output. when the ds1620?s measured temperature equals or falls below the value stored in the low temperature register, the t low output becomes active. t low remains active until the ds1620?s temperature become s greater than the value stored in the low temperature register, tl. the t low output can be used to indicate that a low temperature tolerance boundary has been met or exceeded, or as part of a clos ed loop system it can be used to activate a heating system and deactivate it when the system temperature returns to tolerance. the t com output goes high when the measured temperature meets or exceeds th, and will stay high until the temperature equals or falls below tl. in this way, any amount of hysteresis can be obtained.
ds1620 5 of 12 thermostat output operation figure 3 operation and control the ds1620 must have temperature settings resident in the th and tl registers for thermostatic operation. a configuration/status register also dete rmines the method of operation that the ds1620 will use in a particular application an d indicates the status of the te mperature conversion operation. the configuration register is defined as follows: configuration/status register where done = conversion done bit. 1=conversion comple te, 0=conversion in prog ress. the power-up/por state is a 1. thf = temperature high flag. this bit will be set to 1 when the temperature is greater than or equal to the value of th. it will remain 1 until reset by writing 0 into this location or by removing power from the device. this feature provides a method of deter mining if the ds1620 has ever been subjected to temperatures above th while power has b een applied. the power-up/por state is a 0. tlf = temperature low flag. this bit will be set to 1 when the temperature is less than or equal to the value of tl. it will remain 1 until reset by writing 0 into this location or by removing power from the device. this feature provides a me thod of determining if the ds162 0 has ever been subjected to temperatures below tl while power has b een applied. the power-up/por state is a 0. nvb = nonvolatile memory busy flag. 1=write to an e 2 memory cell in pr ogress. 0=nonvolatile memory is not busy. a copy to e 2 may take up to 10 ms. the power-up/por state is a 0. cpu = cpu use bit. if cpu=0, the clk/ conv pin acts as a conversi on start control, when rst is low. if cpu is 1, the ds1620 will be used with a cpu communicating to it over the 3?wire port, and the operation of the clk/ conv pin is as a normal clock in concert with dq and rst . this bit is stored in nonvolatile e 2 memory, capable of at least 50,000 write s. the ds1620 is shipped with cpu=0. t high t low t com tl th t(c) done thf tlf nvb 1 0 cpu 1shot
ds1620 6 of 12 1shot = one?shot mode. if 1shot is 1, the ds 1620 will perform one temp erature conversion upon reception of the start convert t protocol. if 1shot is 0, the ds1620 will continuously perform temperature conversion. this b it is stored in nonvolatile e 2 memory, capable of at least 50,000 writes. the ds1620 is shipped with 1shot=0. for typical thermostat operation, the ds1620 will operate in continuous mode. however, for applications where only one reading is needed at certain times or to conserve power, the one?shot mode may be used. note that the thermostat outputs (t high , t low , t com ) will remain in the state they were in after the last valid temperature conversion cycle when operating in one?shot mode. operation in stand?alone mode in applications where the ds1620 is used as a simple thermostat, no cpu is required. since the temperature limits are nonvolatile, the ds1620 can be pr ogrammed prior to insertion in the system. in order to facilitate operation without a cpu, the clk/ conv pin (pin 2) can be used to initiate conversions. note that the cpu bit must be set to 0 in the configuration regist er to use this mode of operation. whether cpu=0 or 1, the 3?wire port is activ e. setting cpu=1 disables the stand?alone mode. to use the clk/ conv pin to initiate conversions, rst must be low and clk/ conv must be high. if clk/ conv is driven low and then brought high in less than 10 ms, one temperature conversion will be performed and then the ds1620 will return to an idle state. if clk/ conv is driven low and remains low, continuous conversions will take place until clk/ conv is brought high again. with the cpu bit set to 0, the clk/ conv will override the 1shot bit if it is equal to 1. this means that even if the part is set for one?shot mode, driving clk/ conv low will initiate conversions. 3?wire communications the 3?wire bus is comprised of three signals. these are the rst (reset) signal, the clk (clock) signal, and the dq (data) signal. all data transfers are initiated by driving the rst input high. driving the rst input low terminates communication. (s ee figures 4 and 5.) a clock cycle is a sequence of a falling edge followed by a rising edge. for data inputs, the data mu st be valid during the rising edge of a clock cycle. data bits are output on the falling edge of the clock and remain valid through the rising edge. when reading data from the ds1620, the dq pin goes to a high-impedance state while the clock is high. taking rst low will terminate any communication and cause the dq pin to go to a high-impedance state. data over the 3?wire interface is communicated lsb first. the command set for the 3?wire interface as shown in table 4 is as follows. read temperature [aah] this command reads the contents of the register whic h contains the last temperature conversion result. the next nine clock cycles will output the contents of this register. write th [01h] this command writes to the th (high temperature) register. after issuing this command the next nine clock cycles clock in the 9?bit temperature limit which will set the threshold for operation of the t high output.
ds1620 7 of 12 write tl [02h] this command writes to the tl (low temperature) register. after issuing this command the next nine clock cycles clock in the 9?bit temperature limit which will set the threshold for operation of the t low output. read th [a1h] this command reads the value of the th (high temperature) register. after issuing this command the next nine clock cycles clock out the 9?bit temperature limit which sets the threshold for operation of the t high output. read tl [a2h] this command reads the value of the tl (low tem perature) register. after issuing this command the next nine clock cycles clock out the 9?bit temperature limit which sets the threshold for operation of the t low output. read counter [a0h] this command reads the value of the counter byte. the next nine clock cycles will output the contents of this register. read slope [a9h] this command reads the value of the slope counter byte from the ds1620. the next nine clock cycles will output the contents of this register. start convert t [eeh] this command begins a temperature conversion. no further data is require d. in one?shot mode the temperature conversion will be perfo rmed and then the ds1620 will remain idle. in continuous mode this command will initiate c ontinuous conversions. stop convert t [22h] this command stops temperature conversion. no furthe r data is required. this command may be used to halt a ds1620 in continuous convers ion mode. after issuing this command the current temperature measurement will be completed and then the ds1620 will remain idle until a start convert t is issued to resume continuous operation. write config [0ch] this command writes to the configuration register. after issuing this command the next eight clock cycles clock in the value of the configuration register. read config [ach] this command reads the value in the configuration register. after issuing this command the next eight clock cycles output the value of the configuration register.
ds1620 8 of 12 ds1620 command set table 4 instruction description protocol 3-wire bus data after issuing protocol notes temperature conversion commands read temperature reads la st converted temperature value from temperature register. aah read counter reads valu e of count remaining from counter. a0h read slope reads value of the slope accumulator. a9h start convert t initiates temper ature conversion. eeh idle 1 stop convert t halts temper ature conversion. 22h idle 1 thermostat commands write th writes high temperature limit value into th register. 01h 2 write tl writes low temperature limit value into tl register. 02h 2 read th reads stored value of high temperature limit from th register. a1h 2 read tl reads stored value of low temperature limit from tl register. a2h 2 write config writes configuration data to configuration register. 0ch 2 read config reads configuration data from configuration register. ach 2 notes: 1. in continuous conversion mode, a stop convert t command will halt continuous conversion. to restart, the start convert t command must be issu ed. in one?shot mode, a start convert t command must be issued for every temperature reading desired. 2. writing to the e 2 requires up to 10 ms at room temperatur e. after issuing a write command no further writes should be requested for at least 10 ms.
ds1620 9 of 12 function example example: cpu sets up ds1620 for continuous conversion and thermostatic function. cpu mode ds1620 mode (3-wire) data (lsb first) comments tx rx 0ch cpu issues write config command tx rx 00h cpu sets ds1620 up for continuous conversion tx rx toggle rst cpu issues reset to ds1620 tx rx 01h cpu issues write th command tx rx 0050h cpu sends data for th limit of +40 ? c tx rx toggle rst cpu issues reset to ds1620 tx rx 02h cpu issues write tl command tx rx 0014h cpu sends data for tl limit of +10 ? c tx rx toggle rst cpu issues reset to ds1620 tx rx a1h cpu issues read th command rx tx 0050h ds1620 sends back stored value of th for cpu to verify tx rx toggle rst cpu issues reset to ds1620 tx rx a2h cpu issues read tl command rx tx 0014h ds1620 sends back stored value of tl for cpu to verify tx rx toggle rst cpu issues reset to ds1620 tx rx eeh cpu issues start convert t command tx rx drop rst cpu issues reset to ds1620 read data transfer figure 4
ds1620 10 of 12 write data transfer figure 5 absolute maximum ratings* voltage on any pin relativ e to ground ?0.5v to +6.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 f unctional 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 min typ max units notes supply v dd 2.7 5.5 v 1,2 logic 1 v ih 0.7 x v dd v cc + 0.3 v 1 logic 0 v il -0.3 0.3 x v dd v 1 n ote: t cl , t ch , t r , and t f apply to both read and write data transfer.
ds1620 11 of 12 dc electrical characteristics (-55c to +125c; v dd =2.7v to 5.5v) parameter symbol condition min max units notes 0c to +70c 3.0v v dd 5.5v 0.5 0c to +70c 2.7v v dd < 3.0v 1.25 thermometer error t err -55 c to +125 c 2.0 c 2 thermometer resolution 12 bits logic 0 output v ol 0.4 v 4 logic 1 output v oh 2.4 v 5 input resistance r i rst to gnd dq, clk to v dd 1 1 m  m  active supply current i cc 0c to +70c 1 ma 6 standby supply current i stby 0c to +70c 1.5 a 6 input current on each pin 0.4 < v i/o < 0.9 x v dd -10 +10 a thermal drift 0.2 c 7 single convert timing diagram (stand-alone mode) ac electrical characteristics (-55c to +125c; v dd =2.7v to 5.5v) parameters symbol min typ max units notes temperature conversion time t tc 750 ms data to clk setup t dc 35 ns 8 clk to data hold t cdh 40 ns 8 clk to data delay t cdd 150 ns 8, 9, 10 clk low time t cl 285 ns 8 clk high time t ch 285 ns 8 clk frequency f clk dc 1.75 mhz 8 clk rise and fall t r , t f 500 ns rst to clk setup t cc 100 ns 8 clk to rst hold t cch 40 ns 8 rst inactive time t cwh 125 ns 8, 11 clk high to i/o high-z t cdz 50 ns 8 rst low to i/o high-z t rdz 50 ns 8 convert pulse width t cnv 250 ns 500 ms 12 t cnv conv
ds1620 ac electrical characteristics (-55c to +125c; v dd =2.7v to 5.5v) parameter symbol min typ max units notes input capacitance c i 5 pf i/o capacitance c i/o 10 pf eeprom ac electrical characteristics (-55c to +125c; v dd =2.7v to 5.5v) parameter conditions min typ max units eeprom write cycle time 4 10 ms eeprom writes -55  c to +55 c 50k writes eeprom data retention -55  c to +55 c 10 years notes: 1. all voltages are referenced to ground. 2. valid for design revisions d1 and above. the supply range for rev. c2 and below is 4.5v < 5.5v. 3. thermometer error reflects temperature accuracy as tested during calibration. 4. logic 0 voltages are specified at a sink current of 4 ma 5. logic 1 voltages are specified at a source current of 1 ma. 6. i stby , i cc specified with dq, clk/ conv = v dd , and rst = gnd. 7. drift data is based on a 1000hr stress test at +125c with v dd = 5.5v 8. measured at v ih = 0.7 x v dd or v il = 0.3 x v dd . 9. measured at v oh = 2.4v or v ol = 0.4v. 10. load capacitance = 50 pf. 11. t cwh must be 10 ms minimum following any write command that involves the e 2 memory. 12. 250ns is the guaranteed minimum pulse width for a conversion to start; how ever, a smaller pulse width may start a conversion.  maxim integrated 160 rio robles, san jose, ca 95134 usa 1-408-601-1000 maxim cannot assume responsibility for use of any circuitry other than circuitry entirely embodied in a maxim product. no circuit patent licenses are implied. maxim reserves the right to change the circuitry and specifications without notice at any time. the parametric values (min and max limits) shown in the electrical characteristics table are guaranteed. other parametric values quoted in this data sheet are provided for guidance. ?  maxim integrated the maxim logo and maxim integrated are trademarks of maxim integrated products, inc.


▲Up To Search▲   

 
Price & Availability of DS1620S

All Rights Reserved © IC-ON-LINE 2003 - 2022  

[Add Bookmark] [Contact Us] [Link exchange] [Privacy policy]
Mirror Sites :  [www.datasheet.hk]   [www.maxim4u.com]  [www.ic-on-line.cn] [www.ic-on-line.com] [www.ic-on-line.net] [www.alldatasheet.com.cn] [www.gdcy.com]  [www.gdcy.net]


 . . . . .
  We use cookies to deliver the best possible web experience and assist with our advertising efforts. By continuing to use this site, you consent to the use of cookies. For more information on cookies, please take a look at our Privacy Policy. X