













VEML6070 紫外線指數感測器模組 紫外線指數感測器模組 直接顯示 UV 指數
NT$160 原始價格:NT$160。NT$150目前價格:NT$150。 (未稅)
- 描述
- 評價 (0)
描述
描述
VEML6070 紫外線指數感測器模組 是為任何微控制器項目添加UV光傳感的好方法。Vishay的VEML6070具有真正的UV A光傳感器和I2C控制的ADC,可在約60ms至500ms內讀取並集成它們。與Si1145不同,此傳感器不會為您提供UV指數讀數。然而,Si1145基於光照水平而不是真正的UV感測進行UV折射近似。相比之下,VEML6070在紫外光譜中確實有一個真正的光傳感器。它還有一個更簡單的I2C接口,因此您可以輕鬆地在最小的微控制器上運行它。
與GUVA模擬傳感器不同,偏置和ADC都是內部的,因此您不需要ADC。
紫外線指數(英語:Ultra-violet Index)指的是在某一天某個地點受到太陽紫外線(UV)輻射強度的國際計量標準。這種級數主要用於日常預報中且針對對象是一般大眾。
Arduino 函數庫下載 https://github.com/adafruit/Adafruit_VEML6070
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
#include <Wire.h> #include "Adafruit_VEML6070.h" Adafruit_VEML6070 uv = Adafruit_VEML6070(); void setup() { Serial.begin(9600); Serial.println("VEML6070 Test"); uv.begin(VEML6070_1_T); // pass in the integration time constant } void loop() { Serial.print("UV light level: "); Serial.println(uv.readUV()); delay(1000); } |
VEML6070 ultraviolet light sensor
VEML6070 is an advanced ultraviolet (UV) light sensor with I2C protocol interface and designed by the CMOS process. It is easily operated via a simple I2C command. The active acknowledge (ACK) feature with threshold windows setting
allows the UV sensor to send out a UVI alert message. Under a strong solar UVI condition, the smart ACK signal can be easily implemented by the software programming. VEML6070 incorporates a photodiode, amplifiers, and analog / digital circuits into a single chip. VEML6070’s adoption of FiltronTM UV technology provides the best spectral sensitivity to cover UV spectrum sensing. It has an excellent temperature compensation and a robust refresh rate setting that does not use an external RC low pass filter.
VEML6070 has linear sensitivity to solar UV light and is easily adjusted by an external resistor. Software shutdown mode is provided, which reduces power consumption to be less than 1 μA. VEML6070’s operating voltage ranges from 2.7 V to 5.5 V.
You can find out about the UV index at the following link – https://en.wikipedia.org/wiki/Ultraviolet_index
評價 (0)
相關商品
-
-
-
光線 / 紫外線, 溫濕度感測
高精度光照度溫溼度三合一感測器 支援二次開發 ModBus RS485 輸出
0 out of 5NT$1,750原始價格:NT$1,750。NT$1,080目前價格:NT$1,080。 (未稅)加入購物車產品速覽 -
光線 / 紫外線
VEML6075 UV Light Sensor Breakout 紫外線光感測器 – 具 Qwiic 接口 SparkFun 原裝進口
0 out of 5NT$270原始價格:NT$270。NT$235目前價格:NT$235。 (未稅)加入購物車產品速覽
商品評價
目前沒有評價。