SEN0162

SEN0162 Datasheet


UV sensor SKU SEN0162

Part Datasheet
SEN0162 SEN0162 SEN0162 (pdf)
PDF Datasheet Preview
UV sensor SKU SEN0162

Contents
• 1 Introduction Applications
• 2 Specification
• 3 Diagram

Sample Code

Introduction

This UV Sensor used GUVA-S12SD chip is suitable for detecting the UV raditation in sunlight. It can be used in UV Index Monitoring, DIY project, UV-A Lamp Monitoring, Plants growing Environmental monitoring...etc. It can detect the UV wavelength of 200-370nm, fast response, linear analog voltage signal output. Small size, easy for installing. With the diagram of the world health organization UV index grading standards, you can know the UV index from the sensor directly.
• UV-A Lamp Monitoring
• UV Index Monitoring
• DIY UV electronic project,etc...

Specification
• Operating Voltage 5V
• Output voltage DC 0-1V Corresponding 0-10 UV index
• Operating Current 0.06mA 0.1mA max
• UV wavelength detect 200-370nm
• Test accuracy ±1UV INDEX
• Response time <0.5s
• Operating temperature -20 -85
• Dimension 30 x 22mm

Diagram

SEN0162 Connection diagram

UV index

Sample Code
/* # This Sample code is for testing the UV Sensor #Connection:

VCC-5V GND-GND OUT-Analog pin 0 */ void setup Serial.begin 9600 ;// open serial port, set the baud rate to 9600 bps
void loop
int sensorValue int analogValue = analogRead 0 ;//connect UV sensors to Analog 0 if analogValue<20
sensorValue = 0 else
sensorValue = 0.05*analogValue-1 Serial.println sensorValue ;//print the value to serial delay 200 ;

Powered By DFRobot 2008-2017
More datasheets: FSBM20SH60A | AS32 10015 | 3565 | CVFSE7 | KIT0015 | 1N5406 | 1N5404 | FQA19N20C | 936 SV001 | 936 SV005


Notice: we do not provide any warranties that information, datasheets, application notes, circuit diagrams, or software stored on this website are up-to-date or error free. The archived SEN0162 Datasheet file may be downloaded here without warranties.

Datasheet ID: SEN0162 509084