<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: INSU SHIN</title>
    <description>The latest articles on Forem by INSU SHIN (@insu).</description>
    <link>https://forem.com/insu</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3759878%2F7cc371bc-2676-45f0-9011-150bad5b3a8e.png</url>
      <title>Forem: INSU SHIN</title>
      <link>https://forem.com/insu</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/insu"/>
    <language>en</language>
    <item>
      <title>What is the LED &amp; FND?</title>
      <dc:creator>INSU SHIN</dc:creator>
      <pubDate>Sat, 14 Feb 2026 06:53:57 +0000</pubDate>
      <link>https://forem.com/insu/what-is-the-led-fnd-3aa8</link>
      <guid>https://forem.com/insu/what-is-the-led-fnd-3aa8</guid>
      <description>&lt;p&gt;&lt;strong&gt;Overview of LED and FND&lt;/strong&gt;&lt;br&gt;
Before presenting the experimental results, this section provides an overview of the operational principles of LEDs and FNDs.&lt;/p&gt;

&lt;p&gt;In modern society, we interact closely with a myriad of electronic devices in our daily lives, such as televisions, smartphones, smartwatches, and tablet PCs. As the primary user interface for these devices, display technology that visually communicates information is an indispensable component. Even the most advanced, high-resolution displays of today are fundamentally rooted in the operating principles of basic optoelectronic components, such as Light-Emitting Diodes (LEDs) and Seven-Segment Displays. Therefore, this experiment aims to build a foundational understanding of modern display systems by practically implementing and analyzing the electrical characteristics and driving mechanisms of LEDs and Seven-Segment Displays, which form the cornerstone of display technology.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Operating Principle of LEDs&lt;/strong&gt;&lt;br&gt;
First, an LED (Light Emitting Diode) is a semiconductor device that emits light when an electric current flows through it. As a type of diode, it operates only when current flows in a specific direction (forward bias). When current flows, electrons recombine with holes to release energy, which is emitted in the form of light (photons).&lt;br&gt;
Since LEDs share the same PN junction structure as standard diodes, the color of the emitted light depends on the energy band gap of the semiconductor material. A larger energy difference results in shorter wavelengths (e.g., blue), while a smaller energy difference results in longer wavelengths (e.g., red).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Forward Voltage vs. Cut-in Voltage&lt;/strong&gt;&lt;br&gt;
The forward voltage of an LED refers to the minimum voltage required for light emission, which differs slightly from the standard diode "cut-in" voltage. While it varies by device, the forward voltage typically ranges from 1.8V to 3.3V. In contrast, the cut-in voltage refers to the threshold where the diode begins to conduct significant current, leading to a rapid exponential increase in current flow.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Circuit Protection and Resistance&lt;/strong&gt;&lt;br&gt;
When designing circuits with LEDs, a current-limiting resistor is essential because LEDs are highly sensitive to current changes. If the current exceeds the rated maximum, the device can be easily damaged. Therefore, an appropriate resistor value must be calculated based on the supply voltage and the LED's forward voltage to ensure safe operation and accurate measurement.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reverse Bias and Protection&lt;/strong&gt;&lt;br&gt;
Since LEDs are PN junction diodes, they are subject to breakdown phenomena. However, LEDs typically have a very low reverse breakdown voltage (often below 5V) and can be damaged before or immediately upon reaching this threshold. For this reason, extreme caution is required when applying reverse bias, or a standard rectifier diode should be connected in parallel for protection.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why is a parallel connection necessary?&lt;/strong&gt;&lt;br&gt;
A series connection can control the direction of the current, but it cannot absorb the reverse voltage itself. Conversely, a parallel connection protects the LED by bypassing the current (providing an alternative path) when a reverse voltage or transient spike occurs.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgrkpqnc8x39b4qsdhrmm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgrkpqnc8x39b4qsdhrmm.png" alt=" " width="800" height="380"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Overview of FND (7-Segment Display)&lt;/strong&gt;&lt;br&gt;
The FND (Flexible Numeric Display), commonly referred to as a 7-Segment Display, is an electronic display component capable of representing decimal numerals (0 through 9) and specific alphabetic characters by illuminating combinations of seven distinct segments.&lt;/p&gt;

