DataSheet.es    


PDF TCN75A Data sheet ( Hoja de datos )

Número de pieza TCN75A
Descripción 2-Wire Serial Temperature Sensor
Fabricantes Microchip 
Logotipo Microchip Logotipo



Hay una vista previa y un enlace de descarga de TCN75A (archivo pdf) en la parte inferior de esta página.


Total 30 Páginas

No Preview Available ! TCN75A Hoja de datos, Descripción, Manual

TCN75A
2-Wire Serial Temperature Sensor
Features:
• Temperature-to-Digital Converter
• Accuracy:
- ±1 (typical) from -40°C to +125°C
- ±2°C (maximum) from -40°C to +125°C
• User-selectable Resolution: 0.5°C to 0.0625°C
• Operating Voltage Range: 2.7V to 5.5V
• 2-wire Interface: I2C™ Compatible
• Operating Current: 200 µA (typical)
• Shutdown Current: 2 µA (maximum)
• Power-saving One-shot Temperature
Measurement
• Available Packages: MSOP-8, SOIC-8
Typical Applications:
• Personal Computers and Servers
• Hard Disk Drives and Other PC Peripherals
• Entertainment Systems
• Office Equipment
• Data Communication Equipment
• General Purpose Temperature Monitoring
Typical Application
VDD
PIC®
Microcontroller R
SDA
I/O Ports SCL
ALERT
RPULL-UP
VDD
1 SDA VDD 8
2 SCL A0 7
3 ALERT A1 6
4 GND A2 5
TCN75A
Description:
Microchip Technology Inc.’s TCN75A digital tempera-
ture sensor converts temperatures between -40°C and
+125°C to a digital word, with ±1°C (typical) accuracy.
The TCN75A product comes with user-programmable
registers that provide flexibility for temperature-sensing
applications. The register settings allow
user-selectable, 0.5°C to 0.0625°C temperature
measurement resolution, configuration of the
power-saving Shutdown and One-shot (single
conversion on command while in Shutdown) modes
and the specification of both temperature alert output
and hysteresis limits. When the temperature changes
beyond the specified limits, the TCN75A outputs an
alert signal. The user has the option of setting the alert
output signal polarity as an active-low or active-high
comparator output for thermostat operation, or as
temperature event interrupt output for
microprocessor-based systems.
This sensor has an industry standard 2-wire, I2C™
compatible serial interface, allowing up to eight devices
to be controlled in a single serial bus. These features
make the TCN75A ideal for low-cost, sophisticated
multi-zone temperature-monitoring applications.
Package Types
8-Pin SOIC, MSOP
SDA 1
SCL 2
ALERT 3
GND 4
8 VDD
7 A0
6 A1
5 A2
2010 Microchip Technology Inc.
DS21935D-page 1

1 page




TCN75A pdf
TCN75A
SERIAL INTERFACE TIMING SPECIFICATIONS (Note 1)
Electrical Specifications: Unless otherwise indicated, VDD = 2.7V to 5.5V, GND = Ground, TA = -40°C to +125°C,
CL = 80 pF and all limits measured to 50% point.
Parameters
Sym
Min Typ Max Units
Conditions
2-Wire I2C™ Compatible Interface
Serial Port Frequency
fSC 0 — 400
Clock Period
tSC
2.5 —
Low Clock
tLOW
1.3 —
High Clock
tHIGH
0.6 —
Rise Time
tR 20 — 300
Fall Time
tF 20 — 300
Data Setup Before SCL High
tSU-DATA
0.1
Data Hold After SCL Low
tH-DATA
0
Start Condition Setup Time
tSU-START 0.6
Start Condition Hold Time
tH-START
0.6
Stop Condition Setup Time
tSU-STOP
0.6
Bus Idle
tB-FREE
1.3
Note 1: Specification limits are characterized but not product tested.
kHz
µs
µs
µs
ns
ns
µs
µs
µs
µs
µs
µs
10% to 90% of VDD (SCL, SDA)
90% to 10% of VDD (SCL, SDA)
Timing Diagram
Start Condition
Data Transmission
Stop Condition
2010 Microchip Technology Inc.
DS21935D-page 5

5 Page





