LDR Module 4 Pin | Digital & Analog Light Sensor for Arduino
₹60.00 Original price was: ₹60.00.₹39.00Current price is: ₹39.00.
You save (%)
Features: LDR Module LM393 4 Pin
✅ 4-Pin Output: Provides both digital (D0) and analog (A0) outputs for flexibility in projects.
✅ LM393 Comparator: Fast, reliable switching for accurate light detection.
✅ Adjustable Sensitivity: Onboard potentiometer lets you set the light threshold easily.
✅ Wide Voltage Range: Operates on 3.3V–5V, compatible with Arduino, ESP32, Raspberry Pi, and microcontrollers.
✅ High Stability: Stable performance with precise light sensing in varying conditions.
✅ Indicator LED: Shows digital output state for quick testing and debugging.
✅ Compact Design: Easy to integrate into DIY and IoT projects.
Out of stock
How to Use the LDR Module LM393 4 Pin with Arduino for Light Sensing Projects
Introduction
Light sensing is essential for automating lights, saving energy, and creating interactive projects. The LDR Module LM393 4 Pin offers both digital and analog outputs, making it perfect for beginners and advanced makers using Arduino, ESP32, or Raspberry Pi.
In this guide, we’ll explore how this module works, its features, and how to use it in your projects.
What is the LDR Module LM393 4 Pin?
The module combines:
✅ An LDR (Light Dependent Resistor) to detect light.
✅ An LM393 comparator to provide a digital output when light crosses a threshold.
✅ An analog output (A0) to measure exact light levels.
This makes it more versatile than a 3-pin module, allowing both light detection and intensity measurement in your projects.
Key Features
- Digital and Analog Outputs (D0, A0)
- Adjustable Sensitivity via potentiometer
- Compatible with Arduino and ESP32
- Compact and easy to integrate
- Low power consumption
Applications: LDR Module LM393 4 Pin
✅ Automatic Street Lights: Turn lights on/off automatically based on ambient light levels.
✅ Smart Home Automation: Control curtains, lights, or alarms using real-time light sensing.
✅ Solar Tracking Systems: Adjust solar panels based on light intensity for maximum efficiency.
✅ Light-Based Alarms: Trigger buzzers or alerts when light levels drop suddenly (e.g., hand covering sensor).
✅ Data Logging Projects: Monitor and record light levels over time using the analog output.
✅ Smart Garden Systems: Activate grow lights or shading systems based on sunlight availability.
✅ Energy Saving Projects: Switch off unnecessary lights when sufficient daylight is available.
✅ Robotics: Use in line-following robots or light-seeking robots for learning projects.
✅ DIY Electronics Projects: Integrate into any light-based interactive system with Arduino, ESP32, or Raspberry Pi.
How to Connect LDR Module LM393 with Arduino
Pins:
- VCC → 5V on Arduino
- GND → GND
- D0 → Any digital pin (e.g., D2)
- A0 → Any analog pin (e.g., A0)
Arduino Code for LDR Light Sensor Module:
int digitalPin = 2;
int analogPin = A0;
void setup() {
pinMode(digitalPin, INPUT);
Serial.begin(9600);
}
void loop() {
int digitalValue = digitalRead(digitalPin);
int analogValue = analogRead(analogPin);
Serial.print(“Digital: “);
Serial.print(digitalValue);
Serial.print(” | Analog: “);
Serial.println(analogValue);
delay(500);
}
| Weight | 5 g |
|---|
Related products
5V Buzzer Module
₹50.00Original price was: ₹50.00.₹30.00Current price is: ₹30.00.
You save (%)Add to cartFeatures:
- Operates on 5V DC, compatible with Arduino and microcontrollers
- Loud and clear sound output for alerts and indicators
- Compact size for easy integration into DIY projects
- Simple 3-pin connection (VCC, GND, Signal)
- Low current consumption, energy-efficient
- Can be used with PWM for sound control
- Onboard driver circuit for easy triggering
- Ideal for alarms, timers, and notification systems
OLED Display 0.96 Inch I2C 4-Pin Blue Screen – SSD1306 Module
₹325.00Original price was: ₹325.00.₹199.00Current price is: ₹199.00.
You save (%)Read moreSpecifications of 0.96″ SSD1306 OLED Display:
- Operating Voltage Range: 3.3V to 6V
- Communication: I2C
- Resolution: 128 x 64
- Colour: Monochrome (Blue)
- Driver IC: SSD1306
- Supports both 5V and 3.3V Logic
- Module Dimension: ~ 27 x 27 x 4.1 mm
Digital LDR Module – Light Sensor
₹50.00Original price was: ₹50.00.₹35.00Current price is: ₹35.00.
You save (%)Read moreFeatures:
✅ Simple to use, plug-and-play.
✅ Adjustable sensitivity using potentiometer.
✅ Low power consumption.
✅ Fast switching compared to analog readings.
✅ Useful in light detection, automatic street lights, daylight sensing, and DIY projects.Applications:
🔹 Automatic night lamp.
🔹 Smart curtains that close when light is high.
🔹 Light intensity alarms.
🔹 Robotics line-following sensors (combined with reflective surfaces).
🔹 Security systems to detect sudden darkness (hand covering sensor).2 Channel 5V Relay Module with Optocoupler
₹80.00Original price was: ₹80.00.₹62.00Current price is: ₹62.00.
You save (%)Add to cart⚡ 2 Channel 5V Relay Module with Optocoupler – Key Specifications
High-Current Relay Performance: Each relay can safely handle AC 250V up to 10A and DC 5V up to 10A, making it suitable for both household and industrial automation.
LED Status Indicators: Two built-in LEDs clearly show when each relay is activated, providing instant visual feedback for testing and operation.
Logic-Level Compatibility: Designed to work with 3.3V or 5V logic signals, making it fully compatible with Arduino, ESP32, Raspberry Pi, and other microcontrollers.
Opto-Isolation Protection: Equipped with optocoupler circuitry, this module protects your microcontroller from high-voltage spikes and electrical noise, ensuring safe, reliable, and stable switching.
User-Friendly Installation: Compact PCB with labeled terminals and indicator LEDs for quick setup and safe wiring.
Note: Product images are for illustrative purposes only and may differ slightly from the actual module.