&lt;p&gt;Structure and Configuration The device consists of the following key elements&lt;br&gt;
Seven LED Segments : The bars that form the digits.&lt;br&gt;
Decimal Point (DP) - A dot-shaped LED used to indicate a decimal point.&lt;br&gt;
Depending on the internal wiring, 7-segment displays are classified into two types:&lt;br&gt;
&lt;strong&gt;Common Anode&lt;/strong&gt; - All anodes of the LEDs are connected together. A specific segment lights up when a LOW signal (logic 0) is applied to its cathode.&lt;br&gt;
&lt;strong&gt;Common Cathode&lt;/strong&gt; - All cathodes of the LEDs are connected together. A specific segment lights up when a HIGH signal (logic 1) is applied to its anode.&lt;/p&gt;

&lt;p&gt;Driving Methods There are two primary methods for driving 7-segment displays&lt;br&gt;
Direct Drive (Static Drive)&lt;br&gt;
Each segment is connected to an individual I/O pin.&lt;br&gt;
Pros/Cons - While the circuit design is simple, the required number of I/O pins increases significantly as the number of digits increases.&lt;/p&gt;

&lt;p&gt;Multiplexing (Dynamic Drive)&lt;br&gt;
The common terminals of multiple digits are selected sequentially. Although only one digit is lit at a time, high-speed scanning creates the illusion that all digits are lit simultaneously due to the persistence of vision.&lt;/p&gt;

&lt;p&gt;Pros/Cons&lt;br&gt;
This method conserves I/O pins. Although brightness may decrease due to the duty cycle, this can be compensated for by adjusting the resistance values and the scanning frequency.&lt;/p&gt;

&lt;p&gt;Definition of I/O Pins I/O (Input/Output) pins are terminals designed to exchange data between digital circuits (such as microcontrollers) and external devices.&lt;/p&gt;

