Photoresistor Light Sensor Module

LDR module can detect visible light. Description The Photoresistor Light Sensor Module can detect the presence or...
Vendor: Keszoox
$0.95
$1.59
$0.95

Shipping

The shipping fee depends on your address

Standard: 9-15 business days,fee is down to $3.99

Express: 4-7 business days,fee is down to $5.99

Support Customization

WE'RE READY TO BUILD A CUSTOM PRODUCT FOR YOU.

If you're looking for a custom product, we can help. Kindly contact us via email support@keszoox.com and send us the details for your need, then we'll let you know how we can deliver the right solution.

Built And process your order

We make into production usually Within 1 - 3 Bussiness Days.

Expect customization orders.
Photoresistor Light Sensor Module

Photoresistor Light Sensor Module

$1.59 $0.95

Photoresistor Light Sensor Module

$1.59 $0.95

LDR module can detect visible light.

Description

The Photoresistor Light Sensor Module can detect the presence or absence and the relative strength of visible light.

PACKAGE INCLUDES:

  • Photosensor Light Sensor Module

KEY FEATURES OF PHOTORESISTOR LIGHT SENSOR MODULE:

  • Detects visible light spectrum
  • Analog output
  • 3.3 and 5V compatible

This module incorporates an photoresistor, also called an LDR (Light Dependent Resistor).  A photoresistor is a resistor whose resistance changes with the amount of light striking it.

The photoresistor is in series with a 10K resistor to create a voltage divider.  The output of the module is analog and is at a high voltage when no light is striking the sensor and the voltage lowers as the light intensity increases.  Under strong lighting, the output will approach ground.  When the light is completely blocked, the output will approach Vcc.

Module Connections

There is a 3-pin header on the assembly for making connections.

1 x 3 Header 

  • ‘-‘ = Ground
  • Center pin = Vcc (3.3 – 5V)
  • S = Signal output connects to analog input pin on microcontroller

Note:  The power and ground leads can be reversed if you want the output voltage to decrease with decreasing light rather increasing. 

OUR EVALUATION RESULTS:

This is a basic module that can be used to experiment with a number of different types of applications which uses the presence or absence or relative strength of light to take an action.

The output of the sensor is fairly linear, but the accuracy is not sufficient to measure the absolute strength of light. It is best used to detect the presence or absence of light or to a get rough idea of how much light is striking the sensor.

The simple program below reads the output of the sensor and outputs the raw data to the Serial Monitor window.  Change lighting on the sensor to see the effect.

The sensor is connected to A0 in the program, but this can be any analog input pin.

Photoresistor Light Sensor Module Test Program

/*
Photoresistor Light Sensor Module Test

Basic code for reading the analog output of the light sensor module
*/
const int ANALOGPIN = A0;  // Set to any analog input pin
int rawValue = 0;          // Returned ADC reading from sensor

//===============================================================================
//  Initialization
//===============================================================================
void setup() 
{ 
  pinMode (ANALOGPIN, INPUT);
  Serial.begin(9600);         // Set comm speed for debug window messages
}

//===============================================================================
//  Main
//===============================================================================
void loop() 
{
  rawValue = analogRead (ANALOGPIN);  // Read sensor input
  Serial.print ("Reading Raw: ");
  Serial.println (rawValue);
  delay (1000);
}

BEFORE THEY ARE SHIPPED, THESE MODULES ARE:

  • Sample inspected and tested per incoming shipment.

Notes: 

  1. None

Technical Specifications

Operating Ratings Vcc Range 3.3 – 5V
Strong Light > 4.2V (with 5V Vcc)
No Light < 0.25V
 Dimensions L x W (PCB) 20 x 16mm  (0.75 x 0.6″)

WE'RE READY TO BUILD A CUSTOM PRODUCT FOR YOU.

Contact us:
Support@keszoox.com
What we can help:
If you're looking for a wire or cable assembly, we can help.
What we need your help next:
Kindly contact us via email support@keszoox.com and send us the details fo your need, then we'll let you know how we can deliver the right solution.

Shipping Policy

All orders are dispatched from our warehouse. The shipments are fully tracked—from our door to yours. Please allow 3-5 business days for your order to be processed in addition to the shipping times below.

Shipping Times

Standard: 9-15 business days. Express: 4-7 business days.

Please note that shipping providers are extremely busy during this time, and some orders might experience a delay on top of usual delivery times. If your order is late, please allow 5-10 days more than indicated in standard shipping times before contacting our customer service. Thank you for your understanding.

Tracking

All orders are 100% tracked. You’ll receive an email with a tracking number and a link to track your parcel once your order leaves our warehouse. Please allow 24-48 hours for the tracking link to start showing shipping information.

Related Products

Recently Viewed Products