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
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.We make into production usually Within 1 - 3 Bussiness Days.
Expect customization orders.LDR module can detect visible light.
The Photoresistor Light Sensor Module can detect the presence or absence and the relative strength of visible light.
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.
There is a 3-pin header on the assembly for making connections.
1 x 3 Header
Note: The power and ground leads can be reversed if you want the output voltage to decrease with decreasing light rather increasing.
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 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); }
Notes:
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.
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.
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.
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.
Receive our latest updates about our products & promotions.
Thanks for subscribing!
This email has been registered!