&lt;p&gt;Input : Reads digital signals from external sensors, switches, or buttons.&lt;br&gt;
Output : Sends processed signals from the microcontroller to external devices like LEDs.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjcxigb77d8jxplgeogmg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjcxigb77d8jxplgeogmg.png" alt=" " width="800" height="537"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fefmjq1ky1lfhlat4wlwo.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fefmjq1ky1lfhlat4wlwo.png" alt=" " width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Measurement Data&lt;/strong&gt;&lt;br&gt;
We constructed a circuit using Red and Yellow LEDs and measured the voltage drop across the LED and the current flowing through the circuit while increasing the power supply voltage from 0.5V to 6.0V.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Analysis and Observations&lt;/strong&gt;&lt;br&gt;
Based on the measured data, the following characteristics were observed&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Light Emission Threshold&lt;/strong&gt;&lt;br&gt;
The LEDs remained off at low voltages. Light emission began only after the voltage exceeded a specific threshold (approximately 1.8V to 2.0V). The brightness increased as the voltage rose, reaching its maximum intensity at around 5V.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Voltage Clamping&lt;/strong&gt;&lt;br&gt;
As shown in the tables, when the input voltage was low (below 1.5V), the measured voltage across the LED was nearly identical to the input voltage, indicating an open circuit state. However, once the input exceeded 2.0V ~ 2.5V, the voltage across the LED did not increase significantly, remaining clamped between 1.9V and 2.3V, even as the input voltage continued to rise.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Current Surge&lt;/strong&gt;&lt;br&gt;
In contrast to the voltage, the current remained negligible until the voltage approached the LED's forward voltage (approx. 1.8V). Beyond 2.0V, the current increased rapidly, demonstrating the exponential nature of the diode's I-V characteristic.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Discussion&lt;/strong&gt;&lt;br&gt;
Current-Controlled Brightness&lt;br&gt;
The experiment confirms that an LED is a current-controlled device. Although the voltage across the LED remained relatively constant after turning on, the brightness continued to increase. This indicates that the intensity of light emission is determined by the magnitude of the current flowing through the device, not the voltage across it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Non-Ohmic Behavior&lt;/strong&gt;&lt;br&gt;
Unlike resistors that follow Ohm's Law linearly, the LED exhibited non-linear (Non-Ohmic) behavior. While the current increased drastically from roughly 1mA to 37mA, the voltage across the LED only changed slightly (approx. 0.2V ~ 0.3V). This implies that the dynamic resistance of the LED decreases significantly in the forward-biased region.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Safety Consideration (Over-Current)&lt;/strong&gt;&lt;br&gt;
It is important to note that at a 6V input, the current reached approximately 37mA. Since standard 5mm LEDs typically have a maximum rated current of 20mA, driving the LED at 37mA exceeds its safe operating range. Prolonged operation at this level can lead to overheating and permanent damage. Therefore, in practical circuit design, a current-limiting resistor with a higher resistance value must be selected to maintain the current within a safe range (typically 10mA ~ 20mA).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;br&gt;
Through this experiment, we verified the operational characteristics of LEDs and 7-segment displays. We confirmed that LEDs require a minimum forward voltage to conduct and that their brightness is controlled by current. Additionally, the experimental data highlighted the importance of using appropriate resistors to protect the semiconductor elements from over-current damage due to their non-linear I-V characteristics.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;LED Serial &amp;amp; parallel measurement &amp;amp; conclusion&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fskf4abytiqr1wwxrf5zi.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fskf4abytiqr1wwxrf5zi.jpg" alt=" " width="800" height="1066"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fngth9pwb3lv9m6scthw4.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fngth9pwb3lv9m6scthw4.jpg" alt=" " width="800" height="1066"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In this experiment, the illumination of four light-emitting diodes (LEDs) was evaluated by configuring them in both parallel and series circuits with an applied source voltage of 3.5V. As observed in the visual data, the LEDs successfully illuminated in the parallel configuration but failed to emit light in the series configuration. This discrepancy can be attributed to Kirchhoff's circuit laws and the forward voltage (cut-in voltage) characteristics of the LEDs.&lt;br&gt;
Based on previous experiments, the forward voltage required to activate a single LED is approximately 2V. In a series configuration, the applied voltage is divided across each component. Consequently, applying 3.5V across four LEDs results in an insufficient voltage drop per LED (less than 1V), which is well below the 2V threshold required for activation. Therefore, to successfully illuminate the four LEDs in a series circuit, a total supply voltage of approximately 7V to 8V is necessary. Conversely, in a parallel configuration, the full 3.5V source voltage is applied uniformly across each parallel branch. Because this applied voltage exceeds the 2V forward voltage requirement, all four LEDs illuminate successfully.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;FND measurement &amp;amp; conclusion&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7a3uhmh6eyvxn8yjim65.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7a3uhmh6eyvxn8yjim65.jpg" alt=" " width="800" height="1066"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5hyg3i7qvmvmrw95d3ej.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5hyg3i7qvmvmrw95d3ej.jpg" alt=" " width="800" height="1066"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fu3snqpr6r3auipm3bm2k.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fu3snqpr6r3auipm3bm2k.jpg" alt=" " width="800" height="1066"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fma4vg0jdakwj64x79rye.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fma4vg0jdakwj64x79rye.png" alt=" " width="800" height="662"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In this experiment, numeric characters were implemented using a Seven-Segment Display. Among the two primary configurations—common anode and common cathode—the common anode type was utilized first. In a common anode display, all segment anodes are tied together to a positive voltage supply ($V_{CC}$), while the individual segments are activated by connecting their respective cathode terminals to ground.&lt;br&gt;
Although only a single display unit was used, rendering specific numbers required a substantial number of jumper wires. While the theoretical principle of displaying alphanumeric characters is straight forward once the pin configuration is understood, the practical implementation proved to be complex the dense cluster of jumper wires significantly increased the probability of wiring errors. Through these consecutive LED and Seven-Segment Display experiments, the fundamental principles of basic display implementation were successfully comprehended.&lt;/p&gt;

