Cirkit Designer Logo
Cirkit Designer
Your all-in-one circuit design IDE
Home / 
Component Documentation

How to Use UV LED: Examples, Pinouts, and Specs

Image of UV LED
Cirkit Designer LogoDesign with UV LED in Cirkit Designer

Introduction

The GOJJU 7017 UV LED is a high-performance ultraviolet light-emitting diode designed for applications requiring precise and efficient UV light emission. This component emits light in the ultraviolet spectrum, making it ideal for sterilization, curing of inks and adhesives, counterfeit detection, and various scientific and industrial applications. Its compact size and robust design ensure reliable performance in demanding environments.

Explore Projects Built with UV LED

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Arduino-Controlled UV LED Sterilization System with Dual UV Sensors
Image of SAN-CATH: A project utilizing UV LED in a practical application
This circuit uses an Arduino UNO to control a set of UV-C LEDs via a FemtoBuck LED driver, based on input from two UV light sensors. The UV LEDs are activated by a push button and remain on until the sensors detect a desired UV level, at which point the LEDs are turned off and a green indicator LED is lit.
Cirkit Designer LogoOpen Project in Cirkit Designer
Wi-Fi Enabled UV Monitoring System with OLED Display
Image of UV_DETECTOR_BREADBOARD: A project utilizing UV LED in a practical application
This circuit features a PicoW microcontroller interfacing with a 0.96" OLED display, an ML8511 UV sensor, and a blue LED. The PicoW reads UV sensor data and can display information on the OLED while controlling the LED for visual feedback.
Cirkit Designer LogoOpen Project in Cirkit Designer
Wi-Fi Enabled Motion-Activated Lighting System with Radar Sensor
Image of CAPSTONE: A project utilizing UV LED in a practical application
This circuit is designed to control an AC LED bulb using a 220V power source, with an infrared motion sensor and an MMWave radar sensor providing input signals. The two-channel relay is used to switch the LED bulb on and off based on the sensor inputs, while the ESP8266 microcontroller is likely programmed to process the sensor data and control the relay. A converter is included to interface between the sensors, microcontroller, and the relay, ensuring proper voltage levels.
Cirkit Designer LogoOpen Project in Cirkit Designer
ESP32-Based Wi-Fi Controlled LED Indicator System
Image of fire på rad, styring: A project utilizing UV LED in a practical application
This circuit features an ESP32 microcontroller controlling four LEDs (three red and one green) through a logic level converter. Each LED is connected in series with a 240-ohm resistor, and the entire setup is powered by a USB power supply.
Cirkit Designer LogoOpen Project in Cirkit Designer

Explore Projects Built with UV LED

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Image of SAN-CATH: A project utilizing UV LED in a practical application
Arduino-Controlled UV LED Sterilization System with Dual UV Sensors
This circuit uses an Arduino UNO to control a set of UV-C LEDs via a FemtoBuck LED driver, based on input from two UV light sensors. The UV LEDs are activated by a push button and remain on until the sensors detect a desired UV level, at which point the LEDs are turned off and a green indicator LED is lit.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of UV_DETECTOR_BREADBOARD: A project utilizing UV LED in a practical application
Wi-Fi Enabled UV Monitoring System with OLED Display
This circuit features a PicoW microcontroller interfacing with a 0.96" OLED display, an ML8511 UV sensor, and a blue LED. The PicoW reads UV sensor data and can display information on the OLED while controlling the LED for visual feedback.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of CAPSTONE: A project utilizing UV LED in a practical application
Wi-Fi Enabled Motion-Activated Lighting System with Radar Sensor
This circuit is designed to control an AC LED bulb using a 220V power source, with an infrared motion sensor and an MMWave radar sensor providing input signals. The two-channel relay is used to switch the LED bulb on and off based on the sensor inputs, while the ESP8266 microcontroller is likely programmed to process the sensor data and control the relay. A converter is included to interface between the sensors, microcontroller, and the relay, ensuring proper voltage levels.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of fire på rad, styring: A project utilizing UV LED in a practical application
ESP32-Based Wi-Fi Controlled LED Indicator System
This circuit features an ESP32 microcontroller controlling four LEDs (three red and one green) through a logic level converter. Each LED is connected in series with a 240-ohm resistor, and the entire setup is powered by a USB power supply.
Cirkit Designer LogoOpen Project in Cirkit Designer

Technical Specifications

The following table outlines the key technical specifications of the GOJJU 7017 UV LED:

