LDR Module 4 Pin | Digital & Analog Light Sensor for Arduino
₹60.00 Original price was: ₹60.00.₹39.00Current price is: ₹39.00.
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
-
Arduino Nicla Sense ME ABX00050 – Tiny IoT Sensor Hub
₹5,530.00Original price was: ₹5,530.00.₹5,100.00Current price is: ₹5,100.00.Read moreKey Features
✅ Bosch BHI260AP: Smart 6-axis IMU with embedded AI for motion detection & gesture recognition.
✅ Bosch BMM150: 3-axis magnetometer for accurate heading and orientation.
✅ Bosch BMP390: High-resolution pressure sensor for accurate altitude detection.
✅ Bosch BME688: Environmental sensor for gas, humidity, temperature, and barometric pressure.
✅ Powerful MCU: nRF52832 (ARM Cortex-M4 @ 64 MHz, BLE 5.0) with 512 KB Flash, 64 KB RAM.
✅ Edge AI Ready: Run TinyML models for real-time analysis on-device.
✅ Tiny footprint: 22.86 x 22.86 mm (0.9 x 0.9 inches).
✅ Compatible: Works standalone or with Portenta/Arduino MKR boards.
✅ Ultra-low power consumption: Suitable for battery-powered IoT edge nodes. -
5V Buzzer Module
₹50.00Original price was: ₹50.00.₹30.00Current price is: ₹30.00.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
-
NRF24L01 2.4 MHz RF Transceiver Module
₹250.00Original price was: ₹250.00.₹99.00Current price is: ₹99.00.Add to cartSpecifications
- Low working voltage: 1.9 to 3.6 V
- I/O input voltage: 5V
- Wireless rate: 1 or 2 MBPS
- SPI interface rate: 0 to 8MBPS
- Transmission distance: 200 meters
- Dimensions: Width: 30 mm, Height: 10 mm, Depth: 20 mm
- Weight: 30 g
-
Dual Axis XY Joystick Module
₹99.00Original price was: ₹99.00.₹49.00Current price is: ₹49.00.Add to cartJoystick Module Features and Specifications:
- Compatible with Arduino or with most of the microcontrollers
- Two independent Potentiometers – one for each axis ( X and Y)
- Auto return to center position
- Low weight
- Cup-type Knob
- Operating Voltage: 5V
- Internal Potentiometer value: 10k
- 2.54mm pin interface leads
- Dimensions: 1.57 in x 1.02 in x 1.26 in (4.0 cm x 2.6 cm x 3.2 cm)
- Operating temperature: 0 to 70 °C