&lt;p&gt;Furthermore, the complexity and error-proneness experienced during manual wiring highlight the critical limitations of directly driving displays in practical circuits. Relying solely on jumper wires is inefficient and unscalable for multi-digit displays. To mitigate these issues in real-world applications, it is essential to utilize dedicated decoder/driver ICs (e.g., BCD-to-Seven-Segment decoders) or to implement multiplexing techniques. Ultimately, this foundational experiment not only demonstrates basic display operation but also provides practical insight into why digital logic controllers and driver circuits are indispensable in modern electronic display systems.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9qc5ekdfm3bmcb87dbde.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9qc5ekdfm3bmcb87dbde.png" alt=" " width="800" height="428"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>display</category>
      <category>segments</category>
      <category>semiconductor</category>
      <category>led</category>
    </item>
    <item>
      <title>ABOUT DISPLAY , TFT and Wire Bonding</title>
      <dc:creator>INSU SHIN</dc:creator>
      <pubDate>Sun, 08 Feb 2026 11:52:11 +0000</pubDate>
      <link>https://forem.com/insu/about-display-tft-and-wire-bonding-1hk6</link>
      <guid>https://forem.com/insu/about-display-tft-and-wire-bonding-1hk6</guid>
      <description>&lt;p&gt;This study is based on research and experimental work conducted on display devices and thin-film transistors (TFTs). The manuscript is written from the perspective of hands-on experience, describing the characteristics of each device as well as the wire bonding process, focusing on the concepts and practical knowledge acquired through experimentation.&lt;/p&gt;

&lt;p&gt;PROJECT DISPLAY &amp;amp; TFT&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Glass Cleaning&lt;/li&gt;
&lt;li&gt;OLED Manufacturing Process
&lt;/li&gt;
&lt;li&gt;OLED Measurement – 
(I-V-L Measurement system)&lt;/li&gt;
&lt;li&gt;TFT Measurement - (Probe Station)
&lt;/li&gt;
&lt;li&gt;OLED &amp;amp; TFT Wire Bonding&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;** Glass Cleaning**&lt;br&gt;
This process is designed to remove foreign substances and impurities from the glass substrate prior to the attachment of the PET film.&lt;/p&gt;

&lt;p&gt;It can classify total 9 steps.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Ultrasonic Cleaning (Acetone) - Submerge the glass in an acetone solution. Place it in the ultrasonic cleaner and process at 40℃ for 10 minutes.&lt;/li&gt;
&lt;li&gt;Rinsing - After 10 minutes, rinse the glass thoroughly with DI (Deionized) water.&lt;/li&gt;
&lt;li&gt;Ultrasonic Cleaning (IPA) - Submerge the glass in an IPA (Isopropy Alcohol) solution. Place it in the ultrasonic cleaner and process at 40℃ for 10 minutes.&lt;/li&gt;
&lt;li&gt;Rinsing - Rinse the glass again with DI water.&lt;/li&gt;
&lt;li&gt;Ultrasonic Cleaning (DI Water) - Submerge the glass in DI water. Place it in the ultrasonic cleaner and process at 40℃ for 10 minutes.&lt;/li&gt;
&lt;li&gt;Drying - After the final DI water rinse, hold the glass firmly with tweezers and remove all residual moisture and solution using N_2gas.&lt;/li&gt;
&lt;li&gt;Dehydration Bake - Place aluminum foil on a hot plate and set the glass on top (face up). Heat at 270℃for 30 minutes to ensure complete dehydration.&lt;/li&gt;
&lt;li&gt;NOA Coating (Planarization) - To ensure a smooth and level OLED surface, coat the glass with NOA (Norland Optical Adhesive). This step prevents potential contamination during the PET attachment process.
The substrate is secured via vacuum. Ensure the center is properly fixed to prevent the substrate from detaching.
Apply only enough NOA to cover the surface without overflowing.
Start the device using the dial; the coating process is complete once the waveform is confirmed on the display.&lt;/li&gt;
&lt;li&gt;UV Treatment - Place the glass on a temporary foil tray and transfer it to the UV chamber. Position the glass so its center aligns with the exposure mark. Operate the UV machine for 30 to 40 minutes to remove any remaining organic residues.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fin4qen31xq835a8420u4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fin4qen31xq835a8420u4.png" alt=" " width="800" height="213"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;OLED Manufacturing Process&lt;/strong&gt;&lt;br&gt;
 Substrate Preparation &lt;br&gt;
