Electronic Components Datasheet Search
  English  ▼
ALLDATASHEET.COM

X  

MAX1756BAUT-T Datasheet(PDF) 10 Page - Maxim Integrated Products

Part # MAX1756BAUT-T
Description  SOT23 Local Temperature Comparators with SMBus Serial Interface
Download  11 Pages
Scroll/Zoom Zoom In 100%  Zoom Out
Manufacturer  MAXIM [Maxim Integrated Products]
Direct Link  https://www.maximintegrated.com/en.html
Logo MAXIM - Maxim Integrated Products

MAX1756BAUT-T Datasheet(HTML) 10 Page - Maxim Integrated Products

Back Button MAX1756BAUT-T Datasheet HTML 3Page - Maxim Integrated Products MAX1756BAUT-T Datasheet HTML 4Page - Maxim Integrated Products MAX1756BAUT-T Datasheet HTML 5Page - Maxim Integrated Products MAX1756BAUT-T Datasheet HTML 6Page - Maxim Integrated Products MAX1756BAUT-T Datasheet HTML 7Page - Maxim Integrated Products MAX1756BAUT-T Datasheet HTML 8Page - Maxim Integrated Products MAX1756BAUT-T Datasheet HTML 9Page - Maxim Integrated Products MAX1756BAUT-T Datasheet HTML 10Page - Maxim Integrated Products MAX1756BAUT-T Datasheet HTML 11Page - Maxim Integrated Products  
Zoom Inzoom in Zoom Outzoom out
 10 / 11 page
background image
Chip Information
TRANSISTOR COUNT: 2963
SOT23 Local Temperature Comparators
with SMBus Serial Interface
10
______________________________________________________________________________________
TOP VIEW
SMBDATA
SMBCLK
16
GND
5
VCC
ADD
MAX1755
SOT23
2
34
OVERT
SMBDATA
SMBCLK
16
GND
5
VCC
ADD
MAX1756
SOT23
2
34
ALERT
Pin Configurations
Listing 1. Measuring Temperature by Successive Approximation
/* Use successive approximation to measure the ambient temperature.
** Returns the measured temperature in degrees C.
**
** global variables:
** __int8 shadow_command contains the last command we wrote
** __int8 shadow_status contains the last status value we read
**
** External functions:
** SMBusSendByte(__int8 address, __int8 command);
** SMBusReceiveByte(__int8 address, __int8* received_data);
** Delay_msec(int delay_time_msec);
*/
int MeasureTemperature()
{
/* Write a test temperature, then read the status byte.
** Use the state of the OVER bit to determine each successive bit.
*/
signed __int8 Thi = 127;
/*upper limit starts at maximum */
signed __int8 Tlo = -128;
/*lower limit starts at minimum */
while ( (Thi - Tlo) > 0 ) {
signed __int8 Ttest = (Thi + Tlo) / 2;
/* guess between Thi and Tlo */
SMBusSendByte(address, Ttest);
/* set new threshold */
shadow_command = Ttest;
Delay_msec(SAR_delay_time);
SMBusReceiveByte(address, &shadow_status);
/* get status byte */
if (shadow_status & 0x80) {
/* over temperature? */
if (Tlo == Ttest)
break;
/* close enough, exit loop */
Tlo = Ttest;
/* move lower limit up */
} else {
/* not over temperature */
if (Thi == Ttest)
break; /* close enough, exit loop */
Thi = Ttest;
/* move upper limit down */
}
}
return Ttest*2;
/* temperature in degrees C = twice the threshold number */
}


Similar Part No. - MAX1756BAUT-T

ManufacturerPart #DatasheetDescription
logo
Maxim Integrated Produc...
MAX17561 MAXIM-MAX17561 Datasheet
723Kb / 16P
   Adjustable Overvoltage and Overcurrent Protectors with High Accuracy
19-100078; Rev 2; 9/17
MAX17561AUD++ MAXIM-MAX17561AUD+ Datasheet
723Kb / 16P
   Adjustable Overvoltage and Overcurrent Protectors with High Accuracy
