Skip to main content
We have moved to Unit 3/471 Tufnell Rd, Banyo QLD 4014.

Keyestudio UV Detection Ultraviolet Light Sensor Module

Keyestudio UV detection ultraviolet light radiation sensor module.

It includes GUVA-S12SD, applied to measure ultraviolet index of intelligent wearable device, such as watches, smart phones and outdoor devices with UV index detecting.

It still is used to monitor the intensity of ultraviolet light and as a UV flame detector when disinfecting things by ultraviolet light.

Specifications

  • Supply Voltage: 2.5V~5V
  • Output Signal: Analog Signal
  • Detecting Range of Spectrum: 240-370nm
  • Active Region:0.076mm2
  • Responsivity: 0.14A/W
  • Dark Current: 1nA
  • Light Current: 101~125nA UVA Light,1mW/cm2

Code

/*
  AnalogReadSerial
  Reads an analog input on pin 0, prints the result to the serial monitor.
  Attach the center pin of a potentiometer to pin A0, and the outside pins to +5V and ground.

 This example code is in the public domain.
 */

// the setup routine runs once when you press reset:
void setup() {
  // initialize serial communication at 9600 bits per second:
  Serial.begin(9600);
}

// the loop routine runs over and over again forever:
void loop() {
  // read the input on analog pin 0:
  int sensorValue = analogRead(A0);
  // print out the value you read:
  Serial.println(sensorValue);
  delay(1);        // delay in between reads for stability
}

Contents

  • 1 x Keyestudio UV Detection Ultraviolet Light Sensor Module
No reviews

Your Cart

Your cart is currently empty.
Click here to continue shopping.
Thanks for contacting us! We'll get back to you shortly. Thanks for subscribing Thanks! We will notify you when it becomes available! The max number of items have already been added There is only one item left to add to the cart There are only [num_items] items left to add to the cart