Glass is used as the base substrate. Once the glass cleaning is complete, a PET film is attached to the deposition side of the glass substrate using adhesive tape.&lt;/p&gt;

&lt;p&gt;Deposition Process(CVD) &lt;br&gt;
OLED fabrication utilizes CVD (Chemical Vapor Deposition). CVD is a process where organic and inorganic materials are deposited onto OLED devices through chemical reactions. These reactions are triggered by heating materials in a high-temperature, negative-pressure (vacuum) environment.&lt;/p&gt;

&lt;p&gt;Chamber Configuration and Material Handling&lt;br&gt;
When facing the equipment, the left chamber is dedicated to organic material deposition, while the right chamber is used for metal deposition.&lt;br&gt;
Transfer System - The interior of the transfer chamber, which houses the robotic arm, is filled with Nitrogen and maintained at positive pressure. The devices are moved between chambers exclusively by the robotic arm.&lt;/p&gt;

&lt;p&gt;Patterning with Masks&lt;br&gt;
Patterns are created by placing the substrate and overlaying it with a mask of the desired design. When organic and inorganic materials are deposited, they pass through the common openings of the masks, ensuring the materials are applied only to the specific intended areas.&lt;/p&gt;

&lt;p&gt;System Control and Precision&lt;br&gt;
Process parameters such as recipes, pressure, and temperature are configured and managed via a PC. This stage requires extreme precision, as even minute variations in these conditions can significantly impact the final quality and performance of the OLED device.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhw7bu401xnyu96p7mnx8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhw7bu401xnyu96p7mnx8.png" alt=" " width="800" height="378"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;**  TFT(Thin Film Transistor) Manufacturing Process **&lt;br&gt;
A Thin Film Transistor (TFT) is a fundamental component of modern displays, acting as a microscopic switch that controls each individual pixel. By regulating the flow of electricity, TFTs determine when a pixel turns on or off and how much light it emits, which is essential for rendering high-resolution images.&lt;/p&gt;

&lt;p&gt;Substrate Preparation and Dehydration&lt;br&gt;
The process begins with thorough glass cleaning (using the method previously described) to remove all foreign particles. After cleaning, the glass is baked in an industrial oven to eliminate any residual microscopic moisture. This dehydration step is critical to minimizing impurities that could compromise the thin film's integrity.&lt;/p&gt;

&lt;p&gt;Masking and Alignment&lt;br&gt;
A patterned mask is placed over the cleaned device and secured firmly. Before loading it into the sputtering system, a transparent acrylic plate is used to fix the masked device in the optimal position for IGZO (Indium Gallium Zinc Oxide)deposition.&lt;br&gt;
Purpose of Rigid Fixing - These multiple securing steps are implemented to prevent any displacement or vibration of the substrate during the process, ensuring maximum precision and accuracy.&lt;/p&gt;

&lt;p&gt;Characteristics of IGZO Material&lt;br&gt;
IGZO is a cutting-edge semiconductor material with a unique atomic arrangement that ensures stable performance. Its key advantages include:&lt;br&gt;
High Electron Mobility - It offers approximately 30 times higher electron mobility than conventional amorphous silicon (a-Si).&lt;br&gt;
Low Leakage Current - It significantly reduces power consumption, contributing to longer battery life in portable devices.&lt;/p&gt;

