GA1A12S202 Log-scale Analog Light Sensor

Product ID: 1384
$3.95

Description

Discontinued - you can grab Adafruit VEML7700 Lux Sensor - I2C Light Sensor or Adafruit ALS-PT19 Analog Light Sensor Breakout instead! 

 

Upgrade a project that uses a photocell with the GA1A12S202 analog light sensor. Like a CdS photo-cell, the sensor does not require a microcontroller, the analog voltage output increases with the amount of light shining on the sensor face. This sensor has a lot of improvements that make it better for nearly any project.

The biggest improvement over plain photocells is a true log-lin relationship with light levels. Most light sensors have a linear relationship with light levels, which means that they're not very sensitive to changes in darkened areas and 'max' out very easily when there's a lot of light. Sometimes you can tweak a resistor to make them better in dark or bright light but its hard to get good performance at both ends. This sensor is logarithmic over a large dynamic range of 3 to 55,000 Lux, so it has a lot of sensitivity at low light levels but is also nearly impossible to "max out" so you can use it indoors or outdoors without changing code or calibration. Since the sensor is fabricated on a chip, there are also fewer manufacturing variations, so you won't have to calibrate the sensor from one board to another.

Using the sensor is easy as pie: connect the Vin to 2.3-6VDC, Gnd to ground and measure the analog output on OUT. It will range up to 3V (at extremely bright outdoor sunlight). On an Arduino, just use analogRead() with the OUT pin connected to an analog pin. For more information including graphs, power consumption, etc check out the datasheet in the Tech Details tab. On this breakout we placed a 68KΩ resistor from OUT to ground to turn the current into a voltage.

GA1A12S202 Log-scale Analog Light Sensor (6:52)

Technical Details

GA1A1S202WP Datasheet and Adafruit Fritzing Library available in the product tutorial

  • Power with 2.3-6V
  • Onboard 68K load resistor for max 3V analog output
  • 0.2 grams
  • 0.4" x 0.5" x 0.06" (10mm x 13mm x 1.5mm)
  • 0.1" (2.5mm) mounting hole

Learn

True Logarithmic Response from 3 to 55,000 Lux!
Get sensor data from a local MQTT broker into Adafruit.IO