Skip to product information
1 of 3

Axiometa

Light Dependent Resistor

Light Dependent Resistor

SKU:AX22-0005

Regular price $2.49
Regular price Sale price $2.49
Sale Sold out
Taxes included. Shipping calculated at checkout.
This AX22-sized module houses a light-dependent resistor with a dark resistance of 100 kΩ – 200 kΩ on a 22 × 22 mm PCB, yielding an analog voltage that smoothly follows ambient brightness and is effortless for any microcontroller’s ADC to read. It slots straight into AX22 systems with no special wiring, enabling automatic daylight detection, adaptive backlight dimming, or simple light-triggered events in minutes. Ideal for smart lamps, environmental loggers, or interactive installations where responsive, light-aware behavior is essential.
View full details
  • Technical Details

    - 22 mm × 22 mm square
    - 4× ⌀2.7 mm Mounting Holes
    - 100kΩ to 200kΩ
    - 1.8 V, 3.3 V, 5.0 V
    - Arduino IDE Compatible
    - MicroPython Compatible
    - MicroBlocks Compatible

    Material Datasheet 
  • Pinout

  • Interface

  • Top

  • Bottom

Arduino Example Code

example.ino
const int ldrPin = 8;

void setup() {
  Serial.begin(9600);
}

void loop() {
  int ldrValue = analogRead(ldrPin);

  Serial.print("LDR Value: ");
  Serial.println(ldrValue);

  delay(10); 
}

        
  • First time setup

    Pair text with an image to focus on your chosen product, collection, or blog post. Add details on availability, style, or even provide a review.

  • Automatic Street Lights

    Pair text with an image to focus on your chosen product, collection, or blog post. Add details on availability, style, or even provide a review.

  • How Does an LDR work ?

    Pair text with an image to focus on your chosen product, collection, or blog post. Add details on availability, style, or even provide a review.