&lt;p&gt;Sputtering Process (Physical Vapor Deposition - PVD)&lt;br&gt;
The sputtering equipment utilizes the PVD (Physical Vapor Deposition)method. This is a physical deposition technique where high-energy ions collide with the target material, causing atoms to be ejected and subsequently form a thin film on the substrate.&lt;br&gt;
Operational Note - Due to the nature of this physical mechanism, the substrate must be loaded into the sputtering chamber with the deposition side facing the source material (IGZO) to ensure effective film formation.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F45vmhzlvqtlv3cinc84d.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F45vmhzlvqtlv3cinc84d.png" alt=" " width="357" height="192"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;** * OLED I-V-L Characterization (Device Performance Measurement)**&lt;br&gt;
The I-V-L system is used to measure and analyze the electro-optical characteristics of the fabricated OLED devices.&lt;/p&gt;

&lt;p&gt;System Startup and Calibration&lt;br&gt;
Power on the measurement equipment in the designated sequence.&lt;br&gt;
Launch the control software on the PC and verify that all three main components are successfully connected (indicated by green status lights).&lt;/p&gt;

&lt;p&gt;Sample Loading and Configuration&lt;br&gt;
Identify whether the device is Top Emission or Bottom Emission.&lt;br&gt;
Place the OLED device into the Sample Test Fixture (Dark Box)and toggle the corresponding switches to align with the device's pixel positions.&lt;br&gt;
Adjust the camera focus to monitor the emission area clearly.&lt;/p&gt;

&lt;p&gt;Functional Verification and Measurement (Sweep)&lt;br&gt;
Functional Check - In the 'One Point' session, apply a voltage of approximately 3V to 4V (Cell On)to verify that the device emits light normally. Once confirmed, turn the cell off.&lt;br&gt;
IVL Sweep Setup - Access the IVL Sweep mode to configure the measurement parameters:&lt;br&gt;
Start/Stop Value - Set the initial and final voltage levels.&lt;br&gt;
Step Value - Define the voltage increment for the sweep.&lt;br&gt;
Execution - Start the measurement to capture the electrical and optical data.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fihx3czxfo6hqv2jhoven.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fihx3czxfo6hqv2jhoven.png" alt=" " width="242" height="141"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Data Analysis and Visualization&lt;br&gt;
Upon completion, the measured data is exported to an Excel file to generate the following characteristic graphs Current-Voltage (I-V), Luminance-Voltage (L-V), Luminance-Current Density (L-J), Electroluminescence (EL) Spectrum&lt;br&gt;
In this session, measurements were conducted for Blue, QD (Quantum Dot) Blue, and Red OLED devices.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpwkj5q2jaalm2e9h16zy.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpwkj5q2jaalm2e9h16zy.png" alt=" " width="553" height="173"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;** Analysis of OLED Characterization Results**&lt;/p&gt;

&lt;p&gt;Current-Voltage (I-V) Characteristics&lt;br&gt;
Comparison of Blue and QD Blue - The current flow for both Blue and QD Blue devices is nearly identical. This confirms that the application of a QD (Quantum Dot) film is a passive process that does not alter the fundamental electrical properties of the underlying OLED device.&lt;br&gt;
Blue/QD Blue vs. Red - A significant difference in current behavior was observed between the Blue and Red devices. While the current for Blue and QD Blue increased sharply starting from 4V, the Red device did not show a substantial increase within the measured range (0V to 5V).&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fryk4rcgflyx2jx8j8het.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fryk4rcgflyx2jx8j8het.png" alt=" " width="795" height="234"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Luminance - Current Density (L-J) and Efficiency&lt;br&gt;
Efficiency Metric - The Luminance vs. Current Density graph serves as a key indicator of luminous efficiency, showing which device produces the most light for a given amount of electrical current.&lt;br&gt;
Device Performance - The data reveals that the Red device is the most efficient, as it reaches the benchmark luminance of 30cd/m² at the lowest current density among the three.&lt;br&gt;
Impact of QD Film - The QD Blue device exhibited the lowest luminance. This is attributed to the presence of the QD film on top of the Blue device, which causes some light loss or absorption, resulting in a dimmer appearance compared to the bare Blue device.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fp2zot41p2ir6o8jm4kbh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fp2zot41p2ir6o8jm4kbh.png" alt=" " width="540" height="116"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Spectral Analysis and Color Conversion&lt;br&gt;
Wavelength Distribution - The spectral peaks follow the order of Blue &amp;lt; QD Blue &amp;lt; Red, with Blue having the shortest wavelength.&lt;br&gt;
Color Shifting - It was observed that the Blue light shifted toward the red spectrum upon the application of the QD film.&lt;br&gt;
Conclusion - This experiment successfully demonstrated that attaching a QD film to a standard Blue OLED device allows for color conversion (wavelength shifting)without modifying the device's basic electrical characteristics, such as the I-V profile.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6d9ncy93nv2xphznzatn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6d9ncy93nv2xphznzatn.png" alt=" " width="222" height="156"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;** TFT Characterization using a Probe Station**&lt;br&gt;
The Probe Station is utilized to measure the electrical characteristics (such as I–V curves)of the fabricated Thin Film Transistor (TFT) devices.&lt;/p&gt;

