UV Sensor Module, UVM-30A, Analog 0-1V, 3-5V
zoom_out_map
chevron_left chevron_right

Product images are for informational purposes only and may vary slightly depending on the batch and supplier. Product specifications and prices may be subject to change without notice. We do our best to provide accurate and complete product specifications, but they may not be completely accurate. If you encounter any such situation, please let us know.

The product is intended for specialists and requires qualified and authorized personnel. The product does not include assembly/use instructions . Putting the product into operation by unqualified persons leads to the loss of the warranty according to the Terms and Conditions on the site.

The specified technical parameters (current, power, etc.) represent maximum allowable values under ideal operating conditions. For safe use and optimal lifespan, it is recommended to operate the product continuously at no more than 50% of the specified maximum values.

UV Sensor Module, UVM-30A, Analog 0-1V, 3-5V

Compact sensor for detecting and monitoring UV radiation, ideal for microcontroller projects and portable exposure measurement systems. Covers 200-370 nm, offers 0-1V proportional analog output for easy reading on ADC, operates at 3-5V and has very low consumption, making it suitable for environmental monitoring and educational applications.

Ft5,814.14 Tax included

Ft4,805.07 Tax excluded

No reviews yet
1-2 zile
check In Stoc

Shipping by Thursday 27 August

Close

This product has a warranty of 2 years.

INTERNATIONAL DELIVERY
International fast shipping within EU. Free Shipping for orders above 100 EUR in most EU countries.
FAST DISPATCH 24H
We ship from our stock within 24H
LOYALTY POINTS
You earn points with every order, worth 5%.

The UVM-30A module is a compact sensor for detecting and monitoring ultraviolet radiation, useful when you want to estimate the level of UV exposure in various applications. It measures radiation in the range of 200-370 nm and provides an analog output proportional to the intensity of the detected UV light, making it easy to integrate with microcontrollers and development boards.

With low current consumption, flexible power supply at 3V-5V and output signal up to 1V, the module is suitable for portable projects, environmental monitoring systems or educational applications. The values are expressed in arbitrary units, and the interpretation is done by calibration and conversion depending on the usage scenario and the chosen algorithm.

 

Specifications:

Supply voltage: 3V – 5V DC

Output signal voltage: 0 – 1V DC

Accuracy: ±1 UV index

Operating current: 0.06 mA standard, 0.1 mA max

Wavelength range: 200 – 370 nm

Working temperature: -20 ~ +85°C

Dimensions: 28×13×10 mm

 

Use:

Connect the module to a 3V-5V power supply and to an analog input of the microcontroller or development board.

Read the analog value and convert the measured voltage according to the ADC reference used.

Apply an offset correction if necessary and convert the result to an estimated UV index using a conversion factor, then adjust by calibration for your application.

For stability, take multiple readings and use an average, especially in environments with rapid light variations.

 

Arduino test code:

const int UVpin = A0;

const float offset = 0.01;

const float factor = 6.12;

void setup() {

Serial.begin(9600);

delay(2000);

}

void loop() {

int raw = analogRead(UVpin);

float sensorv = raw * (5.0 / 1023.0);

float uvv = sensorv - offset;

if (uvv < 0) uvv = 0;

float index = uvv * factor;

Serial.println(index);

delay(1000);

}

88098

Produs destinat utilizarii in proiecte electronice, automatizari, prototipare, educatie si cercetare.

Produsul trebuie utilizat numai conform specificatiilor tehnice mentionate in descriere si/sau in documentatia produsului.

Avertismente generale de siguranta:

Nu utilizati produsul la tensiuni, curenti sau temperaturi peste valorile specificate.

Montajul si conectarea trebuie realizate de persoane cu cunostinte tehnice minime in domeniul electric/electronic.

Evitati scurtcircuitele, inversarea polaritatii si conectarea gresita a alimentarii.

Nu lasati produsul alimentat nesupravegheat in timpul testelor.

Produsul nu este jucarie si nu este destinat copiilor.

Pentru modulele electronice, se recomanda utilizarea in carcase, panouri sau montaje protejate, dupa caz.

Identificare produs:

Denumirea produsului, codul/SKU-ul si caracteristicile tehnice sunt mentionate in pagina produsului si/sau pe eticheta ambalajului.

Producator / Importator / Distribuitor:

Sigmanortec S.R.L.

Calea Bucuresti nr. 9, Targu Jiu, Gorj, Romania

E-mail: [email protected]

Website: www.sigmanortec.ro

Persoana responsabila in UE:

Sigmanortec S.R.L.

Calea Bucuresti nr. 9, Targu Jiu, Gorj, Romania

E-mail: [email protected]

Documentatie si siguranta:

Pentru informatii suplimentare, fise tehnice, declaratii de conformitate sau instructiuni, ne puteti contacta la [email protected].