Wish List 0

Lx1972 Analog Light Sensor Microsemi Silicon Light Sensor Emulates Human Eye

Rs. 210.00 Rs. 252.00

-Light sensors are likely one of the most common sensors in life, they can be found in your pc, smartphone or home lights machine.
-A mild sensor measures the level of mild in a room or ambient mild in a area.

-This analog mild sensor uses LX1972 as its ambient mild sensing part, with spectral reaction that closely emulates human eyes.
-It lets you to hit upon the mild density and reflects the analog voltage sign returned to Arduino controller.
-You can set the brink of voltage stage to trig different gadgets on Arduino venture.

Features:
Near Human Eye Spectral Response
Very Low IR Sensitivity
Highly Accurate & Repeatable Output Current vs. Light
Scalable Output Voltage
Temperature Stable
Output with Low Filter(<50Hz)
Integrated High Gain Photo Current Amplifiers
No Optical Filters Needed


SPECIFICATIONS:
Supply Voltage            DC 3~5.5V
Operating Temperature     -40~80°C
Illumination Range        1 – 800Lux
Output                    analog voltage, 0 – 3.6V @VCC=5V

OVERVIEW:

-Near Human Eye Spectral Response

-Very Low IR Sensitivity

-Highly Accurate & Repeatable Output Current vs. Light

-Scalable Output Voltage

-Temperature Stable

-Output with Low Filter(<50Hz)

-Integrated High Gain Photo Current Amplifiers

-No Optical Filters Needed

PACKAGE INCLUDES:

1 PCS x Lx1972 Analog Light Sensor Microsemi Silicon Light Sensor Emulates Human Eye



//SOURCE CODE TAKEN FROM BELOW LINK

//http://arduinolearning.com/code/arduino-lx1972-light-sensor-example.php#codesyntax_1

void setup()

{

  Serial.begin(9600); // open serial port, set the baud rate to 9600 bps

}

 

void loop()

{

      int val;

      val=analogRead(0);      //connect sensor to Analog 0

      Serial.println(val);//print the value to serial        

      delay(100);

}

15 days

Write a review

Please login or register to review