G-TPMO-025

TSEV01S01C05
SENSOR SOLUTIONS ///TSEV01S01C05 9/2015
Page 4
Mechanical Dimensions
Only use hatched areas for mechanical
assembly (screws, nuts, etc).
TERMINALS
Connector: JST PHR-6
Pin
Name
Description
Type
1
VDD
Supply Voltage
Supply
2
GND
Ground
Supply
3
SCL
SPI Clock
Interface
4
MISO
SPI Master In /
Slave Out
Interface
5
MOSI
SPI Master Out /
Slave In
Interface
6
SCE
SPI Chip Enable
Interface
TSEV01S01C05
SENSOR SOLUTIONS ///TSEV01S01C05 9/2015
Page 5
BLOCK DIAGRAM
Thermopile
MCU
(Signal Processing,
Signal Compensation)
SPI
Interface
EEPROM
INTERFACE
PARAMETER
Parameter
Symbol
Conditions
Min
Typ
Max
Unit
Baudrate
FSPI
10
100
kHz
Data Bits
8
Chip Select
Yes
Input Voltage Low
0.9
V
Input Voltage High
Vcc = 3.3V
2.1
V
Output Voltage Low
1mA
0.3
V
Output Voltage High
Vcc = 3.3V, 1mA
3.0
V
SIGNAL DESCRIPTION
SCE (Chip Select) 0 = Enable, 1 = Disable
CKP 0
CKE 1
TSEV01S01C05
SENSOR SOLUTIONS ///TSEV01S01C05 9/2015
Page 6
SAMPLE CODE
Sample Code for sending 8 bits and reading 8 bits while sending 8 clocks.
// Setting directions
TRISC4 = 1; // SDI = Input
TRISC5 = 0; // SDO = Output
TRISC3 = 0; // SCL = Output
// Reset SPI Lines
RC5 = 0; // SDO
RC3 = 0; // SCL
for (c = 0; c < 8; c++)
{
cReceive = cReceive << 1; // Shift Receive Register
RC3 = 0; // SCL = 0
RC5 = (cTransmit >> (7 - c)); // Outupt next Bit on SDO
RC3 = 1; // SCL = 1
cReceive = cReceive | RC4; // Input next Bit on SDI
}
RC3 = 0;
RC5 = 0;
return cReceive;
AMBIENT AND OBJECT TEMPERATUREMEASUREMENT
Please refer following table for SPI commands to read object temperature and ambient
temperature. Both values are transmitted in hundredth of degrees.
Com
Description
Reply
Bytes
0xA0
Sensor Temperature
Sensor temperature in hundredth of degrees Celsius
2
0xA1
Object Temperature
Object temperature in hundredth of degrees Celsius
2
SEQUENCE OF TRANSMISSION
Enable SCE (SCE=0) before transmission of “Command”. Release SCE (SCE=1) after reading
last byte.
Command (0xA0 or 0xA1)
???
0x00
Temperature High Byte
0x00
Temperature Low Byte
MASTER
Sensor
First Transmission
8 Clocks
8 Bits Write
8 Bits Read
Second Transmission
8 Clocks
8 Bits Write
8 Bits Read
Third Transmission
8 Clocks
8 Bits Write
8 Bits Read
8 bits
8 bits
8 bits
8 bits
8 bits
8 bits

G-TPMO-025

Mfr. #:
Manufacturer:
TE Connectivity / Measurement Specialties
Description:
Board Mount Temperature Sensors DIG INFRARED THERMOMETER MOD
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union

Products related to this Datasheet