Keyestudio GUVA-S12SD 3528 Ultraviyole Sensör
Contents (Hızlı Menü)
Tanıtım
keyestudio GUVA-S12SD ultraviyole sensörü, ultraviyole ışığını tespit etmek için kullanılır. Bu sensör, saatler, akıllı telefon ve UV endeks algılamalı dış mekan cihazı gibi, akıllı giyilebilir cihazların ultraviyole endeksini ölçmek için uygulanan GUVA-S12SD'yi içerir. Ultraviyole ışığının yoğunluğunu izlemek için de kullanılabilir veya ultraviyole ışık ile dezenfeksiyon yaparken UV alev dedektörü olarak kullanılabilir.
Parametreler
- Ebat: 15mm × 30mm × 0.7mm
- Besleme Gerilimi: 2,5V, 5V
- Çıkış sinyali: analog sinyal
- Spektrum Aralığı Algılama: 240-370nm
- Aktif Bölge : 0.076mm2
- Duyarlılık: 0.14A / W
- Karanlık Akım: 1nA
- Işık Akımı: 101 ~ 125nA UVA Işık, 1mW / cm2
Connection Diagram / Bağlantı Şeması
Sample Code / Örnek Kod
/* 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 }
Result / Sonuç
When wires are connected well, upload the program code, then open serial monitor, it will display the data shown as the following picture.
Kabloları iyi bağlayıp, program kodunu yükleyin, ardından seri monitörü açın, aşağıdaki resimdeki gibi verileri gösterecektir.
Shine UV lamp to the sensor, and the data on serial monitor is changing showed as following picture.
UV lambasını sensöre yaklaştırın ve seri monitördeki verilerin değiştiğini, aşağıdaki resimde gösterildiği gibi gözleyin.
Resources / Kaynaklar
PDF:
https://drive.google.com/open?id=1rEIoXdgiPTCfOwS94_Rrv3z7zqn52vmc