Photocell LDR Sensor Light Sensor Includend Photosensitive Sensor Module
Product Details:
Brand Name: | UCHI |
Model Number: | HY-018(A) |
Payment & Shipping Terms:
Minimum Order Quantity: | 1000PCS |
---|---|
Price: | Negotiable |
Packaging Details: | Bulk |
Delivery Time: | 2 Weeks |
Payment Terms: | T/T, Western Union |
Supply Ability: | 1KKPCS Per Month |
Detail Information |
|||
Type: | Photosensitive Sensor Module | VCC: | +3.0V -5.5V |
---|---|---|---|
Signal: | Analog Signal | Interface Mode: | XH2.54 × 3 |
Customized: | Yes | Color: | White |
Highlight: | photo conductive cell,light dependent resistor |
Product Description
Photocell LDR Sensor Light Sensor Includend Photosensitive Sensor Module For Arduino Analog Output
General Description
Photosensitive sensor module is the most sensitive for the environmental light intensity and it is generally used for detecting the ambient brightness and intensity of the environment. Without light intensity it will not reach the threshold resulting for low level output but, when the external environment light intensity exceeds the set threshold it will result for a high level output. The output is directly connected with the microcontroller, for the microcontroller to detect the light level, thereby to detect environmental intensity change. Small digital output can directly drive the relay module, which can be composed of a photoelectric switch. Small analog output, through the AD conversion, can obtain more accurate numerical value of environmental light intensity.
Photosensitive resistance module Is most sensitive to ambient light. Module is commonly used to detect amient light. Module can be directly connected with Microcontrollers or to trigger relay module. Module sets output to LOW logic (on DO pin) if the light intensity is higher than set point. Module only supports digital output and does not has Analog output.
Specification
Output can be directly connected to the microcontroller I/O port.
The sensitivity of the signal detection can be adjusted.
Reserve a line voltage to compare circuit.
Name:Photosensitive Resistance Sensor Module
Power:+3.0V -5.5V
Signal:Analog signal
Connector: XH2.54 × 3
Pin:S-Signal,V-Power,G-Ground
Instructions for use: Connect the power supply and read the analog quantity of the signal pin. The analog
quantity is different according to the light intensity.
Feature
Uses photosensitive resistance sensor
Uses LM393 wide voltage comparator
Clean signal, good waveform, strong driving ability for more than 15 mA
With adjustable potentiometer to adjust light sensitivity
Has single mounting hole
How to test:
1. Connect your Arduino microcontroller to the computer.
2. Connect the VCC pin of your module to the to the 5V pin of your Arduino.
3. Connect the GND pin of your module to the GND pin of your Arduino.
4. Connect the Output pin of your module to the A0 pin of your Arduino.
5. Enter this program to your Arduino Integrated Development Environment (IDE):
void setup()
{
Serial.begin(9600);
}
void loop()
{
if (analogRead(A0) > 20) Serial.println("Light");
else Serial.println("Dark");
delay(100);
}
6. Click the Upload Button
7. Lastly, click the Serial Monitor button
Testing Result:
When the module is exposed to light:
When the module is exposed to dark:
Corresponding PCB Code
NO. | Product Name | Signal Type | PCB Code | |||
1 | Bluetooth sensor | Digital(D) | HY-001(D) | |||
2 | TCS3200 Color Sensor | Digital(D) | HY-002(D) | |||
3 | Smoke Sensor MQ-2 | Digital(D) | HY-003(D) | |||
4 | Relay Sensor | Digital(D) | HY-004(D) | |||
5 | Sound Sensor | Digital(D) | HY-005(D) | |||
6 | XY Rocker Sensor | Analog(A) | HY-006(A) | |||
7 | Voltage Sensor | Analog(A) | HY-007(A) | |||
8 | LM35 Temperature Sensor | Analog(A) | HY-008(A) | |||
9 | Temperature And Humidity Sensor | Digital(D) | HY-009(D) | |||
10 | Shock sensor | Digital(D) | HY-010(D) | |||
11 | Flame sensor | Digital(D) | HY-011(D) | |||
12 | Press sensor | Digital(D) | HY-012(D) | |||
13 | Knob potentiometer sensor | Analog(A) | HY-013(A) | |||
14 | Resistance sensor | Analog(A) | HY-014(A) | |||
15 | Infrared tracking sensor | Digital(D) | HY-015(D) | |||
16 | Photosensor | Analog(A) | HY-016(A) | |||
17 | Single LED light sensor | Analog(A) | HY-017(A) | |||
18 | Photosensitive sensor | Analog(A) | HY-018(A) |