&lt;p&gt;Device Loading and Stabilization&lt;br&gt;
Place the TFT substrate onto the stage inside the probe station.&lt;br&gt;
Activate the vacuum system to securely fix the device in place, ensuring stability during the measurement.&lt;/p&gt;

&lt;p&gt;Microscopic Alignment and Probing&lt;br&gt;
Using the integrated microscope, identify the precise locations of the Drain, Source, and Gate electrodes.&lt;br&gt;
Carefully adjust the probe arms to ensure that each probe tip makes accurate electrical contact with its corresponding electrode.&lt;/p&gt;

&lt;p&gt;Software Configuration and Parameter Setting&lt;br&gt;
Once a stable contact is confirmed, configure the measurement software on the PC by assigning the Drain, Gate, and Source terminals.&lt;br&gt;
Set the graph display to a Logarithmic (Log) Scale to clearly observe the subthreshold behavior and off-current.&lt;br&gt;
Define the specific measurement conditions, including the Drain Voltage V_D and Gate Voltage VGs weep ranges.&lt;/p&gt;

&lt;p&gt;Execution and Data Management&lt;br&gt;
Initiate the measurement to capture the transfer and output characteristics of the TFT.&lt;br&gt;
Upon completion, the data is automatically exported and saved as an Excel file, allowing for the analysis of current and voltage values under various conditions.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Foqmlb7i1leylx7rdahzq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Foqmlb7i1leylx7rdahzq.png" alt=" " width="478" height="447"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;**  Analysis of TFT Characterization Results**&lt;br&gt;
Our team conducted 5 to 6 measurements for each of the two fabricated TFT devices. Based on the resulting graphs, Device 1 (Left)demonstrated superior performance compared to Device 2 (Right). The analysis is based on the following observations:&lt;br&gt;
Consistency of Vth and Turn-on Voltage - The graphs indicate that Device 1 has a highly consistent Turn-on voltage and Threshold Voltage Vth across multiple sweeps.&lt;br&gt;
Stability in the Saturation Region - At a fully turned-on state Vgs = 30V, the Drain Current ID in Device 1 remained stable and uniform. In contrast, Device 2 exhibited fluctuating and inconsistent current flow in the same region.&lt;/p&gt;

&lt;p&gt;Conclusion - Device 2 showed higher deviation and lower reliability compared to Device 1. Therefore, Device 1 is identified as the better-performing TFT due to its superior electrical consistency and stability.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ful4xc57n13qot4s44ggw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ful4xc57n13qot4s44ggw.png" alt=" " width="531" height="163"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;**  Wire Bonding (TFT-OLED Interconnection)**&lt;br&gt;
Wire Bonding is the critical final stage where the TFT and OLED components are electrically connected. This step is vital as the quality of the interconnection directly determines the final device's overall performance.&lt;br&gt;
 Experimental Approach (Innovative Solution)&lt;br&gt;
For this experiment, our team utilized the internal metal wire from a bread twist tie. We carefully removed the outer plastic casing and adhesive to extract the conductive metal core.&lt;br&gt;
 Conductivity Verification&lt;br&gt;
Using an ohmmeter, we measured the resistance of the extracted wire, which was approximately 1.2Ω ~ 1.3Ω. We confirmed that this resistance level is low enough for effective signal transmission.&lt;br&gt;
 Interconnection Method &lt;br&gt;
