joy-it GUVA-S12SD UV-Sensor UV-Photodiode User Manual
- June 3, 2024
- JOY-It
Table of Contents
UV-SENSOR
Analog GUVA-S12SD UV-Photodiode
Joy-IT powered by SIMAC Electronics GmbH
– Pascalstr. 8 – 47506 Neukirchen-Vluyn – www.joy-it.net
GENERAL INFORMATION
Dear customer, thank you for choosing our product. In the following, we will show you what to consider during commissioning and use. Should you encounter any unexpected problems during use, please feel free to contact us.
BASICS & CONNECTION OF THE MODULE
The module is equipped with a GUVA-S12SD photodiode, which can measure the
intensity of UV-B and UV-A rays.
The module can be connected as follows:
APPLICATION EXAMPLE ARDUINO
First connect the module to your Arduino:
UV-SENSOR | ARDUINO |
---|---|
GND | GND |
OUT | A0 |
VCC | 5 V |
Now transfer the following code example to your Arduino. Alternatively you can download it here.
APPLICATION EXAMPLE RASPBERRY PI
First connect the module to your Raspberry Pi.
ATTENTION! Please note that this sensor only outputs analog signals. These
cannot be processed directly by the Raspberry Pi. To use this module with a
Raspberry Pi an additional analog-to-digital converter (ADC) is required. Our
KY-053 Analog-Digital converter is suitable for this purpose:
RASPBERRY PI | UV-SENSOR | KY-053 ADC |
---|---|---|
3,3 V | VCC | VDD |
GND | GND | GND |
SDA | – | SDA |
– | OUT | SCL |
SCL | – | A0 |
To use the KY-053 analog-to-digital converter, you first need to install the
Adafruit CircuitPython ADS1x15 library. Therefore install it with the help of
the following command: sudo apt-get install python3-pip sudo pip3 install
adafruit-circuitpython-ads1x15
Now enable the I2C interface by opening your config.txt file using the
following command: sudo nano /boot/config.txt
Add the following line to the end of the file here: dtparam=i2c_arm=on
Save the file with the key combination [CTRL+O], confirm with [Enter] and now
exit the editor with the combination [CTRL+X]. Now install the I2C libraries
and the required dependencies: sudo apt-get install python3-smbus i2c-tools -y
Starten Sie nun Ihren Raspberry Pi neu: sudo reboot
Now transfer the following code example to your Raspberry Pi:
Alternatively, you can download the code sample here. You can use the
following commands for this purpose:
wget https://joy-it.net/files/files/Produkte/SEN-UV01/SEN-UV01-RPi
.zipunzipSEN-UV01-RPi.zip
INFORMATION & TAKE-BACK OBLIGATIONS
Our information and take-back obligations under the Electrical and Electronic
Equipment Act (ElektroG)
Symbol on electrical and electronic equipment: This crossed-out trash can
means that electrical and electronic equipment does not belong in the
household trash. You must hand in the old equipment at a collection point.
Before dropping off, you must separate used batteries and accumulators that
are not enclosed in the old device from the old device.
Return options:
As an end user, when you purchase a new appliance, you can return your old
appliance (which performs essentially the same function as the new one
purchased from us) for disposal free of charge. Small appliances with no
external dimensions larger than 25 cm can be returned in normal household
quantities, regardless of the purchase of a new appliance.
Possibility return to our company location during opening hours: SIMAC
Electronics GmbH, Pascalstr. 8, D-47506 Neukirchen-Vluyn
Possibility return in your area: We will send you a parcel stamp with
which you can return the device to us free of charge. To do this, please
contact us by e-mail at service@joy-it.net or by
phone.
Packaging information: Please pack your old device securely for
transport. If you do not have suitable packaging material or do not wish to
use your own, please contact us and we will send you suitable packaging.
SUPPORT
We are also there for you after the purchase. If you have any questions or
problems arise, we are also available by e-mail, telephone and ticket support
system.
E-Mail: service@joy-it.net
Ticket-System: http://support.joy-it.net
Phone: +49 (0)2845 9360 – 50 (9:30 – 17:15 o’clock)
For more information visit our website: www.joy-it.net
Published: 27.04.2022
www.joy-it.net
SIMAC Electronics GmbH
Pascalstr. 8 47506 Neukirchen-Vluyn
References
Read User Manual Online (PDF format)
Read User Manual Online (PDF format) >>