TCS3414CS TAOS, TCS3414CS Datasheet - Page 23

Photodiodes TriColor Sensor RGB, Clear Ch

TCS3414CS

Manufacturer Part Number
TCS3414CS
Description
Photodiodes TriColor Sensor RGB, Clear Ch
Manufacturer
TAOS
Type
Digital Color Light Sensorr
Datasheet

Specifications of TCS3414CS

Peak Wavelength
470 nm
Maximum Rise Time
300 ns
Maximum Fall Time
300 ns
Package / Case
Chipscale-6
Maximum Operating Temperature
+ 85 C
Minimum Operating Temperature
- 40 C
Mounting Style
SMD/SMT
Product
Ambient Light Sensor
Lead Free Status / RoHS Status
Lead free / RoHS Compliant

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
TCS3414CS
Manufacturer:
OMRON
Quantity:
12 000
Part Number:
TCS3414CS
Manufacturer:
AMS
Quantity:
600
Part Number:
TCS3414CS
Manufacturer:
AMS
Quantity:
600
Configuring the Timing Register
// Set up Timing Register
//Read data registers (see Basic Operation example)
//Perform Manual Integration of 50 us
//Read data registers (see Basic Operation example)
The LUMENOLOGY r Company
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 12ms (default value)
Address = 0x39
Command = 0x81
Data = 0x02
WriteByte(Address, Command, Data)
//Low Gain (1x), integration time of 101ms
Command = 0x81
Data = 0x01
WriteByte(Address, Command, Data)
//Low Gain (1x), integration time of 12ms
Data = 0x00
WriteByte(Address, Command, Data)
//High Gain (16x), integration time of 101ms
Command = 0x81
Data = 0x01
WriteByte(Address, Command, Data)
Command = 0x87
Data = 0x20
WriteByte(Address, Command, Data)
//Set up for manual integration
Command = 0x80
Data = 0x01
WriteByte(Address, Command, Data)
Command = 0x81
Data = 0x10
WriteByte(Address, Command, Data)
Command = 0x80
Data = 0x03
WriteByte(Address, Command, Data)
//Integrate for 50ms
Sleep (50)
//Stop integrating
Command 0x80
Data = 0x01
WriteByte(Address, Command, Data)
APPLICATION INFORMATION: SOFTWARE
r
www.taosinc.com
//Timing Register
//Timing Register
//Timing Register
//Gain Control Register
//Disable ADC_EN
//Set manual integration
//Enable ADC_EN and begin integration
//Wait for 50ms
//Disable ADC_EN and stop integration
DIGITAL COLOR LIGHT SENSORS
r
TCS3404CS, TCS3414CS
TAOS068 − FEBRUARY 2009
Copyright E 2009, TAOS Inc.
23

Related parts for TCS3414CS