We used Silver Paste to establish a secure electrical contact between the components. Specifically, we bonded the Source electrode of the TFT to the Anode of the OLED to complete the integrated circuit.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fd7zzuo6k139gixm0ngtt.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fd7zzuo6k139gixm0ngtt.png" alt=" " width="228" height="165"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;**  Analysis of OLED-TFT Wire Bonding Characterization Results**&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;First Measurment(Failed)
During the first attempt, the process required extreme caution as any leakage of silver paste into the channel could cause a short circuit. While we were able to measure the I-V curve of the TFT, the OLED device failed to emit light.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Failure Analysis &lt;br&gt;
After the unsuccessful trial, our team discussed and identified the following potential causes for the failure&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;OLED Device Issues - Since current was flowing but the device remained dark, we suspect an issue with the OLED itself. It is possible that the required driving current was excessively high, suggesting a need for a more efficient OLED device.&lt;/li&gt;
&lt;li&gt;Silver Paste Contamination (Short Circuit) - There is a possibility that the silver paste penetrated the channel, leading to leakage current where the current flows through unintended paths instead of the device.&lt;/li&gt;
&lt;li&gt;Poor Probe Contact - The failure may have resulted from unstable electrical contact between the probes and the electrodes (Poor Contact), preventing proper signal delivery to the device.&lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
&lt;li&gt;Second Measurment (Failed)
Recognizing the issues encountered in the previous attempt, our team conducted re-measurements on a different day. We meticulously applied conductive silver paste to ensure a precise connection solely between the Source and the Anode, avoiding any short circuits. Additionally, the probe contact was verified by the teaching assistant (TA) before proceeding.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;However, despite these efforts, only the I-V characteristic curves of the TFT were obtained, and the OLED device failed to emit light.&lt;br&gt;
Upon analyzing the measurement data, we suspected that the current flowing through the circuit was lower than the required driving current for the OLED.&lt;/p&gt;

&lt;p&gt;Consequently, we replaced the device with an OLED having a lower driving current requirement. Nevertheless, light emission was still not observed.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyr7c5sryjj5276pwwwzn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyr7c5sryjj5276pwwwzn.png" alt=" " width="142" height="188"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Third Measurment (Succes)
After seeking assistance from the TA, we inspected the device and observed that a specific section of the OLED was not turning on consistently. Hypothesizing that the operating voltage range was the issue, we shifted the Gate Voltage sweep range by +10V.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Instead of the original range of -30V to 30V, we adjusted the measurement range to -20V to 40V. Following this adjustment, all devices operated normally, and successful light emission was observed.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhdez00xwo2hfiilox6e8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhdez00xwo2hfiilox6e8.png" alt=" " width="543" height="131"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Discussion &amp;amp; Conclusion
Through the success of the final experiment, we clearly identified the root causes of the previous OLED emission failures&lt;/li&gt;
&lt;li&gt;Insufficient Current
The driving current required for the initial OLED was too high for the supplied current.&lt;/li&gt;
&lt;li&gt;Device Inconsistency
Certain parts of the OLED device showed inconsistent activation.&lt;/li&gt;
&lt;li&gt;Operating Voltage Range
The OLED device required a Gate Voltage above 30V to operate normally (The initial 30V limit was insufficient).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Through the failure and subsequent success of the TFT &amp;amp; OLED Wire Bonding experiment, we gained a comprehensive understanding of the OLED's driving current, operating voltage ranges, and the critical importance of precise bonding. Furthermore, we concluded that observing the TFT I-V characteristic curve alone is insufficient to verify the wire bonding result; the operating Gate Voltage plays a decisive role in the actual activation of the OLED.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft0pzkdfsxkulrqo11129.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft0pzkdfsxkulrqo11129.png" alt=" " width="327" height="183"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>반도체</category>
      <category>디스플레이</category>
      <category>트랜지스터</category>
      <category>와이어본딩</category>
    </item>
  </channel>
</rss>
