Wish List 0

Isl29125 Rgb Light Sensor Breakout I2C

Rs. 229.00 Rs. 275.00

-The ISL29125 breakout board makes it very smooth to feel and report the mild intensity of the general red, inexperienced, and blue spectrums of visible light while rejecting IR from mild assets.
-You can then use those shade sensor readings for the purposes of logging and finding styles, or creatively calculate and make manage choices in your electronic initiatives.

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


// 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

Write a review

Please login or register to review