Parameter Value
Manufacturer GOJJU
Part ID 7017
Wavelength Range 365 nm - 400 nm (UV-A range)
Forward Voltage (Vf) 3.0V - 3.6V
Forward Current (If) 20 mA (typical)
Power Dissipation 120 mW (maximum)
Viewing Angle 120°
Operating Temperature -30°C to +85°C
Storage Temperature -40°C to +100°C
Package Type 5mm round

Pin Configuration and Descriptions

The GOJJU 7017 UV LED has two pins, as described in the table below:

Pin Name Description
1 Anode (+) Connect to the positive terminal of the power supply
2 Cathode (-) Connect to the negative terminal of the power supply

Usage Instructions

How to Use the UV LED in a Circuit

  1. Power Supply: Ensure the power supply provides a forward voltage between 3.0V and 3.6V. Use a current-limiting resistor to prevent overcurrent damage.
  2. Resistor Calculation: To calculate the resistor value, use Ohm's Law:
    [ R = \frac{V_{supply} - V_f}{I_f} ]
    For example, if the supply voltage is 5V and the forward voltage is 3.3V with a forward current of 20 mA:
    [ R = \frac{5V - 3.3V}{0.02A} = 85 , \Omega ]
    Use the nearest standard resistor value (e.g., 82Ω or 100Ω).
  3. Polarity: Connect the anode (+) to the positive terminal of the power supply and the cathode (-) to the negative terminal.
  4. Heat Management: If the LED operates for extended periods, ensure proper heat dissipation to maintain performance and longevity.

Example Circuit with Arduino UNO

The GOJJU 7017 UV LED can be controlled using an Arduino UNO. Below is an example circuit and code to blink the UV LED:

Circuit Diagram

  • Connect the anode (+) of the UV LED to a 220Ω resistor.
  • Connect the other end of the resistor to Arduino digital pin 9.
  • Connect the cathode (-) of the UV LED to the Arduino GND pin.

Arduino Code

// UV LED Blink Example
// This code blinks the GOJJU 7017 UV LED connected to pin 9 of the Arduino UNO.

const int uvLedPin = 9; // Define the pin connected to the UV LED

void setup() {
  pinMode(uvLedPin, OUTPUT); // Set the UV LED pin as an output
}

void loop() {
  digitalWrite(uvLedPin, HIGH); // Turn the UV LED on
  delay(1000); // Wait for 1 second
  digitalWrite(uvLedPin, LOW); // Turn the UV LED off
  delay(1000); // Wait for 1 second
}

Important Considerations and Best Practices

  • Eye Safety: UV light can be harmful to the eyes and skin. Always use appropriate protective gear when working with UV LEDs.
  • Current Limiting: Always use a current-limiting resistor to prevent damage to the LED.
  • Heat Dissipation: Prolonged use may generate heat. Use a heatsink or ensure proper ventilation to avoid overheating.
  • Polarity Check: Connecting the LED with reversed polarity can damage the component.

Troubleshooting and FAQs

Common Issues and Solutions

  1. LED Does Not Light Up:

    • Cause: Incorrect polarity or insufficient voltage.
    • Solution: Verify the anode and cathode connections. Ensure the power supply provides the required forward voltage.
  2. LED Flickers or is Dim:

    • Cause: Insufficient current or a loose connection.
    • Solution: Check the resistor value and ensure all connections are secure.
  3. LED Overheats:

    • Cause: Excessive current or poor heat dissipation.
    • Solution: Use a proper current-limiting resistor and ensure adequate cooling.
  4. Arduino Code Does Not Work:

    • Cause: Incorrect pin configuration or wiring.
    • Solution: Double-check the circuit connections and ensure the correct pin is defined in the code.

FAQs

Q1: Can I power the UV LED directly from a 5V source?
A1: No, you must use a current-limiting resistor to prevent overcurrent damage.

Q2: What is the typical lifespan of the GOJJU 7017 UV LED?
A2: The typical lifespan is approximately 10,000 hours under recommended operating conditions.

Q3: Can I use the UV LED for water sterilization?
A3: While the GOJJU 7017 UV LED emits UV-A light, water sterilization typically requires UV-C light. This LED is not suitable for such applications.

Q4: How do I protect my eyes when working with UV LEDs?
A4: Always wear UV-blocking safety glasses and avoid direct exposure to the emitted light.

By following this documentation, you can safely and effectively use the GOJJU 7017 UV LED in your projects.