TMP05BRTZ-500RL7 Analog Devices Inc, TMP05BRTZ-500RL7 Datasheet - Page 23

IC PWM TEMP SNSR CMOSTTL SOT23-5

TMP05BRTZ-500RL7

Manufacturer Part Number
TMP05BRTZ-500RL7
Description
IC PWM TEMP SNSR CMOSTTL SOT23-5
Manufacturer
Analog Devices Inc
Datasheet

Specifications of TMP05BRTZ-500RL7

Function
Temp Monitoring System (Sensor)
Topology
ADC (Sigma Delta), Averaging Control
Sensor Type
Internal
Sensing Temperature
-40°C ~ 150°C
Output Type
CMOS/TTL
Output Alarm
No
Output Fan
No
Voltage - Supply
3 V ~ 5.5 V
Operating Temperature
-40°C ~ 150°C
Mounting Type
Surface Mount
Package / Case
SOT-23-5, SC-74A, SOT-25
Ic Output Type
Digital
Sensing Accuracy Range
± 1°C
Supply Current
650µA
Supply Voltage Range
3V To 5.5V
Resolution (bits)
12bit
Sensor Case Style
SOT-23
No. Of Pins
5
Temperature Sensor Function
Temp Sensor
Package Type
SOT-23
Operating Temperature (min)
-40C
Operating Temperature (max)
150C
Operating Temperature Classification
Automotive
Operating Supply Voltage (min)
3V
Operating Supply Voltage (typ)
3.3/5V
Operating Supply Voltage (max)
5.5V
Accuracy
± 0.5
Rohs Compliant
Yes
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Lead Free Status / RoHS Status
Lead free / RoHS Compliant, Lead free / RoHS Compliant
Other names
TMP05BRTZ-500RL7TR

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
TMP05BRTZ-500RL7
Manufacturer:
Analog Devices Inc
Quantity:
1 993
}
void main(void)
{
double temp1=0,temp2=0;
double T1,T2,T3,T4,T5;
// Initialization
TMOD = 0x19;
// with gate on INT0. Timer0 only counts when INTO pin // is high.
ET0 = 1;
ET1 = 1;
tempsegment = 1;
Daisy_Start_Pulse = 0;
// Start Pulse
Daisy_Start_Pulse = 1;
Daisy_Start_Pulse = 0;
// Set T0 to count the high period
TR0 = 1;
IT0 = 1;
EX0 = 1;
EA = 1;
for(;;)
//CONFIGURE UART
SCON = 0x52 ;
TMOD = 0x20 ;
TH1 = 0xFD ;
TR1 = 1;
//Convert variables to floats for calculation
T1= temp_high0;
T2= temp_low0;
T3= temp_high1;
T4= temp_low1;
T5= temp_high2;
temp1=421-(751*(T1/(T2-T3)));
temp2=421-(751*(T3/(T4-T5)));
printf("Temp1 = %f\nTemp2 = %f\n",temp1,temp2);
while (1);
}
// Delay routine
void delay(int length)
{
while (length >=0)
}
{
if (tempsegment == 4)
break;
}
length--;
Rev. B | Page 23 of 28
// Timer1 in 16-bit counter mode
// Timer0 in 16-bit counter mode
// Enable timer0 interrupts
// Enable timer1 interrupts
// Initialize segment
// Pull P3.7 low
//Toggle P3.7 to give start pulse
// Start timer0 running
// Interrupt0 edge triggered
// Enable interrupt
// Enable global interrupts
// 8-bit, no parity, 1 stop bit
// Configure timer1..
// ..for 9600baud..
// ..(assuming 11.0592MHz crystal)
//Sends temperature result out UART
// END of program
TMP05/TMP06

Related parts for TMP05BRTZ-500RL7