DataSheet.es    


PDF ADJD-S312-CR999 Data sheet ( Hoja de datos )

Número de pieza ADJD-S312-CR999
Descripción Miniature Surface Mount RGB Digital Color Sensor
Fabricantes AVAGO TECHNOLOGIES LIMITED 
Logotipo AVAGO TECHNOLOGIES LIMITED Logotipo



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


Total 18 Páginas

No Preview Available ! ADJD-S312-CR999 Hoja de datos, Descripción, Manual

www.DataSheet4U.com
ADJD-S312-CR999
Miniature Surface-Mount RGB Digital Color Sensor
Data Sheet
Description
The ADJD-S312-CR999 is a cost effective, CMOS digital
output RGB color sensor in miniature surface-mount
package with a mere size of 3x3x0.77mm. The IC comes
with integrated RGB filters, an analog-to-digital converter
and a digital core for communication and sensitivity con-
trol. The output allows direct interface to micro-controller
or other logic control for further signal processing with-
out the need of any additional components.
This device is designed to cater for wide dynamic range
of illumination level and is ideal for applications like por-
table or mobile devices which demand higher integra-
tion, smaller size and low power consumption. Sensitivity
control is performed by the serial interface and can be
optimized individually for the different color channel. The
sensor can also be used in conjunction with a white LED
for reflective color management.
Features
Fully integrated RGB digital color sensor
Digital I/O via 2-wire serial interface
Industry’s smallest form factor – CSP 3x3x0.77mm
Adjustable sensitivity for different levels of illumina-
tion
Uniformly distributed RGB photodiode array
7 bit resolution per channel output
Built in internal oscillator
Sleep function when not in use
No external components
Low supply voltage (VDD) 2.6V
0°C to 70°C operating temperature
Lead free package
Applications
General color detection and measurement
Mobile appliances such as mobile phones, PDAs, MP3
players,etc
Consumer appliances
Portable medical equipments
Portable color detector/reader
ESD WARNING: Standard CMOS handling precautions should be observed to avoid static discharge.
AVAGO TECHNOLOGIES’ PRODUCTS AND SOFTWARE ARE NOT SPECIFICALLY DESIGNED, MANUFACTURED OR AUTHORIZED FOR SALE AS PARTS,
COMPONENTS OR ASSEMBLIES FOR THE PLANNING, CONSTRUCTION, MAINTENANCE OR DIRECT OPERATION OF A NUCLEAR FACILITY OR FOR
USE IN MEDICAL DEVICES OR APPLICATIONS. CUSTOMER IS SOLELY RESPONSIBLE, AND WAIVES ALL RIGHTS TO MAKE CLAIMS AGAINST AVAGO
TECHNOLOGIES OR ITS SUPPLIERS, FOR ALL LOSS, DAMAGE, EXPENSE OR LIABILITY IN CONNECTION WITH SUCH USE.

1 page




ADJD-S312-CR999 pdf
www.DataSheet4U.com
Minimum sensitivity (note 13)
Parameter
Symbol
Saturation Irradiance
Conditions
lP = 460 nm
Refer Note 10
lP = 542 nm
Refer Note 11
lP = 645 nm
Refer Note 12
B
G
R
Minimum
Typical
(Note 3)
4.17
Maximum
Units
2.88 mWcm-2
1.90
Maximum sensitivity (note 13)
Parameter
Symbol
Saturation Irradiance
Conditions
lP = 460 nm
Refer Note 10
lP = 542 nm
Refer Note 11
lP = 645 nm
Refer Note 12
B
G
R
Minimum
Typical
(Note 3)
0.13
Maximum
Units
0.09 mWcm-2
0.06
Notes:
1. The “Absolute Maximum Ratings” are those values beyond which damage to the device may occur. The device should not be operated at these
limits. The parametric values defined in the “Electrical Specifications” table are not guaranteed at the absolute maximum ratings. The “Recom-
mended Operating Conditions” table will define the conditions for actual device operation.
2. Unless otherwise specified, all voltages are referenced to ground.
3. Specified at room temperature (25°C) and VDDD = VDDA = 2.6V.
4. Applies to all DI pins.
5. Applies to all DO pins. SDASLV go tri-state when output logic high. Minimum VOH depends on the pull-up resistor value.
6. Applies to all DO and DIO pins.
7. Dynamic testing is performed with the IC operating in a mode representative of typical operation.
8. Refers to total device current consumption.
9. Output and bidirectional pins are not loaded.
10. Test condition is blue light of peak wavelength (λP) 460 nm and spectral half width (∆λ½) 25 nm.
11. Test condition is green light of peak wavelength (λP) 542 nm and spectral half width (∆λ½) 35 nm
12. Test condition is red light of peak wavelength (λP) 645 nm and spectral half width (∆λ½) 20 nm
13. Saturation irradiance = (MSB)/(Irradiance responsivity)