TCN75A arduino
4.0 SERIAL COMMUNICATION
4.1 2-Wire SMBus/Standard Mode
I2C™ Protocol-Compatible
Interface
The TCN75A serial clock input (SCL) and the
bidirectional serial data line (SDA) form a 2-wire
bidirectional SMBus/Standard mode I2C compatible
communication port (refer to the Digital Input/output
Pin Characteristics Table and Serial Interface
Timing Specifications (Note 1) Table).
The following bus protocol has been defined:
TABLE 4-1: TCN75A SERIAL BUS
PROTOCOL DESCRIPTIONS
Term
Description
Master
Slave
Transmitter
Receiver
Start
Stop
Read/Write
ACK
NAK
Busy
Not Busy
Data Valid
The device that controls the serial bus,
typically a microcontroller.
The device addressed by the master,
such as the TCN75A.
Device sending data to the bus.
Device receiving data from the bus.
A unique signal from master to initiate
serial interface with a slave.
A unique signal from the master to
terminate serial interface from a slave.
A read or write to the TCN75A
registers.
A receiver Acknowledges (ACK) the
reception of each byte by polling the
bus.
A receiver Not-Acknowledges (NAK) or
releases the bus to show End-of-Data
(EOD).
Communication is not possible
because the bus is in use.
The bus is in the Idle state, both SDA
and SCL remain high.
SDA must remain stable before SCL
becomes high in order for a data bit to
be considered valid. During normal
data transfers, SDA only changes state
while SCL is low.
TCN75A
4.1.1 DATA TRANSFER
Data transfers are initiated by a Start condition (Start),
followed by a 7-bit device address and a read/write bit.
An Acknowledge (ACK) from the slave confirms the
reception of each byte. Each access must be
terminated by a Stop condition (Stop).
Repeated communication is initiated after tB-FREE.
This device does not support sequential register read/
write. Each register needs to be addressed using the
Register Pointer.
This device supports the Receive Protocol. The
register can be specified using the pointer for the initial
read. Each repeated read or receive begins with a Start
condition and address byte. The TCN75A retains the
previously selected register. Therefore, it outputs data
from the previously specified register (repeated pointer
specification is not necessary).
4.1.2 MASTER/SLAVE
The bus is controlled by a master device (typically a
microcontroller) that controls the bus access and
generates the Start and Stop conditions. The TCN75A
is a slave device and does not control other devices in
the bus. Both master and slave devices can operate as
either transmitter or receiver. However, the master
device determines which mode is activated.
4.1.3 START/STOP CONDITION
A high-to-low transition of the SDA line (while SCL is
high) is the Start condition. All data transfers must be
preceded by a Start condition from the master. If a Start
condition is generated during data transfer, the
TCN75A resets and accepts the new Start condition.
A low-to-high transition of the SDA line (while SCL is
high) signifies a Stop condition. If a Stop condition is
introduced during data transmission, the TCN75A
releases the bus. All data transfers are ended by a Stop
condition from the master.
4.1.4 ADDRESS BYTE
Following the Start condition, the host must transmit an
8-bit address byte to the TCN75A. The address for the
TCN75A Temperature Sensor is ‘1001,A2,A1,A0’ in
binary, where the A2, A1 and A0 bits are set externally
by connecting the corresponding pins to VDD 1’ or
GND ‘0’. The 7-bit address transmitted in the serial bit
stream must match the selected address for the
TCN75A to respond with an ACK. Bit 8 in the address
byte is a read/write bit. Setting this bit to ‘1’ commands
a read operation, while ‘0’ commands a write operation
(see Figure 4-1).
2010 Microchip Technology Inc.
DS21935D-page 11

11 Page







PáginasTotal 30 Páginas
PDF Descargar[ Datasheet TCN75A.PDF ]




Hoja de datos destacado

Número de piezaDescripciónFabricantes
TCN752-WIRE SERIAL TEMPERATURE SENSOR AND THERMAL MONITORTelCom Semiconductor
TelCom Semiconductor
TCN752-Wire Serial Temperature Sensor and Thermal MonitorMicrochip
Microchip
TCN75A2-Wire Serial Temperature SensorMicrochip
Microchip

Número de piezaDescripciónFabricantes
SLA6805M

High Voltage 3 phase Motor Driver IC.

Sanken
Sanken
SDC1742

12- and 14-Bit Hybrid Synchro / Resolver-to-Digital Converters.

Analog Devices
Analog Devices


DataSheet.es es una pagina web que funciona como un repositorio de manuales o hoja de datos de muchos de los productos más populares,
permitiéndote verlos en linea o descargarlos en PDF.


DataSheet.es    |   2020   |  Privacy Policy  |  Contacto  |  Buscar