Isl29125 Rgb Light Sensor Breakout I2C
Rs. 688.00 Rs. 826.00
- Brand: https://www.renesas.com/in/en/products/sensor-products/light-pro
- Product Code: SEN-COLOR
- SKU -
- Availability: In Stock
- Price in reward points: 2
- For Bulk Order 9962060070
Quick support on WhatsApp (+919962060070) only between morning 11am-4pm, no call will be answered
SPECIFICATIONS: | |
Operating Voltage | 3.3V |
Operating Current | 56µA |
Selectable Range | I2C (SMBus compatible) Output |
ADC Resolution 16 bits | SCL, SDA, INT, 3.3V, & GND Pins Broken Out |
OVERVIEW:
-56µA operating current, 0.5µA shutdown current
-Selectable range (Via I2C)
-I2C (SMBus compatible) output
-ADC resolution 16 bits
-Programmable interrupt windows
-Two optical sensitivity ranges
-Range 0 = 5.7m lux to 375 lux
-Range 1 = 0.152 lux to 10,000 lux
-Operating power supply 2.25 to 3.63V
-I2C power supply 1.7V to 3.63V
-6 Ld ODFN (1.65x1.65x0.7mm) package
PACKAGE INCLUDES:
1 PCS x Isl29125 Rgb Light Sensor Breakout I2C
https://www.renesas.com/in/en/products/sensor-products/light-proximity-sensors/ambient-light-sensors/ambient-light-digital-sensors/isl29125-digital-red-green-and-blue-color-light-sensor-ir-blocking-filter
// SOURCE CODE TAKEN FROM BELOW LINK
//https://learn.sparkfun.com/tutorials/isl29125-rgb-light-sensor-hookup-guide/all
//Declare sensor object
SFE_ISL29125 RGB_sensor;
void setup()
{
// Initialize serial communication
Serial.begin(115200);
// Initialize the ISL29125 with simple configuration so it starts sampling
if (RGB_sensor.init())
{
Serial.println("Sensor Initialization Successful\n\r");
}
}
15 days