5 Page





ADJD-S312-CR999 arduino
www.DataSheet4U.com
Addressing
Each slave device on the serial bus needs to have a
unique address. This is the first byte that is sent by the
master-transmitter after the START condition. The address
is defined as the first seven bits of the first byte.
The eighth bit or least significant bit (LSB) determines
the direction of data transfer. A ‘one’ in the LSB of the
first byte indicates that the master will read data from
the addressed slave (master-receiver and slave-transmit-
ter). A ‘zero’ in this position indicates that the master will
write data to the addressed slave (master-transmitter and
slave-receiver).
A device whose address matches the address sent by the
master will respond with an acknowledge for the first
byte and set itself up as a slave-transmitter or slave-re-
ceiver depending on the LSB of the first byte.
The slave address on ADJD-S312 is 0x58 (7-bits).
MSB LSB
A6 A5 A4 A3 A2 A1 A0
1 0 1 1 0 0 0 R/W
Slave address
Figure 7: Slave Addressing
Start condition
Master will write data
Data format
ADJD-S312 uses a register-based programming architec-
ture. Each register has a unique address and controls a
specific function inside the chip.
To write to a register, the master first generates a START
condition. Then it sends the slave address for the device
it wants to communicate with. The least significant bit
(LSB) of the slave address must indicate that the master
wants to write to the slave. The addressed device will
then acknowledge the master.
The master writes the register address it wants to access
and waits for the slave to acknowledge. The master then
writes the new register data. Once the slave acknowl-
edges, the master generates a STOP condition to end the
data transfer. See figure 8.
To read from a register, the master first generates a START
condition. Then it sends the slave address for the device
it wants to communicate with. The least significant bit
(LSB) of the slave address must indicate that the master
wants to write to the slave. The addressed device will
then acknowledge the master.
The master writes the register address it wants to access
and waits for the slave to acknowledge. The master then
generates a repeated START condition and resends the
slave address sent previously. The least significant bit
(LSB) of the slave address must indicate that the master
wants to read from the slave. The addressed device will
then acknowledge the master.
The master reads the register data sent by the slave and
sends a no acknowledge signal to stop reading. The
master then generates a STOP condition to end the data
transfer. See figure 9.
Stop condition
S A6 A5 A4 A3 A2 A1 A0 W A D7 D6 D5 D4 D3 D2 D1 D0 A D7 D6 D5 D4 D3 D2 D1 D0 A P
Master sends
slave address
Master writes
register address
Master writes
register data
Slave acknowledge
Slave acknowledge
Slave acknowledge
Figure 8: Register Byte Write Protocol
Start condition
Master will write data
Repeated start
condition
Master will read data
Stop condition
S A6 A5 A4 A3 A2 A1 A0 W A D7 D6 D5 D4 D3 D2 D1 D0 A Sr A6 A5 A4 A3 A2 A1 A0 R A D7 D6 D5 D4 D3 D2 D1 D0 A P
Master sends
slave address
Master writes
register address
Master sends
slave address
Master reads
register data
Slave acknowledge
Slave acknowledge
Slave acknowledge
Master not
acknowledge
Figure 9: Register Byte Read Protocol
11

11 Page







PáginasTotal 18 Páginas
PDF Descargar[ Datasheet ADJD-S312-CR999.PDF ]




Hoja de datos destacado

Número de piezaDescripciónFabricantes
ADJD-S312-CR999Miniature Surface Mount RGB Digital Color SensorAVAGO TECHNOLOGIES LIMITED
AVAGO TECHNOLOGIES LIMITED

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