TSL2561T TAOS, TSL2561T Datasheet - Page 20

Light to Digital Converters Light to Digital with I2C

TSL2561T

Manufacturer Part Number
TSL2561T
Description
Light to Digital Converters Light to Digital with I2C
Manufacturer
TAOS
Datasheets

Specifications of TSL2561T

Maximum Operating Temperature
+ 70 C
Minimum Operating Temperature
- 30 C
Mounting Style
SMD/SMT
Package / Case
TMB
Response Time
400ms
Output Current
6mA
Supply Voltage Range Dc
2.7V To 3.6V
Supply Current
0.6mA
Operating Temperature Range
-30°C To +70°C
Operating Temperature Min
-30°C
Rohs Compliant
Yes
Operating Temperature Max
70°C
Sensor Output
I2C
Lead Free Status / RoHS Status
Lead free / RoHS Compliant

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
TSL2561T
Manufacturer:
IR
Quantity:
836
Part Number:
TSL2561T
Manufacturer:
AMS
Quantity:
20 000
Part Number:
TSL2561T
0
TSL2560, TSL2561
LIGHT-TO-DIGITAL CONVERTER
TAOS059N − MARCH 2009
Configuring the Timing Register
// Set up Timing Register
//Read data registers (see Basic Operation example)
//Perform Manual Integration
//Read data registers (see Basic Operation example)
20
Copyright E 2009, TAOS Inc.
The command, timing, and control registers are initialized to default values on power up. Setting these registers
to the desired values would be part of a normal initialization or setup procedure. In addition, to maximize the
performance of the device under various conditions, the integration time and gain may be changed often during
operation. The following pseudo code illustrates a procedure for setting up the timing register for various
options:
//Low Gain (1x), integration time of 402ms (default value)
Address = 0x39
Command = 0x81
Data = 0x02
WriteByte(Address, Command, Data)
//Low Gain (1x), integration time of 101ms
Data = 0x01
WriteByte(Address, Command, Data)
//Low Gain (1x), integration time of 13.7ms
Data = 0x00
WriteByte(Address, Command, Data)
//High Gain (16x), integration time of 101ms
Data = 0x11
WriteByte(Address, Command, Data)
//Set up for manual integration with Gain of 1x
Data = 0x03
//Set manual integration mode – device stops converting
WriteByte(Address, Command, Data)
//Begin integration period
Data = 0x0B
WriteByte(Address, Command, Data)
//Integrate for 50ms
Sleep (50)
//Stop integrating
Data = 0x03
WriteByte(Address, Command, Data)
APPLICATION INFORMATION: SOFTWARE
r
www.taosinc.com
//Wait for 50ms
r
The LUMENOLOGY r Company

Related parts for TSL2561T