Lx1972 Analog Light Sensor Microsemi Silicon Light Sensor Emulates Human Eye
Rs. 210.00 Rs. 252.00
- Brand: https://www.microsemi.com/existing-parts/parts/46823
- Product Code: SEN-EYE
- SKU -
- Availability: In Stock
- Price in reward points: 3
- For Bulk Order 9962060070
Quick support on WhatsApp (+919962060070) only between morning 11am-4pm, no call will be answered
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
https://www.microsemi.com/existing-parts/parts/46823
//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