รหัสสินค้า | SG00202 |
หมวดหมู่ | วัดสภาพแวดล้อมและแก๊ส Environmental / Gas |
ราคา | 585.00 บาท |
สถานะสินค้า | พร้อมส่ง |
จำนวน | ชิ้น |
GY-8511 UV Sensor Ultraviolet Module for Arduino
โมดูลเซนเซอร์แสง UV Ultraviolte ให้สัญญาณเอาต์พุตเป็นแบบ analog ใช้ไฟเลี้ยง 3.3V
ตัวอย่างโคด
int UVsensorIn = A0; //Output from the sensor
void setup()
{
pinMode(UVsensorIn, INPUT);
Serial.begin(9600); //open serial port, set the baud rate to 9600 bps
}
void loop()
{
int uvLevel = averageAnalogRead(UVsensorIn);
float outputVoltage = 5 * uvLevel/1024;
float uvIntensity = mapfloat(outputVoltage, 0.99, 5.0, 0.0, 15.0);
Serial.print(" UV Intensity: ");
Serial.print(uvIntensity);
Serial.print(" mW/cm^2");
Serial.println();
delay(200);
}
Output
Open the serial monitor and you should see something which looks like this
UV Intensity: 0.27 mW/cm^2
UV Intensity: 0.30 mW/cm^2
UV Intensity: 0.30 mW/cm^2
UV Intensity: 0.27 mW/cm^2
UV Intensity: 0.30 mW/cm^2
UV Intensity: 0.27 mW/cm^2
UV Intensity: 0.30 mW/cm^2
UV Intensity: 0.30 mW/cm^2
UV Intensity: 0.30 mW/cm^2
ข้อมูล GY-8511 UV Sensor Ultraviolet Module module for Arduino
UV Sensor Board ML8511 For Arduino GY-8511 ML8511 Ultraviolet Module Transducer ML8511 UV Rays Sensor Breakout Module Detector
The ML8511 breakout is an easy to use ultraviolet light sensor. The MP8511 UV (ultraviolet) Sensor works by outputing an analog signal in relation to the amount of UV light that’s detected. This breakout can be very handy in creating devices that warn the user of sunburn or detect the UV index as it relates to weather conditions.
This sensor detects 280-390nm light most effectively. This is categorized as part of the UVB (burning rays) spectrum and most of the UVA (tanning rays) spectrum. It outputs a analog voltage that is linearly related to the measured UV intensity (mW/cm2). If your microcontroller can do an analog to digital signal conversion then you can detect the level of UV!
ข้อมูลเพิ่มเติม GY-8511 UV Sensor Module for Arduino
ชำระเงินค่าสินค้าโดยการโอนเงินเข้าบัญชีธนาคาร KBANK, SCB, BBL,TMB
กรุณาเก็บหลักฐานการโอนเงินของท่านไว้เพื่อแจ้งการชำระเงินด้วยค่ะ
ท่านสามารถแจ้งการชำระเงินผ่านระบบอัตโนมัติได้โดย Click Link ข้างล่างค่ะ
https://www.arduitronics.com/informpayment
หน้าที่เข้าชม | 15,423,843 ครั้ง |
ผู้ชมทั้งหมด | 5,926,921 ครั้ง |
เปิดร้าน | 21 พ.ค. 2556 |
ร้านค้าอัพเดท | 7 ต.ค. 2568 |