19-100078; Rev 2; 9/17
MAX17561EVKIT MAXIM-MAX17561EVKIT Datasheet
437Kb / 10P
   Adjustable Overcurrent and Overvoltage Protection Solutions
Rev 0; 6/17
MAX17562AUD++ MAXIM-MAX17562AUD+ Datasheet
723Kb / 16P
   Adjustable Overvoltage and Overcurrent Protectors with High Accuracy
19-100078; Rev 2; 9/17
MAX17563AUD++ MAXIM-MAX17563AUD+ Datasheet
723Kb / 16P
   Adjustable Overvoltage and Overcurrent Protectors with High Accuracy
19-100078; Rev 2; 9/17
More results

Similar Description - MAX1756BAUT-T

ManufacturerPart #DatasheetDescription
logo
Maxim Integrated Produc...
MAX1617A MAXIM-MAX1617A_12 Datasheet
343Kb / 20P
   Remote/Local Temperature Sensor with SMBus Serial Interface
Rev 1; 10/12
MAX1617 MAXIM-MAX1617_V01 Datasheet
1Mb / 20P
   Remote/Local Temperature Sensor with SMBus Serial Interface
2016
logo
Global Mixed-mode Techn...
G767 GMT-G767 Datasheet
393Kb / 14P
   Remote/Local Temperature Sensor with SMBus Serial Interface
logo
Maxim Integrated Produc...
MAX1617 MAXIM-MAX1617 Datasheet
226Kb / 20P
   Remote/Local Temperature Sensor with SMBus Serial Interface
19-1265; Rev 1; 3/98
MAX1617A MAXIM-MAX1617A_V01 Datasheet
1Mb / 20P
   Remote/Local Temperature Sensor with SMBus Serial Interface
2016
MAX1617 MAXIM-MAX1617_12 Datasheet
301Kb / 20P
   Remote/Local Temperature Sensor with SMBus Serial Interface
Rev 2; 11/12
MAX1617A MAXIM-MAX1617A Datasheet
234Kb / 18P
   Remote/Local Temperature Sensor with SMBus Serial Interface
19-4508; Rev 0; 1/99
MAX6695 MAXIM-MAX6695_11 Datasheet
299Kb / 19P
   Dual Remote/Local Temperature Sensors with SMBus Serial Interface
Rev 3; 4/11
MAX6695 MAXIM-MAX6695 Datasheet
192Kb / 20P
   Dual Remote/Local Temperature Sensors with SMBus Serial Interface
Rev 1; 5/04
logo
Global Mixed-mode Techn...
G788 GMT-G788 Datasheet
45Kb / 1P
   Remote and Local Temperature Sensor with SMBus Serial Interface
Ver: 0.4 Oct 16, 2013
More results


Html Pages

1 2 3 4 5 6 7 8 9 10 11


Datasheet Download

Go To PDF Page


Link URL




Privacy Policy
ALLDATASHEET.COM
Does ALLDATASHEET help your business so far?  [ DONATE ] 

About Alldatasheet   |   Advertisement   |   Datasheet Upload   |   Contact us   |   Privacy Policy   |   Link Exchange   |   Manufacturer List
All Rights Reserved©Alldatasheet.com


Mirror Sites
English : Alldatasheet.com  |   English : Alldatasheet.net  |   Chinese : Alldatasheetcn.com  |   German : Alldatasheetde.com  |   Japanese : Alldatasheet.jp
Russian : Alldatasheetru.com  |   Korean : Alldatasheet.co.kr  |   Spanish : Alldatasheet.es  |   French : Alldatasheet.fr  |   Italian : Alldatasheetit.com
Portuguese : Alldatasheetpt.com  |   Polish : Alldatasheet.pl  |   Vietnamese : Alldatasheet.vn
Indian : Alldatasheet.in  |   Mexican : Alldatasheet.com.mx  |   British : Alldatasheet.co.uk  |   New Zealand : Alldatasheet.co.nz
Family Site : ic2ic.com  |   icmetro.com