Phone

    00852-6915 1330

The Kynix Blog

Stay Ahead with Expert Electronics Insights,
Industry Trends, and Innovative Tips

Resistors

Types of Hard Disk Drive Interface

IntroductionThe hard disk interface is the connecting part between the hard disk and the host computer system, and its function is to transmit data between the hard disk cache and the host memory. Different hard disk interfaces determine the data transmission speed between the hard disk and the computer. In the entire system, the quality of the hard disk interface directly affects the speed of the program and the performance of the system. From this article, you can understand the connector concepts of IDE, SATA, SCSI, Fibre Channel (FC) and SAS and their development process, and finally two important interface protocols: AHCI and NVMe.SAS, SATA, SCSI, FC, and IDE ExplainedCatalogIntroductionⅠ Bus Interface TypesⅡ What is IDE?2.1 Integrated Drive Electronics Definition2.2 IDE Mode2.3 IDE Advantages and DisadvantagesⅢ What is SCSI?3.1 SCSI Basics3.2 SCSI VersionⅣ What is Fiber Channel (FC)?4.1 Overview of Fibre Channel4.2 Fibre Channel ProtocolⅤ What is SATA?5.1 Serial ATA Definition5.2 SATA Interface5.3 IDE vs SATA InterfaceⅥ What is M.2?Ⅶ What is SAS?Ⅷ Tech Guide: AHCI and NVMe Protocol8.1 AHCI Protocol8.2 NVMe Protocol8.3 Tech NoteⅠ Bus Interface TypesFrom an overall point of view, hard disk interfaces are divided into five types: parallel ATA (PATA, also called IDE or EIDE), SATA, SCSI, Fibre Channel, and SAS. IDE is mostly used in household products. And some of it are used in website servers. SCSI is mainly used in the server market. While Fibre Channel is only used in high-end servers and is expensive. SATA is now the mainstream hard disk. Most notebook computers and desktop computers use it, and solid state hard drives also use it. SAS is generally used in servers. It has fast transmission speed and strong reliability. Under the broad categories of IDE and SCSI, there has a variety of specific interface types that can be divided according to different technical specification and transmission speed. Ⅱ What is IDE?2.1 Integrated Drive Electronics DefinitionThe full name of IDE is "Integrated Drive Electronics", and its original meaning refers to the hard disk drive that integrates the "hard disk controller" and the "disk body". This approach reduces the number and length of cables for the hard disk interface, enhances the reliability of data transmission, and makes hard disk manufacturing easier. Many hard disks used to have IDE interfaces, but now almost all hard disk interfaces are standard with SATA.IDE represents a type of hard disk interfaces, but in actual applications, people are also used to call it the first IDE-type hard disk ATA-1. This type of interface has been eliminated with the development of technology. With the time passes, more types of hard disk interfaces are developed, such as ATA, Ultra ATA, DMA, Ultra DMA and other interfaces are all IDE hard disk interfaces.2.2 IDE ModeThere are three transmission modes for IDE: PIO (Programmed I/O), DMA (Driect Memory Access), and Ultra DMA (UDMA).The biggest drawback of PIO mode is that it consumes a lot of CPU resources. The IDE interface running in PIO mode has a data transfer rate ranging from 3.3MB/s (PIO mode 0) to 16.6MB/s (PIO mode 4). There are two types of DMA modes: Single-Word DMA and Multi-Word DMA. The highest transfer rate of Single-Word DMA mode is 8.33MB/s, and Multi-Word DMA (Double Word) can reach 16.66MB/s. The biggest difference between the DMA and the PIO is that the DMA mode does not rely too much on CPU instructions to run, which can save the processor's operating code.Due to the emergence and rapid popularity of the UDMA mode, PIO and DMA are immediately replaced by UDMA. UDMA is a standard protocol under the Ultra ATA system, which is based on the 16-bit Multi-Word DMA mode. One of the advantages of UDMA is that in addition to the advantages of DMA mode, it also applies CRC (Cyclic Redundancy Check) technology to enhance the performance of error detection and debugging during data transmission. Since the introduction of the Ultra ATA standard, its interface has applied DDR (Double Data Rate) technology to double the transmission speed, with a transmission speed of up to 100MB/s. 2.3 IDE Advantages and DisadvantagesAdvantages: Compatible and cost-effective.Disadvantages: slow data transmission speed, short cable length, fewer connected devices, no support for hot swap, poor upgrading ability of interface speed. Ⅲ What is SCSI?3.1 SCSI BasicsThe full name of SCSI is "Small Computer System Interface", which is a completely different interface from IDE. SCSI is not specifically designed for hard disks, but a high-speed data transmission technology widely used in minicomputers. It has the advantages of wide application range, multitask, large bandwidth, low CPU occupancy rate, and hot swap. So SCSI is mainly used in medium and high-end servers and high-end workstations. But the higher price makes it difficult to popularize like IDE. SCSI also has some potential problems. It has limited system BIOS support, and it has to be set for each computer. There's also no common SCSI software interface.Figure 1. SCSI Interface3.2 SCSI VersionSCSI VersionDescriptionsSCSI-1developed in 1986(obsolete)Introduced in 1979, supported synchronous and asynchronous SCSI peripherals.SCSI-2adopted in 1994Introduced in 1992, also known as fast SCSI, supported any SCSI device.SCSI-3debuted in 1995It is the standard currently in use. Ⅳ What is Fiber Channel (FC)?4.1 Overview of Fibre ChannelFibre Channel is the same as SCSI. It is not originally an interface technology developed for hard disk design and development, but specifically designed for network systems. However, as storage systems develop, they are gradually applied to hard disk systems. Fibre Channel is developed to improve the speed and flexibility of multi-disk storage systems. And it greatly improves the communication speed of multi-disk systems. The main characteristics of Fibre Channel are: hot swap, high-speed bandwidth, remote connection, large number of connected devices, etc. It can meet the high data transmission rate requirements of high-end workstations, servers, mass storage sub-networks, and peripherals for bidirectional and serial data communication through hubs, switches and point-to-point connection.4.2 Fibre Channel ProtocolFiber Channel ProtocolDescriptionsFC-0Physical layer, customizes different media, set transmission distance and signal mechanism standards, defines optical fiber, copper interfaces, and cable indicatorsFC-1Encode/DecodeFC-2Framing protocol /flow controlFC-3common services such as data encryption and compressionFC-4Protocol mapping layer, which defines the interface between fibre channel and upper-layer protocol. Upper-layer applications such as SCSI protocol, HBA FC-4 interface functions. FC-4 supports multiple protocols, such as FCP-SCSI, FC-IP, and FC-VI. Ⅴ What is SATA?5.1 Serial ATA DefinitionSATA stands for "Serial Advanced Technology Attachment" or "Serial ATA". It is an interface used to connect ATA hard drives to a computer's motherboard. SATA adopts serial connection mode. Serial ATA bus uses embedded clock signal, which has stronger error correction ability. Compared with the past, its biggest difference is that it can check transmission instructions (not just data). Errors are automatically corrected, which greatly improves the reliability of data transmission.Now the general interface is SATA interfaces. The reason why it can replace IDE is because the performance of the SATA is much better than that of the IDE. SATA speed is also much higher than IDE, and it also supports hot swap/hot-plugging.5.2 SATA InterfaceMost of the computers we use are also SATA interfaces. The current SATA interface has three versions 1.0, 2.0, and 3.0. The larger the version number, the later it appears, the better the performance, which mainly due to the faster data transfer rate. SATA 3.0 is the most common interface used today, though there have been four revisions since its introduction, namely 3.1 through 3.4. The SATA interface version is backward compatible, and the higher version is compatible with the lower. Some SATA hard disks provide jumpers. Due to the jumper settings are different, the version number of the SATA interface of the same hard disk is different. In addition, the actual transfer rate of the interface requires the support of the SATA motherboard.SSD has better performance, smaller size, and higher interface requirements. High-performance SSDs have basically switched to M.2, U.2 and PCIe, but SATA interfaces will not be eliminated in a short time. It is still in mainstream market, especially the HDD market. The SATA 3.3 specification upgraded by SATA-IO also brings some new features, optimizing the support of SMR, and can be powered off remotely. SMR shingled magnetic recording technology can increase the storage density of HDD by 25%.The SATA interface entered the 6Gbps era from the 3.0 standard in 2009. In 2011, SATA 3.1 was updated, SATA 3.2 was updated in 2013, and then SATA 3.3 was updated in 2016. These subversion upgraded have not brought many new functions. After all, the bottleneck of HDDs is not the speed, and it is difficult to make big improvements from the interface. 5.3 IDE vs SATA InterfaceSATA hard disk has a new design structure, fast data transmission, save space, and many other advantages over IDE hard disk:1) SATA hard disk has a higher transmission speed than IDE hard disk. SATA can provide a peak transfer rate of 150MB/s. It will reach 300 MB/s and 600 MB/s with the development. At that time, we will get a transfer rate nearly 10 times faster than IDE hard drives.2) Compared with the PATA40-pin data cable of IDE hard disks, the SATA cable is small and thin. And the transmission distance is long, which can be extended to 1 meter, making it easier to install equipment and wiring in the machine. Because the size of the connector is small, this kind of cable effectively improves the air flow inside the computer and also speedsthe heat dissipation in the case.3) Thepower consumption has been reduced. SATA hard drives can work with 500 mA of current.4) SATA can be backward compatible with PATA devices by using multi-purpose chipsets or serial-parallel converters. Since SATA and PATA can use the same drive, there is no need to upgrade or change the operating system.5) SATA does not need to set the master and slave disk jumpers. The BIOS will number it in the order of 1, 2, 3. Whilethe IDE hard disk needs to set the master and slave disks through jumpers.6) SATA also supports hot plugging and can be used like a U disk. IDE hard disks do not support hot swap. Ⅵ What is M.2?The M.2 interface is a new interface specification. It is a new standard tailored for Ultrabooks to replace the original mSATA interface. Whether it is a smaller size or higher transmission performance, M.2 is far better than mSATA.M.2 interfaces are generally divided into two types. When buying M.2 SSDs, you need to pay attention to internal agreements. One is to use the traditional SATA AHCI protocol, which has no difference in performance with ordinary SATA solid hard drives; another is to use the brand-new NVMe protocol, which can provide SSD performance up to 3000MB/s or more. Ⅶ What is SAS?SAS (Serial Attached SCSI) is a new generation of SCS technology, which is the same as the current popular SATA technology. It uses serial technology to obtain higher transmission speed and improves internal space by shortening the cable. SAS is a new interface developed after the parallel SCSI. This interface is designed to improve the performance, availability, and expandability of the storage system, and to provide compatibility with the SATA.SAS technology can be backward compatible with SATA. Specifically, the compatibility of the two is mainly reflected in the compatibility of the physical part and the protocol. At the physical layer, the SAS interface and the SATA interface are fully compatible, and the SATA hard disk can be directly used in the SAS environment. In terms of interface standards, SATA is a sub-standard of SAS, so the SAS controller can directly control SATA hard drives, but SAS cannot be directly used in the SATA environment. Because the SATA controller cannot control the SAS hard disk. As for the protocol, SAS is composed of three types of protocols, which use corresponding protocols for data transmission according to different devices. Among them, the serial SCSI protocol (SSP) is used to transmit SCSI commands, the SCSI management protocol (SMP) is used to maintain and manage connected devices, and the SATA channel protocol (STP) is used to transfer data between SAS and SATA. Therefore, under the cooperation of three protocols, SAS can seamlessly work with SATA and some SCSI devices.The backplane of the SAS system can be connected to dual-port, high-performance SAS drives and high-capacity, low-cost SATA drives. So SAS drives and SATA drives can exist in a storage system at the same time. But it should be noted that the SATA system is not compatible with SAS, so SAS drives cannot be connected to the SATA backplane. Due to the compatibility of the SAS system, users can use hard drives with different interfaces to meet the capacity or performance requirements of various applications. So they have more flexibility when expanding the storage system, allowing storage devices to maximize application benefits.In the system, each SAS port can connect up to 16256 external devices, and SAS adopts a point-to-point serial transmission directly with a transmission rate of up to 3Gbps. It is estimated that there will be 6Gbps or even 12Gbps high-speed interfaces in the future. The SAS interface performance has also been greatly improved. It also provides 3.5-inch and 2.5-inch interfaces, so it can meet the requirements of different server environments. SAS relies on SAS expanders to connect more devices. Most expanders have 12 ports.Compare with the traditional parallel SCSI, SAS has a significant increase in interface speed. With the use of serial cables, it not only can achieve a longer connection distance, but also improve the anti-interference ability. In addition, this cable can also significantly improve the heat dissipation inside the chassis. Ⅷ Tech Guide: AHCI and NVMe ProtocolHere we will focus on the AHCI protocol and NVMe protocol of the solid state drive (SSD).There are two mainstream transmission protocols for SSD (Solid State Drive): One is the AHCI protocol, and the other is the NVMe protocol.8.1 AHCI ProtocolAdvanced Host Controller Interface (AHCI), sets the operation of Serial ATA (SATA) host controllers in a non-implementation-specific manner in its motherboard chipsets. That is, AHCI allows storage drivers to connect advanced SATA functions. When we use SATA SSD, we must enable AHCI mode in the motherboard settings. This is because when the AHCI mode is turned on, the number of useless seeks of the SSD can be greatly shortened and the data search time can be reduced. So that the SSD under multi-tasking can exert all the performance and effects. According to related performance tests, after the AHCI mode is turned on, the SSD read and write performance is increased by about 30%. However, with the gradual enhancement of SSD performance, these standards have also become a major bottleneck restricting solid state drives. Because the AHCI standard designed for hard disk drives is not suitable for low-latency solid state drives.8.2 NVMe ProtocolAnother transmission protocol is the NVMe protocol that represents the future performance trend. The so-called NVMe protocol is to make full use of the low latency and parallelism of PCI-E channels, greatly improve the read and write performance of SSDs under controllable storage costs. It reduces the high latency caused by the AHCI, and completely liberates ultimate performance of SATA SSD.NVMe Specification1.0 (March 2011)1.1 (October 2012)1.2 (November 2014)Fabric's NVMe (2014)NVM-MI (November 2015)1.3 (April 2017)1.4 (July 2019)Due to the flash memory particles and the main control, the SSD(solid state drives) price with M.2 NVMe protocol is very high, which is about twice the price of SATA SSD. So buy the corresponding level of solid state hard drive based on the configuration and requirements of the computer. Otherwise it will cause performance waste.In terms of software layer, the delay of NVMe standard is less than half of AHCI. NVMe streamlines the calling method and does not need to read registers when executing commands. Each command of AHCI needs to read registers 4 times, which consumes 8000 CPU times in total loop, causing a delay of about 2.5 ms. NVMe can support receiving commands and prioritizing requests from multi-core processors at the same time.NVMe has automatic power state switching and dynamic power management functions. The device can switch to Power State 1 after being idle for 50ms from Power State 0. If it continues to be idle, it will enter Power State 2 with lower power consumption after 500ms. There will be a short delay when switching. The SSD can be controlled at a very low level when it is idle. In terms of power management, the NVMe SSD will have a greater advantage than the AHCI SSD. This is important for mobile devices, which can significantly increase the power endurance of notebooks. Moreover, NVMe SSD can be easily matched to different platforms and systems, and can work normally without the corresponding driver provided by the manufacturer. At present, Windows, Linux, Solaris, Unix, VMware, UEFI, etc, support the NVMe SSD.PCIe SSDs based on the NVMe protocol far exceed the traditional AHCI-based SATA SSDs in terms of performance and practicability. It can be said to be the future of the development of the SSD industry. But the traditional SATA interface will become the first choice for ordinary machine installations under the background of reduced manufacturing costs.8.3 Tech Note8.3.1 PCI-E BasicPCI-E (peripheral component interconnect express) is a high-speed serial computer expansion bus standard. Its original name is "3GIO". It was proposed by Intel in 2001 to replace the old PCI, PCI-X, and AGP bus standard. It belongs to high-speed serial point-to-point high-bandwidth dual-channel transmission. The connected devices allocate exclusive channel bandwidth and do not share bus bandwidth. It mainly supports active power management, error reporting, end-to-end reliable transmission, hot plugging, quality of service ( QOS), and other functions. PCI-E also has a variety of specifications, from PCI-E x1 to PCI-E x32, which can meet the needs of low-speed devices and high-speed devices in a certain period of time in the future.The PCI-E bus protocol can be directly connected to the CPU with almost no delay, making it an excellent companion to the NVMe standard. In the era of the AHCI standard, the actual performance of PCIe can hardly be exerted due to the agreement limit.Table: PCle VersionVersionYearDescriptionPCIe 1.0a2003The data rate per channel is 250 MB/s, and the transmission rate is 2.5 GT/s.PCIe 1.12005The data rate has not changed and it is fully compatible with PCIe 1.0a.PCIe 2.02007It doubles the transfer rate from PCIe 1.0 to 5 GT/s, and the throughput per channel rises from 250 MB/s to 500 MB/s.PCIe 2.12009Its speed is the same as PCIe 2.0, supporting troubleshooting system.PCIe 3.02010Transmitter and receiver equalization, PLL improvements, clock data recovery, and channels are all improved.PCIe 3.12014Various improvements based on the PCIe 3.0 specifications.PCIe 4.02016Double the bandwidth provided by PCIe 3.0, maintain software support, and have backward compatibility for the used mechanical interfaces.PCI-E SD 7.02018A new generation of SD 7.0 standard specifications 8.3.2 Interface Size IntroductionThe size and application of the hard disk can be divided into:0.85 inches, mostly used in portable devices such as mobile phones.1 inch, mostly used in digital cameras (CF type II interface).1.8 inches, used in some notebook computers and external hard disk enclosures.2.5 inches, commonly used in notebook computers and external hard disk enclosures.3.5 inches, mostly used in desktop computers. External hard drive enclosures with 3.5-inch requires an external power supply. Frequently Asked Questions about Hard Disk Drive Interface1. Which is a hard disk interface?Today's hard drives use SATA or SAS interfaces, which are the serial versions of their PATA and SCSI predecessors. SATA drives are found in every personal computer, and SAS drives, which are enterprise class, are found in servers and high-end workstations. 2. What are the three most common types of hard drive interfaces?There are three different kinds of hard drives: SATA, SSD and NVMe. 3. What is the fastest hard drive interface?PCIe provides a faster interface speed than SATA. An SSD connected via a PCIe 3.0 x16 interface can have a link speed of 16 Gb/s. In contrast the SATA 3.0 standard only provides 6.0 Gb/s. Solid State Drives (SSDs) come in a number of different form factors and are available with different interface connects. 4. What are the types of drive interfaces?Hard disk drives are accessed over one of a number of bus types, including parallel ATA (PATA, also called IDE or EIDE; described before the introduction of SATA as ATA), Serial ATA (SATA), SCSI, Serial Attached SCSI (SAS), and Fibre Channel. 5. What is PATA hard disk?Parallel ATA (Parallel Advanced Technology Attachment or PATA) is a standard for connecting hard drives into computer systems. As its name implies, PATA is based on parallel signaling technology, unlike serial ATA (SATA) devices that use serial signaling technology. 6. Can I connect a SATA hard drive to an IDE motherboard?Yes now you can connect the SATA hard drive to an IDE motherboard very easy. Just visit your near computer hardware shop or amazon to search “SATA bilateral IDE” card. This card will covert the SATA hard desk to IDE. After this your hard desk can be connected IDE motherboard. 7. Why is SCSI still used?It's a fast bus that can connect lots of devices to a computer at the same time, including hard drives, scanners, CD-ROM/RW drives, printers and tape drives. Other technologies, like serial-ATA (SATA), have largely replaced it in new systems, but SCSI is still in use. 8. Can I replace an ATA drive with a SATA drive?Replacing the ATA drive with a SATA drive you will need the SATA drivers for your system unless the bios is set to IDE emulation. Windows won't recognize the drive without the drivers installed or IDE emulation turned on. 9. Is NVMe and M 2 the same?NVMe stands for Non-Volatile Memory Express, and it refers to the way in which data is moved, rather than the shape of the drive itself. ... There are some NVMe drives that are designed to fit into a standard PCIe motherboard slot much like a graphics card, but most NVMe drives use the M. 2 form factor. 10. What is a m2 SATA drive?M. 2 is a form factor for SSDs (solid-state drives) that's shaped like a stick of gum. These SSDs are generally faster but more expensive than traditional, 2.5-inch SSDs. Thin laptops are increasingly using M. 2 SSDs because they take up less room than 2.5-inch SSDs or hard drives.
kynix On 2020-09-03   41052
Resistors

What Is a Thermal Fuse and How Does It Work?

CatalogⅠ What is a Thermal Fuse?Ⅱ What is the structure of Fuse?Ⅲ How can Thermal Fuses be classified?Ⅳ What are the characteristics of the Thermal Fuse?Ⅴ What are the types of Thermal Fuse?Ⅵ How does a Thermal Fuse work?Ⅶ Precautions for Thermal FuseⅧ Some Frequently Asked Questions about Thermal Fuse Ⅰ What is a Thermal Fuse?A thermal fuse is a new type of electrical overheating protection element. This kind of element is usually installed in heat-prone electrical appliances. Once the electrical appliance fails and generates heat, when the temperature exceeds the abnormal temperature, the thermal fuse will automatically fuse to cut off the power supply to prevent the electrical appliance from causing a fire. The thermal fuse is the same as the fuse we are familiar with. It usually only serves as a powerful path in the circuit. If it does not exceed its rated value during use, it will not fuse and will not have any effect on the circuit. It will fuse and cut off the power circuit only when the electrical appliance fails to produce abnormal temperatures. This is different from a fused fuse, which is blown by the heat generated when the current exceeds the rated current in the circuit.Ⅱ What is the structure of Fuse?Generally, a fuse is composed of three parts: one is the melted part, which is the core of the fuse, which cuts off the current when it is blown. The melt of the same type and specification of the fuse must have the same material, the same geometric size, and the resistance value. It should be as small as possible and consistent. The most important thing is to have the same fusing characteristics. Household fuses are usually made of lead-antimony alloys.  The second is the electrode part, usually two. It is an important part of the connection between the melt and the circuit. It must have good electrical conductivity, should not produce obvious installation contact resistance; third is the bracket part, the melt of the fuse is generally slender and soft, the function of the bracket is to fix the melt and make the three parts a rigid whole for easy installation and use, It must have good mechanical strength, insulation, heat resistance, and flame resistance, and should not be broken, deformed, burned, or short-circuited during use.Ⅲ How can Thermal Fuses be classified?The thermal fuse can be divided into:According to the material: it can be divided into the metal shell, plastic shell, oxide film shellAccording to temperature: it can be divided into 73 degrees 99 degrees 77 degrees 94 degrees 113 degrees 121 degrees 133 degrees 142 degrees 157 degrees 172 degrees 192 degrees... • Commonly used fuse specifications Ⅳ What are the characteristics of the Thermal Fuse?Thermal fuse has the characteristics of accurate melting temperature, high withstand voltage, small size and low cost. The thermal fuse shell is marked with the rated temperature value and the rated current value, it is not difficult to identify, and it is very convenient to use. It can be widely used in electrical equipment, electric heating equipment and practical electrical appliances for overheating protection. Thermal fuse mainly has the following parameters: ①Rated temperature: Sometimes called the operating temperature or fusing temperature, it refers to the temperature at which the temperature rises to the fusing temperature at a rate of 1°C per minute under no-load conditions. ②Fusing accuracy: refers to the difference between the actual fusing temperature of the thermal fuse and the rated temperature. ③Rated current and rated voltage: Generally, the nominal current and voltage of thermal fuse have a certain margin, usually 5A and 250V. Thermal fuse is a one-time-use protection element. Its use affects not only depends on the performance of the element itself but more importantly, on how to select and install the thermal fuse correctly. The thermal fuse is generally connected in series in the circuit when it is used. Therefore, when choosing a thermal fuse, its rated current must be greater than the current used in the circuit. Never allow the current through the thermal fuse to exceed the specified rated current. Before selecting the rated temperature of the thermal fuse, you must understand and measure the temperature difference between the temperature to be protected and the location where the planting fuse is installed.  In addition, the length of the fusing time and the availability of ventilation are also closely related to the selection of the rated temperature of the thermal fuse. Ⅴ What are the types of Thermal Fuse?There are many ways to form a thermal fuse. The following are three common ones:• The first type: Organic Thermal FuseIt is composed of a movable contact (sliding contact), a spring (spring), and a fusible body (electrically nonconductive thermal pellet). Before the thermal fuse is activated, the current flows from the left lead to the sliding contact and flows through the metal shell to the right lead. When the external temperature reaches a predetermined temperature, the organic melt melts and the compression spring becomes loose. That is, the spring expands, and the sliding contact is separated from the left lead. The circuit is opened, and the current between the sliding contact and the left lead is cut off.  • The second type: Porcelain Tube Type Thermal FuseIt is composed of an axisymmetric lead, a fusible alloy that can be melted at a specified temperature, a special compound to prevent its melting and oxidation, and a ceramic insulator. When the ambient temperature rises, the specific resin mixture begins to liquefy. When it reaches the melting point, with the help of the resin mixture (increasing the surface tension of the melted alloy), the molten alloy quickly shrinks into a shape centered on the leads at both ends under the action of the surface tension. Ball shape, thereby permanently cutting off the circuit. • The third type: Square Shell-type Thermal FuseA piece of fusible alloy wire is connected between the two pins of the thermal fuse. The fusible alloy wire is covered with a special resin. Current can flow from one pin to the other. When the temperature around the thermal fuse rises to its operating temperature, The fusible alloy melts and shrinks into a spherical shape and attaches to the ends of the two pins under the action of surface tension and the help of special resin. In this way, the circuit is permanently cut off. Ⅵ How does a Thermal Fuse work?When the current flows through the conductor, the conductor will generate heat because of the resistance of the conductor. And the calorific value follows this formula: Q=0.24I2RT; where Q is the calorific value, 0.24 is a constant, I is the current flowing through the conductor, R is the resistance of the conductor, and T is the time for the current to flow through the conductor. According to this formula, it is not difficult to see the simple working principle of the fuse. When the material and shape of the fuse are determined, its resistance R is relatively determined (if the temperature coefficient of resistance is not considered). When current flows through it, it will generate heat, and its calorific value will increase with the increase of time. The current and resistance determine the speed of heat generation. The structure of the fuse and its installation status determines the speed of heat dissipation. If the rate of heat generation is less than the rate of heat dissipation, the fuse will not blow. If the rate of heat generation is equal to the rate of heat dissipation, it will not fuse for a long time. If the rate of heat generation is greater than the rate of heat dissipation, then more and more heat will be generated.And because it has a certain specific heat and quality, the increase in heat is manifested in the increase in temperature. When the temperature rises above the melting point of the fuse, the fuse blows. This is how the fuse works. We should know from this principle that you must carefully study the physical properties of the materials you choose when designing and manufacturing fuses, and ensure that they have consistent geometric dimensions. Because these factors play a crucial role in the normal operation of the fuse. Similarly, when you use it, you must install it correctly. Ⅶ Precautions for Thermal FuseThe following items must be observed to ensure the normal operation of the fuse:1 Each thermal fuse has rated current and voltage, melting temperature (Tf), operating temperature (Th), and maximum temperature (Tm), which must be used under specified parameters. 2 When selecting the fuse installation location, be careful not to shift the stress to the fuse due to the vibration in the finished product and the displacement of other accessories. 3 It must be installed in a place where the temperature will not rise above the maximum operating temperature after the thermal fuse is blown. 4 Can not be used in liquids or in machines where the humidity is maintained above 95%. 5 The thermal fuse should be installed in a place that can only sense the heat source of the thermal fuse. When it is unavoidable in the structure, a thermal barrier should be installed. For example, when installing on a heater, be careful not to connect directly to prevent the hot wire from heating to the thermal fuse 6 To increase the current flow of the thermal fuse, if it is connected in parallel or continues to pass overcurrent and overvoltage, the internal contact of the thermal fuse will be damaged, which will affect its normal operation. Therefore, it cannot be used under the above conditions. Although the thermal fuse has high reliability in design, the abnormal situation that a single thermal fuse can deal with is limited after all. Coupled with man-made or unpredictable force majeure, the thermal fuse is damaged and cannot function normally, and the circuit cannot be cut off in time when the machine is abnormal. Therefore, when the machine is overheated, when the wrong action directly affects the human body, when there is no circuit cut-off device other than the fuse, and when a high degree of safety is required, two or more thermal fuses with different fusing temperatures should be used. Ⅷ Some Frequently Asked Questions about Thermal Fuse1. How is a thermal fuse different from an electric fuse?An electric fuse is a common name of a thermal fuse. The thermal fuse is of two types.The one which melts at a certain high temperatureThe one which disconnects due to sub-zero temperature as required.Hypo thermal fuse is made of Biometal but a simple electric thermal fuse can be of any metal or alloy.There is another fuse that does not blow but disconnects the electric circuit. This is called a magnetic fuse. This used in circuit breaker. 2. Are thermal fuses universal?If by “universal” you mean “one size fits all”, then no. Thermal fuses come in a range of temperatures. The only ones I’ve bought are to replace failed ones in coffee makers, and I picked ones rated at around 110*C with an appropriate current capacity. Did not search for anything else, but higher current capacity units must exist.For those who have not run into these devices, they operate like any other fuse in that they are installed in series with the power source, but are designed to be relatively insensitive to current and to open when their temperature exceeds the design point. A valuable safety device in heated appliances. 3. How do I test a dryer thermal fuse?First of all, understand that once a certain amount of current goes through any kind of fuse, the fuse blows and can only be replaced, not repaired. So then, the only test you really want to do is to see if the fuse can still conduct electricity. Unplug the power cable and disconnect either end of the thermal fuse. Connect any cheap ohm meter to the loose end and the other end. If you get a reading, you may consider the fuse to be good. Don’t have a meter? In that case, you can use an old flashlight bulb (not LED), along with a battery and a piece of wire to test the fuse. Press the base of the bulb against one node of the battery while pressing the opposite end of the battery to one of the 2 fuse connections. At the same time, hold a test wire between the side of the bulb and the other fuse wire. If the fuse is good, the light will turn on. 4. How do I know if my thermal fuse is blown?Using a digital or analog multimeter, or other resistance-measuring instruments, check the resistance across the thermal fuse (preferably when it’s out of the circuit, which can affect the reading), If you read continuity (in the range of several ohms or less, depending on its rating), the fuse is still functional. If you read an open circuit, the fuse is blown, and has to be replaced. 5. How do you test a fuse using a multimeter?Testing connectivity is the best way of testing a fuse. A fuse works as long as its two terminals are connected by wire i.e. the two terminals of the fuse are shorted. If the connectivity test fails then it is sure that the fuse isn’t working. However, there might arise a case if the fuse isn’t using proper material. There might not be any connectivity, however, testing the resistance between the two terminals would give a small non-zero value. Even in such cases, we say that the fuse is working. However, such cases rarely exist and if they do we don’t consider as a good fuse (at least for the small power applications like a household) 6. What is the function of the thermal fuse of an electric fan?When the oil in the cheap sleeve bearings in the cheap shaded pole motor gets gummy, the motor will start drawing more current and run hotter. If the motor is not re-lubricated in a timely manner, eventually the sleeve bearings will get stuck and the rotor will fail to turn. This results in a locked-rotor condition and the windings draw more current and produce more heat than they can dissipate with no airflow over them to provide cooling. Eventually, the enamel insulation degrades and gets hot enough to smoke, possibly producing shorted turns that draw even more current.  The thermal fuse is a safety device to prevent the cheap motor from actually catching on fire. Sometimes the fuse can be replaced and the bearings can be relubricated to get another year or two of service if the windings haven’t discolored from overheating, but you can be sure that the end is near. You are better off getting a fan motor with sealed ball bearings. They cost more but last much longer, and usually give you a warning by making a rattling noise when the bearings start to wear out rather than seizing silently. 7. What material is used for making electrical fuses and why?Electrical fuses are generally made from materials having low melting. It acts as a low resistance path when the current flowing through it exceeds its rating by even a small amount. This is done to protect an electrical device from getting damaged. Thus, it acts as an overcurrent protection device. During faults, especially short circuit faults, when heavy currents suddenly flow, the fuse wire gets heated up and melts down, thereby preventing damage and fires from occurring. The fuse wires in general are made of nichrome, etc. 8. What is a fuse?It’s a safety device used to provide overcurrent protection of a circuit. Its main component is a metal wire/strip that melts when there’s too much current flowing through it and thus interrupts the current. This element can be made of zinc, copper, silver, aluminum, or some alloys. Fuse body is made of ceramic, glass, fiberglass, molded mica laminates or molded compressed fiber. 9. What is the difference between fuse and circuit breaker?Fuse-it is such a type of device which breaks the circuit one time when overcurrent in the circuit. you cannot break the circuit or open-close according to your choice.Breaker-it is such type of electrical equipment which breaks when overcurrent, other faulty conditions in the circuit. you can easily control the breaker for opening and closing the circuit ut is such a type of automatic switch. Mainly the big breakers are mainly run with the help of a relay. 10. What causes fuses to blow?A fuse is a safety device that should protect the rest of the circuit from (more) damage when there is a FAULT in the circuit. This can be caused by:component failurewiring failureplacing a load in the circuit that exceeds the Circuits safe level.Note that some circuits (example: motors) can have a very large starting current and special (slow blow) fuses are designed for this type of load.
kynix On 2021-03-06   36621
Resistors

High Input Impedance and Low Output Impedance in Op Amp Circuit

"What Are Input and Output Impedance in Op-Amps?" - "1.1 Impedance Overview" -> "Understanding Impedance Basics" - "1.2 Input Impedance of Op-Amp" -> "Why Does an Op-Amp Need High Input Impedance?" - "1.3 Output Impedance of Op-Amp" -> "Why Does an Op-Amp Need Low Output Impedance?" - "1.4 Ideal Op Amp Impedance" -> "Ideal vs. Practical Op-Amp Impedance" - "Ⅱ High Input Impedance and Low Output Impedance Effect" -> "The Effects of High Input and Low Output Impedance" - "Ⅲ How to Calculate Input Impedance and Output Impedance" -> "How to Calculate Op-Amp Impedance"- Missing or improvable schema types detected: Missing Article schema, FAQPage schema.- Sections with vague/unsupported claims: "A small amount of current is decreased by any electrical input..." (Rewritten for technical accuracy: "Every electrical input sources or sinks a small amount of leakage current."); Formula for impedance was inverted (ΔI/ΔV instead of ΔV/ΔI) and has been corrected.- Estimated content freshness score: 5/10-->Summary: Operational amplifiers (op-amps) rely on extremely high input impedance to prevent signal degradation and very low output impedance to drive loads effectively. Understanding how to calculate and optimize these impedance values is critical for preventing loading effects and ensuring accurate signal amplification in modern circuit design.IntroductionThe input and output impedance of an amplifier is the ratio of voltage to current flowing in or out of these terminals. The input impedance may depend upon the source supply feeding the amplifier, while the output impedance may also vary according to the load impedance (RL) across the output terminals. Ideally, op-amps are supposed to have zero output impedance and infinite input impedance. However, practical op amp input impedance and output impedance are finite, making them critical factors in the design of any robust electronic circuit. What Are Input and Output Impedance in Op-Amps?Understanding Impedance BasicsIn electronic circuits, impedance defines the complex relationship between voltage and current. It is a combination of resistance (which is frequency-independent) and reactance (which is frequency-dependent, driven by inductors and capacitors). The input impedance of an op-amp acts as the load impedance to the preceding signal source. Conversely, the output impedance of the op-amp acts as the source impedance to the subsequent load receiving the amplified signal. Understanding these parameters is essential for proper impedance matching and signal integrity.Why Does an Op-Amp Need High Input Impedance?While the input impedance of an ideal op-amp is assumed to be infinite, practical devices always draw a microscopic amount of bias current. Every electrical input sources or sinks a small amount of leakage current, which can be modeled as a high-value resistor connected in parallel to the input terminals. Modern CMOS op-amps can achieve input impedances in the tera-ohm ($10^{12} \Omega$) range, drastically reducing this current draw.Although input impedance is typically represented as a simple resistor, the input terminals also possess a tiny parasitic capacitance. At lower frequencies, this capacitance is negligible. However, at high frequencies, this parasitic capacitance provides a substantial load for AC signals, hindering rise and fall times and potentially causing severe signal distortion.Why Does an Op-Amp Need Low Output Impedance?An ideal amplifier should be capable of driving infinite current into any load without voltage loss, but practical op-amps have strict physical limitations. For instance, the widely used LM358 op-amp can typically source only 40mA and sink 20mA of current. This restriction in the output drive capability is modeled as a small internal resistor placed in series with an ideal voltage source.Because the actual output voltage is measured after this internal resistor, overloading the op-amp causes a significant voltage drop across it. Consequently, the delivered voltage falls short of the amplifier's intended output. To counter this limitation when driving heavy loads, engineers often add an external discrete output stage (like a push-pull transistor buffer) to boost current capacity.Ideal vs. Practical Op-Amp ImpedanceAn ideal op-amp features infinite input impedance and zero output impedance. Infinite input impedance ensures that absolutely no current flows into or out of the inverting and non-inverting terminals. Zero output impedance guarantees that the output voltage remains perfectly stable, regardless of the current demanded by the load.ParameterIdeal Op-AmpPractical Op-Amp (e.g., CMOS)Input ImpedanceInfinite (∞)Very High (Mega-ohms to Tera-ohms)Output ImpedanceZero (0 Ω)Very Low (10 to 100 ohms)Op Amp Impedance MatchingThe Effects of High Input and Low Output ImpedanceHigh input impedance ensures that the amplifier draws virtually no current from the preceding signal source. Because op-amps are primarily voltage-gain devices, their core task is to convert a low-energy, voltage-driven signal into a higher-voltage output without distorting the original source.Preventing the Loading Effect: If the input impedance were low, the op-amp would draw excessive current, causing a voltage drop across the source's internal resistance and degrading the signal.Maximizing Voltage Transfer: According to Ohm's Law (V=IR), a higher input impedance ensures that the maximum possible voltage drops across the amplifier's input terminals rather than being lost in the source wiring.Safe Current Management: Low impedance circuits can inadvertently trigger high current draws, which may damage sensitive sensor outputs. High input impedance safely isolates these delicate components. How to Calculate Op-Amp ImpedanceImpedance is mathematically represented by the ratio of voltage variation (ΔV) to current variation (ΔI). For an op-amp, the variation in the input common-mode voltage range is measured against the variation in the input bias current to determine dynamic input impedance.Input Impedance and Output Impedance of AmplifierUsing the voltage divider principle, you can determine the actual input and output voltages of an amplifier based on its gain, source impedance, and output impedance. The formula for the effective input voltage is:Vin = Vsource • (Zin / (Rs + Zin)) ......(1)Where Vin is the actual voltage the amplifier receives, Vsource is the original source voltage, Zin is the amplifier's input impedance, and Rs is the source's internal impedance.Similarly, you can calculate the voltage delivered to the load:Vload = Vout • (Rload / (Rload + Zout)) ......(2)Where Vload is the voltage dropped across the load, Vout is the amplifier's internal generated output voltage, Rload is the load resistance, and Zout is the amplifier's output impedance.To measure the output impedance practically, you can model it as a Thevenin equivalent circuit:Zout = Vo / Isc ......(3)Where Vo is the open-circuit output voltage, and Isc is the short-circuit output current. This formula assumes a strictly linear relationship between the output voltage and current.ConclusionOp-amps are essential in circuit designs where the input impedance must be vastly larger than the source impedance, and the effective output impedance must be infinitesimal compared to the load. The specific demands of your application will dictate the required precision of the op-amp. Ultimately, the input and output impedance of amplifiers stem from internal parasitic resistance and capacitance. By understanding these physical limits and applying the correct voltage divider formulas, engineers can design highly efficient, distortion-free amplification stages. Frequently Asked QuestionsWhat happens if an op-amp has low input impedance?If an op-amp has low input impedance, it draws excessive current from the signal source. This creates a loading effect, causing a significant voltage drop across the source's internal resistance. Consequently, the amplifier receives a degraded signal, leading to inaccurate amplification and potential signal distortion.Which type of op-amp provides the highest input impedance?Modern CMOS (Complementary Metal-Oxide-Semiconductor) and JFET operational amplifiers provide the highest input impedance. Unlike older bipolar junction transistor models like the LM741, CMOS op-amps can achieve input impedances in the tera-ohm range, drawing nearly zero bias current from the source.How does a unity-gain buffer utilize impedance matching?A unity-gain buffer leverages the op-amp's extremely high input impedance and near-zero output impedance to bridge circuits. It prevents a low-impedance load from drawing too much current from a high-impedance source, ensuring the signal voltage transfers perfectly without degradation or power loss.Can you measure op-amp output impedance directly with a multimeter?No, you cannot measure an active op-amp's output impedance directly using a standard multimeter's resistance setting. Instead, you must calculate it dynamically by measuring the open-circuit output voltage, applying a known load resistor, measuring the loaded voltage drop, and using the voltage divider formula.{ "@context": "https://schema.org", "@graph":[ { "@type": "Article", "headline": "Op Amp Input and Output Impedance Guide", "datePublished": "2021-01-23T15:45:51Z", "dateModified": "2026-03-19T15:12:00+08:00", "author": { "@type": "Organization", "name": "ApogeeWeb" }, "publisher": { "@type": "Organization", "name": "ApogeeWeb" } }, { "@type": "FAQPage", "mainEntity":[ { "@type": "Question", "name": "What happens if an op-amp has low input impedance?", "acceptedAnswer": { "@type": "Answer", "text": "If an op-amp has low input impedance, it draws excessive current from the signal source. This creates a loading effect, causing a significant voltage drop across the source's internal resistance. Consequently, the amplifier receives a degraded signal, leading to inaccurate amplification and potential signal distortion." } }, { "@type": "Question", "name": "Which type of op-amp provides the highest input impedance?", "acceptedAnswer": { "@type": "Answer", "text": "Modern CMOS (Complementary Metal-Oxide-Semiconductor) and JFET operational amplifiers provide the highest input impedance. Unlike older bipolar junction transistor models like the LM741, CMOS op-amps can achieve input impedances in the tera-ohm range, drawing nearly zero bias current from the source." } }, { "@type": "Question", "name": "How does a unity-gain buffer utilize impedance matching?", "acceptedAnswer": { "@type": "Answer", "text": "A unity-gain buffer leverages the op-amp's extremely high input impedance and near-zero output impedance to bridge circuits. It prevents a low-impedance load from drawing too much current from a high-impedance source, ensuring the signal voltage transfers perfectly without degradation or power loss." } }, { "@type": "Question", "name": "Can you measure op-amp output impedance directly with a multimeter?", "acceptedAnswer": { "@type": "Answer", "text": "No, you cannot measure an active op-amp's output impedance directly using a standard multimeter's resistance setting. Instead, you must calculate it dynamically by measuring the open-circuit output voltage, applying a known load resistor, measuring the loaded voltage drop, and using the voltage divider formula." } } ] } ]}
Kynix On 2021-01-23   35438
Resistors

Capacitor Basics: Capacitor Types

I IntroductionA capacitor is an electronic component composed of an insulator between two conductors, like a sandwich. We can understand it as a container that holds the electric charge. In actual capacitors, two conductors are filled with an insulating dielectric. There are numerous types of dielectrics, so the types of capacitors formed are also different. For example, according to dielectric materials, capacitors can be divided into gas dielectric capacitors, liquid dielectric capacitors, inorganic solid dielectric capacitors, and organic solid dielectric capacitors; according to polarity, they can be divided into polarized capacitors and non-polarized capacitors. This article will introduce the various types of capacitors in detail and some additional basic knowledge of them, mainly explaining from the perspective of the manufacturing process and structure.Capacitors: types, use and testing. CatalogI IntroductionII The Basic Principle of CapacitorsIII Film Capacitor  3.1 Metal Foil Film Capacitor  3.2 Metallized Film CapacitorIV Electrolytic Capacitor  4.1 Aluminum Electrolytic Capacitors  4.2 Tantalum Electrolytic Capacitors  4.3 Niobium Electrolytic CapacitorsV Ceramic Capacitor  5.1 Ceramic Disc Capacitor  5.2 Multi-layer Ceramic Capacitor  5.3 Monolithic Capacitors  5.4 Classification of Ceramic MediaVI SupercapacitorVII Fixed, Trimmer and Variable Capacitors  7.1 Mica Capacitor  7.2 Paper Capacitor  7.3 Trimmer Capacitor  7.4 Variable CapacitorVIII Comparison of Polarized Capacitors and Non-polarized Capacitors  8.1 Medium  8.2 Performance  8.3 Capacity  8.4 Structure  8.5 Application Environments and UseIX Axial and Radial Leaded CapacitorsX A Quiz About Capacitor TypesⅪ FAQII The Basic Principle of CapacitorsCapacitors, along with inductors and resistors, are the three basic passive devices in electronics. The function of the capacitor is to store electrical energy in the form of electric field energy.Taking the parallel plate capacitor as an example, we briefly introduce the basic principle of capacitance.Figure1. Parallel Plate CapacitorAs shown in the figure above, a DC voltage is applied to two metal plates that are close to each other and are parallel to each other (the dielectric between the plates). After stabilization, the metal plate connected to the positive electrode of the voltage will exhibit a certain amount of positive charge, while the metal plate connected to the negative electrode of the voltage will exhibit an equal amount of negative charge. In this way, an electrostatic field is formed between the two metal plates, so the capacitor stores electrical energy in the form of electric field energy, and the stored charge is Q. The amount of charge stored in the capacitor Q is related to the voltage U and its own property (that is, the capacitance value C), that is, Q=U*C. According to the theoretical derivation, the capacitance formula of the parallel plate capacitor is as follows:In this formula:C is the capacitance value, the unit is F (Farad)ε is the dielectric constant of the medium, F/mS is the area of the metal flat plate, m²d is the distance between metal plates, mThe ideal capacitor contains a dielectric, and there is no free charge, so it is impossible to produce charge movement, which is the current.  How does the ideal capacitor pass AC power? AC PowerVoltage can form an electric field inside the capacitor, and alternating voltage will produce an alternating electric field. According to the law of full current in Maxwell's equations:This means that either a current or a changing electric field can generate a magnetic field. Maxwell defines ε(∂E/∂t) as a displacement current, which is an equivalent current and represents the change of the electric field. (The current here represents the current density, or J)Let the AC voltage change sinusoidally, ie:The actual displacement current is equal to the current density times the area:Therefore, the capacitive reactance of the capacitor is 1/ωC. When the frequency is high, the capacitive reactance will be very small, which means passing the high frequency. DC BlockingThe DC voltage does not change with time, the displacement current ε(∂E/∂t) is 0, and the DC component cannot pass through.The characteristics of actual capacitors are non-ideal and have some parasitic effects; therefore, a more complicated model is needed to represent the actual capacitors. The commonly used equivalent model is as follow:Figure2. Equivalent ModelSince the medium is not absolutely insulated, there is a certain conductivity; therefore, any capacitor has a leakage current, expressed by the equivalent resistance Rleak;The conductors and electrodes of the capacitor have a certain resistivity, and there is a certain dielectric loss of the dielectric; these losses are uniformly expressed as the equivalent series resistance ESR;There is a certain inductance in the conductor of the capacitor, which has a greater impact at high frequencies, expressed as the equivalent series inductance ESL;In addition, there is a certain hysteresis in any medium, that is, after the capacitor is quickly discharged, the voltage is suddenly disconnected, and the capacitor will recover part of the charge, which is represented by a series RC circuit(Related post: LC circuit).Most of the time, the main concern is the ESR and ESL of the capacitor. Quality FactorAs with inductors, the quality factor of the capacitor can be defined, which is the Q value, which is the ratio of the stored power of the capacitor to the power loss:Qc=(1/ωC)/ESRThe Q value is a relatively important parameter for high-frequency capacitance. Self-Resonance FrequencyBecause of the existence of ESL, a resonant circuit is formed together with C, and its resonant frequency is the self-resonant frequency of the capacitor. Before the self-resonant frequency, the impedance of the capacitor becomes smaller as the frequency increases; after the self-resonant frequency, the impedance of the capacitor becomes smaller as the frequency increases, which is inductive. As shown in the following figure:Figure3. Self-Resonance FrequencyAccording to the capacitance formula, in addition to the size of the capacitor, the size of the capacitance is related to the Permittivity of the dielectric. The performance of the dielectric affects that of the capacitor, and different media are suitable for different manufacturing processes.Capacitors can be divided into three main categories according to the manufacturing process: Film Capacitor Electrolytic Capacitor Ceramic CapacitorIII Film CapacitorFilm capacitors are made by winding two plastic films with metal electrodes into a cylindrical shape, and finally encapsulated; because its medium is usually plastic material, also known as plastic film capacitors. Its internal structure is rough as shown in the following figure:Figure4. The Structure of Film CapacitorFilm capacitors can be divided into two categories according to the manufacturing process of their electrodes:3.1 Metal Foil Film Capacitor For metal foil film capacitors, a thin metal foil, usually aluminum foil, is directly added to the plastic film as an electrode. This process is relatively simple, the electrode is easy to lead out, and can be applied to large current occasions.3.2 Metallized Film CapacitorMetalized film capacitors form a thin metal surface directly on the surface of the plastic film by vacuum deposition process as an electrode. Because the thickness of the electrode is very thin, it can be wound into a capacitor with a larger capacity. However, due to the thickness of the electrode, it is only suitable for small current applications.Figure5. Metallized Film ConstructionThe metalized film capacitor has the function of self-repair, that is, if there is a breakdown point inside the capacitor, an avalanche effect will occur at the damaged place, and the vaporized metal will form a vaporized assembly surface at the damaged place, the short circuit disappears, and the damaged point is repaired. Therefore, the reliability of the metalized thin film capacitor is very high, and will not fail due to a short circuit. There are two winding methods for film capacitors:Inductive winding method Before winding, the lead has been connected with the internal electrode.After the non-inductive winding method, gold plating and other processes are used to connect the internal electrodes of the two end surfaces into one surface, so that a smaller ESL can be obtained, and the high frequency performance should be higher.In addition, there is a laminated type non-inductive capacitor, the structure is similar to MLCC, the performance is better, and it is easy to make SMD package.Figure6. Winding MethodsThe characteristic of the film capacitor is that it can achieve large capacity and high withstand voltage. However, due to process reasons, its size is difficult to be small, and it is usually used in strong electric circuits, such as the power electronics industry.Figure7. Winding MethodsIV Electrolytic CapacitorElectrolytic capacitors use metal as an anode, and form a metal oxide film on the surface as a medium, and then wet or solid electrolyte and metal as a cathode. Electrolytic capacitors are mostly polarized. If the metal on the cathode side also has an oxide film, it is a non-polarized electrolytic capacitor.Depending on the metal used, there are three types of electrolytic capacitors:4.1 Aluminum Electrolytic CapacitorsAluminum electrolytic capacitors should be the most widely used electrolytic capacitors and the cheapest. Its basic structure is shown in the following figure:Figure8. The Structure of Aluminum Electrolytic CapacitorThe manufacturing process of aluminum electrolytic capacitors is roughly as follows:First, the aluminum foil will form a very rough surface by electroetching process, which increases the surface area of the electrode and can increase the capacitance;The anode is oxidized by a chemical method to form an oxide layer as a medium;Then, a layer of electrolytic paper is added between the anode aluminum foil and the cathode aluminum foil as a separator, and is pressed and wound;Finally, fill the electrolyte, the electrolytic paper will absorb the electrolyte, and the package is molded.Wet aluminum electrolytic capacitors using electrolyte are the most widely used, with the advantages of large capacitance, high rated voltage, and low cost. The disadvantages are also obvious, that is, shorter life, poor temperature characteristics, and larger ESR and ESL. For hardware development, it is necessary to avoid over-design. In the case of meeting performance requirements, cheap is the biggest advantage.Recommendation: How to Test Aluminum Electrolytic Capacitors4.2 Tantalum Electrolytic CapacitorsThe most widely used tantalum electrolytic capacitor should use manganese dioxide as a solid electrolyte. The internal structure of the solid tantalum electrolytic capacitor is rough as shown in the figure below:Figure9. The Internal Structure of the Solid Tantalum Electrolytic CapacitorCompared with aluminum electrolytic capacitors, the dielectric constant of tantalum oxide (tantalum pentoxide) is much higher than that of aluminum oxide (aluminum oxide). With the same volume, the capacity of tantalum capacitors is larger than that of aluminum electrolytic capacitors. Tantalum capacitors have a longer life and more stable electrical performance.Figure10. The Internal Structure of the Solid Tantalum Electrolytic CapacitorTantalum capacitors also use conductive polymer as electrolyte, the structure is similar to the manganese dioxide tantalum capacitor in the above figure, which is to replace manganese dioxide with a conductive polymer. Conductive polymers have higher conductivity than manganese dioxide, so ESR will be lower. In addition, there are wet tantalum capacitors, which are characterized by super large capacity, high withstand voltage, and low DC leakage current, which is mainly used in military and aerospace fields.Figure11. Wet Tantalum Capacitors4.3 Niobium Electrolytic CapacitorsNiobium electrolytic capacitors are similar to tantalum electrolytic capacitors, in that niobium and its oxides replace tantalum. The dielectric constant of niobium oxide (niobium pentoxide) is higher than that of tantalum oxide (tantalum pentoxide). The performance of niobium capacitors is more stable and more reliable.V Ceramic CapacitorCeramic capacitors use ceramic materials as dielectric materials. There are many types of ceramic materials with different dielectric constants and stability, which are suitable for different occasions.Ceramic capacitors mainly include the following:5.1 Ceramic Disc CapacitorThe main advantage of the ceramic capacitor is that it can withstand high voltage, and it is usually used as a safety capacitor, which can withstand 250V AC voltage. Its appearance and structure are shown below:Figure12. The Structure of Ceramic Disc Capacitor5.2 Multi-layer Ceramic CapacitorMulti-layer ceramic capacitors, that is, MLCCs, chip multi-layer ceramic capacitors are currently the most widely used capacitor types in the world. Their standardized packaging and small size are suitable for automated high-density chip production.The internal structure of the multilayer ceramic capacitor is shown below:Figure13. Internal Structure of Chip Multilayer Ceramic Capacitor5.3 Monolithic CapacitorsBecause multilayer ceramics need to be sintered and porcelainized to form an integrated structure, the multilayer ceramic capacitors in lead packages are also called monolithic capacitors.The structure of monolithic capacitors is that several ceramic film blanks are covered with electrode paddle material, and after being laminated, they are wound into an inseparable whole at a time, and the outside is encapsulated with resin.Monolithic capacitors are a new type of capacitors with small volume, large capacity, high reliability and high-temperature resistance. Low-frequency monolithic capacitors with high dielectric constant also have stable performance and are actively small.5.4 Classification of Ceramic MediaAccording to EIA-198-1F-2002, ceramic media are mainly divided into four categories:Class I: Ceramic medium with temperature compensation characteristics, the dielectric constant is mostly low, not more than 200. It is usually a paraelectric medium. Under temperature, frequency and bias voltage, the dielectric constant is relatively stable and the change is small. The loss is also very low, the dissipation factor is less than 0.01.Figure14. Coding of Class 1 Capacitors According to EIA SpecificationThe most stable and most used is the C0G capacitor, or NP0. NP0 is the code name for the IEC/EN 60384-1 standard as Negative Positive Zero, using N and P for Positive and Negative deviations.Due to the low dielectric constant, the capacitance value of C0G capacitor is small and can be up to 0.1uF. The 0402 package usually has a maximum of 1000pF. Class II, III: Among them, the temperature characteristic A-S belongs to Class II, and the dielectric constant is about several thousand. The temperature characteristic T-V belongs to Class III, and the dielectric constant can be as high as 20000. It can be seen that the performance of Class III is more unstable. According to the classification of IEC, both Class II and III belong to the second category, high dielectric constant media. For example, X5R and X7R are Class II capacitors, which are widely used in power supply decoupling, while Y5V belongs to Class III capacitors, and their performance is not stable.Figure15. EIA Coding of Class 2 and 3 CapacitorsThe capacitance value of Class II and III capacitors can be up to several hundred uF, but due to the high dielectric constant medium, most of them are ferroelectric medium (Ferroelectric), and the temperature stability is poor. In addition, the dielectric constant of ferroelectric media will decrease under DC bias voltage. Class IV: The manufacturing process is different from the usual ceramic materials. The internal ceramic particles are all a thin oxide layer on the outside, and the core is a conductor. This type of capacitor has a large capacity but a small breakdown voltage. Due to the unstable performance and high loss of these capacitors, they have been basically eliminated.VI SupercapacitorSupercapacitor refers to a new type of energy storage device between a traditional capacitor and a rechargeable battery. There are two ways to store charge: EDLC and pseudocapacitance. It not only has the characteristics of rapid charge and discharge of the capacitor but also has the energy storage characteristics of the battery. The capacity of the supercapacitor is particularly large. It can replace the battery as a power supply device, and can also be used in conjunction with the battery. Supercapacitors charge fast, can be fully charged and discharged, and can be charged to any desired voltage, as long as the rated voltage is not exceeded. There are many applications of supercapacitors, for example, many cities in China have supercapacitor electric buses. There are also applications in some electronic products, such as some driving recorders, which can continue to supply power for several days.Figure16. SupercapacitorsVII Fixed, Trimmer and Variable CapacitorsA capacitor with a fixed capacitance is called a fixed capacitor. According to the different media can be divided into ceramics, mica, paper, film, electrolysis. Having described film capacitors, electrolytic capacitors, and ceramic capacitors, let's look at the other two types of fixed capacitors.  7.1 Mica CapacitorMica capacitors can be divided into foil type and silver type. Silver electroplating is very direct on mica sheets by vacuum evaporation or sintering method. Due to the elimination of the air gap, the temperature coefficient is greatly reduced and the capacitance stability is higher than foil type. Mica capacitors are widely used in high-frequency electrical appliances and can be used as standard capacitors. The glaze capacitor is made of a special mixture with a concentration suitable for spraying into a film. The medium is then sintered with a silver layer electrode to form a "monolithic" structure. Glass glaze capacitor is comparable to a mica capacitor in performance and can withstand various climates. It can generally work at 200℃ or higher, with rated working voltage up to 500 V and loss tan = 0.0005 ~ 0.008.Figure17. Silver Mica Capacitors7.2 Paper CapacitorPaper capacitors are widely used in radio and electronic equipment. Generally, two aluminum foils are used as electrodes, which are separated by overlapping winding of capacitor paper with a thickness of 0.008 ~ 0.012 mm. Simple manufacturing process, low price, can obtain a large capacitance, generally below 0.25 F, but the capacity error is large and difficult to control, good quality is ±10%, loss (tan ≤ 0.015), temperature and frequency characteristic stability is poor. The paper capacitors commonly used in the past are non-sealed, impregnated only with ground wax, paraffin wax and chlorinated diphenyl, etc., which are prone to aging and poor stability. They are easily affected by humidity, insulation resistance decreases after being affected by moisture, and atmospheric pressure also affects them. The paper capacitor whose core is sealed inside the metal or ceramic tube is of good quality and has little influence on the external climatic conditions. It can be normally used in the situation with the relative humidity up to 95 ~ 98 %. The electrode of metalized paper capacitor uses vacuum evaporation to directly attach the metal to the capacitor paper, which is only about 1/4 of the volume of the ordinary paper capacitor. Its main feature is its "self-recovery" function, that is, it can be "self-healing" after a breakdown. It is an improved type of paper capacitor. Oil-immersed capacitors have a higher voltage than ordinary paper capacitors, good stability, suitable for high-voltage circuits.Paper capacitors are intermediate frequency capacitors, which are generally used in low-frequency circuits and usually cannot be used in frequencies higher than 3 ~ 4 MHz.Figure18. Paper Capacitor7.3 Trimmer CapacitorTrimmer capacitors, also called semi-variable capacitors, have a capacitance that can be adjusted within a small range and fixed to a certain capacitance value after adjustment.Ceramic trimmer capacitors are of high quality and small size, and can usually be divided into two types: round tube type and round chip type.Trimmer capacitors for mica and polystyrene media are usually of spring-loaded structure, which is simple in structure but less stable.The wire-wound porcelain trimmer capacitor is used to change the capacitance by removing the copper wire (external electrode), so the capacitance can only be reduced and is not suitable for repeated debugging.7.4 Variable CapacitorAs the name implies, a variable capacitor means that the capacitance value can vary over a large range and can be determined to a certain value. Variable capacitors are divided into two forms: film medium and air medium. It is commonly used in coupling and tuning circuits, such as double capacitors, ceramic capacitors and so on.VIII Comparison of Polarized Capacitors and Non-polarized Capacitors8.1 MediumWhat is the medium? To put it bluntly, is the substance between the two plates of the capacitor. Most polarized capacitors use an electrolyte as the dielectric material. Generally, capacitors of the same volume have large polar capacitance. In addition, different electrolytic materials and processes produce polarized capacitors of the same volume. Furthermore, pressure resistance is also closely related to the use of dielectric materials. There are likewise many non-polarized capacitor dielectric materials, most of which use metal oxide film and polyester. Because the reversible or irreversible performance of the medium determines the use environment of polarized and non-polarized capacitors.8.2 PerformancePerformance is the requirement for use, and maximum demand is the requirement for use. If the metal oxide film capacitor is used for filtering in the power supply part of the TV, the capacitor capacity and withstand voltage required by the filtering must be achieved. Maybe only a power supply can be installed in this case. Therefore, only polarized capacitors can be utilized for filtering, and these capacitors are irreversible. In other words, the positive electrode must be connected to the high potential end, and the negative electrode must be connected to the low potential end. Generally, the electrolytic capacitor is above 1 microfarad for coupling, decoupling, power supply filtering, etc. Non-polarized capacitors are mostly below 1 microfarad, participating in resonance, coupling, frequency selection, current limiting, etc. Of course, there are also large-capacity and high-pressure-resistant ones, which are mostly used for reactive power compensation of electric power, phase shifting of motors, and frequency shifting power supply. There are many types of non-polarized capacitors, so this article won’t go into detail.Figure19. Classification of Capacitors8.3 CapacityAs mentioned earlier, the electrical media of the same volume are different, so the capacity is not equal.8.4 StructureIn principle, any shape capacitors can be used in the environment without considering the tip discharge. The electrolytic capacitors (polarized capacitors) that are usually used are round, and the square ones are rarely utilized. The shape of non-polarized capacitors varies. Like tube shape, deformed rectangle, sheet shape, square shape,combined square shape and round shape, etc., see where it is used. Of course, there are invisible. Intangible here refers to distributed capacitance. The distributed capacitance must not be ignored in high-neck and intermediate-frequency devices.8.5 Application Environments and UseIn the repair of home appliances, all of the above may be found. If you want to understand in a simple way, you have to find out by yourself.Because of the relationship between its internal materials and construction, the capacity of polarized capacitors (such as aluminum electrolysis) can be very large, but its high-frequency characteristics are not good, so it is suitable for power supply filtering and other occasions, but there are also good high-frequency characteristics. Polarized capacitor-tantalum electrolysis, its price is relatively high; Non-polarized capacitors are small in size, low in price, and satisfactory in high-frequency characteristics, but they are not suitable for large capacity. Like ceramic capacitors, monolithic capacitors, and polyethylene (CBB) capacitors, ceramic capacitors are generally used in high-frequency filtering and oscillation circuits.Figure20. Axial and Radial Type ConstructionIX Axial and Radial Leaded CapacitorsOne method of packaging capacitors is the lead structure.   Axial capacitance refers to the capacitance of the two pole leads on the same axis. Generally, it is a non-inductive structure. It is made of metalized polyester film as the dielectric/electrode. The wire is tinned copper clad steel wire (or flexible wire), the outer layer is wrapped with polyester tape, and both ends are sealed with epoxy resin.Figure21. Axial Lead StructureAxial leads (the leads are on the same plane as the capacitor axis) are radial leads. The figure below shows an example of a radial lead. The lead is in the radial position of the capacitor. Critical dimensions are lead spacing "S", height "H", length "L" and thickness "P'. Because they are inserted on the printed circuit board rather than on the surface of the circuit board like surface mount components, axial And radial elements are collectively referred to as "plug-in elements".Figure22. Radial Lead StructureX A Quiz About Capacitor TypesQuestion:The capacitors which use chemical reactions to store charge are calledA.ceramic capacitorsB.fixed capacitorsC.parallel plate capacitorsD.electrolytic capacitorsAnswer:D Ⅺ FAQ1. How do you identify a capacitor?Ceramic types of capacitors generally have a 3-digit code printed onto their body to identify their capacitance value in pico-farads. Generally, the first two digits indicate the value of the capacitor and the third digit indicates the number of zero's to be added. 2. What are the 2 types of capacitors?Capacitors are divided into two mechanical groups: Fixed capacitors with fixed capacitance values and variable capacitors with variable (trimmer) or adjustable (tunable) capacitance values. The most important group is the fixed capacitors. Many got their names from the dielectric. 3. Can a 440v capacitor be used for a 230v application?The 440 volts listed on the cap is the maximum allowable voltage the capacitor can handle. You could actually use a 370-volt cap on 230 volts. ... Capacitor is connected in series with the auxiliary winding of the motor. Since winding is inductive, the voltage across the capacitor is much higher than the supply voltage. 4. What side of the capacitor is positive?Electrolytic capacitors have positive and negative sides. To tell which side is which, look for a large stripe or a minus sign (or both) on one side of the capacitor. The lead closest to that stripe or minus sign is the negative lead, and the other lead (which is unlabeled) is the positive lead. 5. What does 50 uF mean on a capacitor?It's a symbol that means micro so 50 μF means 50 microfarads or 000050 Farads. The farad is such a large unit that the microfarad is the practical unit for capacitance. 6. What are capacitors in parallel called?When capacitors are connected in parallel, the total capacitance is the sum of the individual capacitors' capacitances. If two or more capacitors are connected in parallel, the overall effect is that of a single equivalent capacitor having the sum total of the plate areas of the individual capacitors. 7. Are AC and DC capacitors interchangeable?You can use AC caps on DC. AC caps have a much higher DC rating. All capacitors have microscopic air bubbles between the foil layers. DC is just a special case where the polarity of the voltage does not change, so you can use AC capacitors - as is - in a DC application. 8. Which type of capacitor is polarized?The only type of capacitor that is polarized (works differently depending on which way the current is flowing) is the electrolytic capacitor. Electrolytic capacitors have higher capacitance, but for most purposes, the non-polarized capacitor is preferred. 9. What is the main function of the capacitor?A capacitor is an electronic component that stores and releases electricity in a circuit. It also passes alternating current without passing direct current. A capacitor is an indispensable part of electronic equipment and is thus almost invariably used in an electronic circuit. 10. What happens if you use the wrong size capacitor?If the wrong run capacitor is installed, the motor will not have an even magnetic field. This will cause the rotor to hesitate at those spots that are uneven. This hesitation will cause the motor to become noisy, increase energy consumption, cause performance to drop, and cause the motor to overheat. 
kynix On 2020-06-17   28556
Resistors

A Guide to Color Code of Resistor

IntroductionIn 2025, while surface mount technology (SMT) dominates mass production, the ability to read resistor color codes remains a fundamental skill for electronics prototyping, repairs, and education. Color bands are used to identify leaded resistors, typically with a power rating of up to one watt. The international standard IEC 60062 specifies this coding system, which applies to both resistors and capacitors.This system allows engineers and hobbyists to quickly identify resistance values without a multimeter. While digital marking codes are common on SMD resistors, the color band system remains the global standard for through-hole components.Figure: A guide to the resistor color code standard. Several bands provide the complete data for the component. They indicate the resistance value, tolerance, and sometimes the failure rate (reliability). Resistors typically have between three and six bands. The first two (or three) bands represent the significant digits of the resistance value, followed by a multiplier band. Resistance levels are standardized into specific series (E-series) of preferred values.Video: Visual guide to understanding resistor color codes.Ⅰ 1 Ohm Resistor Color Code1.1 Color Code Of 1 Ohm 4-Band ResistorThe resistor color code table is used to determine the value. Below is the breakdown for a 1 Ohm, 4-band resistor:Figure: Color code of 1Ω 4-band resistor.BandColorValue1st BandBrown 12nd BandBlack 03rd Band (Multiplier)Gold x 0.14th Band (Tolerance)Gold ±5%Calculation1st digit: 12nd digit: 0Multiplier: 0.11 OhmTolerance: ±5% Calculation logic:1st-band = Brown = 1 (1st digit)2nd-band = Black = 0 (2nd digit)3rd-band = Gold = 0.1 (Multiplier)4th-band = Gold = ±5% (Tolerance) Formula: $10 \times 0.1 = 1 \Omega$.Tolerance range: 5% of 1Ω is 0.05Ω. Theoretically, the actual resistance of a 1Ω resistor lies between 0.95Ω and 1.05Ω. Note on Low Values: For low-value resistors (under 10 Ohms), the multiplier band is often Gold (x0.1) or Silver (x0.01). In modern IEC 60062 standards, a Pink band is sometimes used for x0.001 multipliers in high-precision shunts. In 4- and 5-band resistors, the last band indicates tolerance. Gold indicates ±5%, Silver ±10%, Brown ±1%, and Red ±2%. If the fourth band is missing, the tolerance is standardized at ±20% (rare in 2025). 1.2 Color Code Of 1 Ohm 5-Band ResistorThe 1 Ohm 5-band resistor color code is Brown, Black, Black, Silver, Black:Figure: Color code of 1Ω 5-band resistor.1st-band = Brown = 1 (1st Digit)2nd-band = Black = 0 (2nd Digit)3rd-band = Black = 0 (3rd Digit)4th-band = Silver = x 0.01 (Multiplier)5th-band = Black = ±1% (Tolerance) For a 1 Ohm 5-band precision resistor, the calculation is $100 \times 0.01 = 1 \Omega$. The tighter tolerance (Black band = 1%) makes these ideal for current sensing applications. 1.3 Frequently Asked Questions about 1 Ohm Resistor1. What does a 1 ohm resistor do?A 1 Ohm resistor is often used as a current sense resistor (shunt) to measure current flow or to simulate a specific load. In power supplies, it can also act to simulate the ESR (Equivalent Series Resistance) of a large capacitor. 2. What is the definition of 1 ohm?The Ohm is the SI unit of electrical resistance. 1 Ohm is defined as the resistance between two points of a conductor when a constant potential difference of 1 volt applied between these points produces a current of 1 ampere. 3. Is 1 ohm a lot of resistance?No, 1 Ω is a very small amount of resistance. It is close to a short circuit. Resistances in electronic circuits usually range from hundreds (Ohms) to millions (Megaohms). 4. What is the formula for resistance?Rearranging Ohm's Law ($V = I \times R$) gives $R = V / I$. Therefore, 1 Ohm = 1 Volt per Ampere. Ⅱ 10 Ohm Resistor Color Code2.1 Color Code of 10 Ohm 4-Band ResistorThe 4-band 10 Ohm resistor color code is shown below:Figure: Color code of 10Ω 4-band resistor. BandColorValue1st BandBrown 12nd BandBlack 03rd Band (Multiplier)Black x 1 ($10^0$)4th Band (Tolerance)Gold ±5% Calculation:1st band = Brown = 12nd band = Black = 03rd band = Black = Multiplier $10^0$ = 1Result: $10 \times 1 = 10 \Omega$.With ±5% tolerance (0.5Ω), the actual value lies between 9.5Ω and 10.5Ω. Pro Tip: Be careful not to confuse Brown (1st band) and Red bands under poor lighting, as a "Red-Black-Black" sequence would read 20 Ohms. 2.2 Frequently Asked Questions about 10 Ohm Resistor1. What is the power consumed by a 10 ohm resistor with no current?If no current flows (open circuit), the power consumed is zero. 2. What is the current through a 10 ohm resistor in a circuit?Current depends on voltage. For example, if a 10 Ohm resistor is connected to a 6V source with some internal resistance (total circuit resistance 10.8Ω), the current is $I = V/R = 6 / 10.8 \approx 0.55$ Amps. 3. What is the voltage across the 10 ohm resistor?Ohm's Law states $V = I \times R$. If 1.2 Amps flows through a 10 Ohm resistor, the voltage drop is $1.2 \times 10 = 12$ Volts. 4. How much power is dissipated by a 10 ohm resistor?Power is calculated as $P = I^2R$ or $P = V^2/R$.Example: If 12 Volts is applied directly across a 10 Ohm resistor, the current is 1.2A. The power is $P = 1.2^2 \times 10 = 14.4$ Watts. Warning: A standard 1/4 Watt resistor would burn instantly in this scenario. You would need a high-power ceramic resistor. 5. What is a 10 ohm resistor used for?Low-value resistors like 10 Ohms are often used as current limiters in power circuits, in voltage dividers, or as part of RC filters (snubbers) to suppress voltage spikes. Ⅲ 100 Ohm Resistor Color Code3.1 Color Code of 100 Ohm 4-Band ResistorFor a 100 Ohm resistor, the bands are Brown, Black, Brown, Gold.Figure: Color code of 100Ω 4-band resistor. BandColorValue1st BandBrown12nd BandBlack03rd Band (Multiplier)Brownx 10 ($10^1$)4th Band (Tolerance)Gold±5% Calculation:1st digit (Brown) = 12nd digit (Black) = 0Multiplier (Brown) = 10Result: $10 \times 10 = 100 \Omega$.With ±5% tolerance, the resistance ranges from 95Ω to 105Ω. 3.2 Color Code of 100 Ohm 5-Band ResistorA 5-band 100 Ohm resistor allows for higher precision. The sequence is Brown, Black, Black, Black, Gold (or Brown/Red for tolerance).Figure: Color code of 100Ω 5-band resistor.1st-band = Brown = 12nd-band = Black = 03rd-band = Black = 04th-band (Multiplier) = Black = x 1 ($10^0$)5th-band (Tolerance) = Gold (±5%)Calculation: $100 \times 1 = 100 \Omega$. 3.3 Frequently Asked Questions about 100 Ohm Resistor1. What is a 100 ohm resistor used for?It is commonly used for LED protection, gate drive resistance in MOSFET circuits, and signal termination. It fits perfectly into breadboards for prototyping. 2. How can you tell if a resistor is 100 ohm?Look for the color bands: Brown-Black-Brown (4-band) or Brown-Black-Black-Black (5-band). 3. What is the value of 100 ohm in Megaohms?100 Ohms is $0.0001 M\Omega$ ($100 \times 10^{-6}$). 4. What is the actual range of a 100 ohm resistor?With standard ±5% tolerance, it measures between 95Ω and 105Ω. An older ±20% resistor (rare today) would measure between 80Ω and 120Ω. Ⅳ 120 Ohm Resistor Color Code4.1 Color Code of 120 Ohm 4-Band ResistorThe 120 Ohm resistor is famously used in CAN Bus termination. The color code is Brown, Red, Brown, Gold.Figure: Color code of 120Ω 4-band resistor. BandColorValue1st BandBrown12nd BandRed23rd Band (Multiplier)Brownx 104th Band (Tolerance)Gold±5% Calculation:Digits: 1, 2Multiplier: x 10Result: $12 \times 10 = 120 \Omega$.Tolerance range (±5%): 114Ω to 126Ω. 4.2 Frequently Asked Questions about 120 Ohm Resistor1. Why is 120 Ohm the standard for CAN Bus?The characteristic impedance of twisted pair cables used in automotive CAN networks is approximately 120 Ohms. Placing a 120Ω resistor at each end of the bus prevents signal reflections (ringing), ensuring data integrity. 2. Where do you place the 120 Ohm resistor?It is placed between CAN High (pin 7) and CAN Low (pin 2) at the two physical ends of the bus network. 3. Can I measure 120 Ohms on a live CAN bus?If the system is powered down, measuring resistance between CAN High and CAN Low should yield 60 Ohms. This is because there are two 120Ω terminating resistors in parallel ($120 / 2 = 60$). Ⅴ 150 Ohm Resistor Color Code5.1 Color Code of 150 Ohm 4-Band ResistorThe sequence for 150 Ohms is Brown, Green, Brown, Gold.Figure: Color code of 150Ω 4-band resistor. BandColorValue1st BandBrown12nd BandGreen53rd Band (Multiplier)Brownx 104th Band (Tolerance)Gold±5% Calculation:Digits: 1, 5Multiplier: x 10Result: $15 \times 10 = 150 \Omega$.Tolerance range: 142.5Ω to 157.5Ω. 5.2 Frequently Asked Questions about 150 Ohm Resistor1. How do I identify a 150 ohm resistor?Look for the Green band in the second position (representing 5) and the Brown band in the third position (representing x10 multiplier). Ⅵ 220 Ohm Resistor Color Code6.1 220 Ohm Resistor Color Code (5% Tolerance)This is extremely common for driving LEDs from 5V logic.Figure: 220 ohm resistor color code (Red-Red-Brown-Gold). BandColorValue1st BandRed22nd BandRed23rd Band (Multiplier)Brownx 104th Band (Tolerance)Gold±5% Calculation:Digits: 2, 2Multiplier: x 10Result: $22 \times 10 = 220 \Omega$. 6.2 220 Ohm Resistor Color Code (10% Tolerance)If the last band is Silver, the tolerance is ±10%. This means the resistor could be anywhere between 198Ω and 242Ω. 6.3 Frequently Asked Questions about 220 Ohm Resistor1. What does a 220 ohm resistor do?It resists current flow. In 2025, it is the standard "go-to" resistor for limiting current to standard LEDs when powered by USB (5V) or microcontrollers like Arduino or ESP32. 2. Will a 5 volt LED with a 220 ohm resistor run safely?Yes. If a red LED drops 2.0V, the resistor drops the remaining 3.0V. Using Ohm's Law ($I = V/R$), $3.0V / 220\Omega \approx 13.6 mA$, which is a safe and bright current for most indicator LEDs. Power dissipation is minimal ($0.04W$), so a 1/8W or 1/4W resistor is perfect. Ⅶ 330 Ohm Resistor Color Code7.1 Color Code of 330 Ohm 4-Band ResistorSequence: Orange, Orange, Brown, Gold.Figure: Color code of 330Ω 4-band resistor. BandColorValue1st BandOrange32nd BandOrange33rd Band (Multiplier)Brownx 104th Band (Tolerance)Gold±5% Calculation:Digits: 3, 3Multiplier: x 10Result: $33 \times 10 = 330 \Omega$. 7.2 Frequently Asked Questions about 330 Ohm Resistor1. Why use a 330 ohm resistor for an LED?If you need slightly less brightness or are using a 3.3V power supply (common in modern electronics like Raspberry Pi), a 330Ω resistor offers a good balance of brightness and protection. 2. What is the real value of a 330 ohm resistor?With 5% tolerance, it falls between 313.5Ω and 346.5Ω. Ⅷ 470 Ohm Resistor Color Code8.1 Color Code of 470 Ohm 4-Band ResistorSequence: Yellow, Violet, Brown, Gold.Figure: Color code of 470Ω 4-band resistor. BandColorValue1st BandYellow42nd BandViolet73rd Band (Multiplier)Brownx 104th Band (Tolerance)Gold±5% Calculation:Digits: 4, 7Multiplier: x 10Result: $47 \times 10 = 470 \Omega$. 8.2 Frequently Asked Questions about 470 Ohm Resistor1. What is a 470 ohm resistor used for?It is often used to drive blue or white LEDs (which have higher forward voltages) from higher voltage sources like 9V batteries or 12V automotive systems. 2. How do I know if I have a 470 ohm resistor?Look for the distinct Yellow (4) and Violet (7) starting bands. Ⅸ 500 (510) Ohm Resistor Color Code9.1 Color Code of 510 Ohm 4-Band ResistorNote: 500 Ohms is not a standard "E24 series" value. The closest standard value is 510 Ohms. In 99% of circuits, a 510Ω resistor is a perfect substitute for a 500Ω requirement.Figure: Color code of 510Ω 4-band resistor (Green-Brown-Brown-Gold). BandColorValue1st BandGreen52nd BandBrown13rd Band (Multiplier)Brownx 104th Band (Tolerance)Gold±5% Calculation:Digits: 5, 1Multiplier: x 10Result: $51 \times 10 = 510 \Omega$. 9.2 Frequently Asked Questions about 510 Ohm Resistor1. Can you substitute 500 ohm for 510 ohm?Yes. The error is only 2%. Given that standard resistors have a 5% tolerance, 510 Ohms is well within the acceptable range for a "500 Ohm" design. Alternatively, you can place two 1kΩ resistors in parallel to get exactly 500Ω. Ⅹ 1k Ohm Resistor Color Code10.1 Color Code of 1k Ohm 4-Band ResistorThe 1kΩ (1000 Ohm) resistor is arguably the most common resistor in electronics, used extensively for pull-up and pull-down logic circuits.Figure: Color code of 1kΩ 4-band resistor (Brown-Black-Red-Gold). BandColorValue1st BandBrown12nd BandBlack03rd Band (Multiplier)Redx 100 ($10^2$)4th Band (Tolerance)Gold±5% Calculation:Digits: 1, 0Multiplier: Red = x 100Result: $10 \times 100 = 1000 \Omega = 1 k\Omega$. 10.2 Frequently Asked Questions about 1k Ohm Resistor1. What is a 1k ohm resistor used for?It is the industry standard for pull-up resistors on microcontroller pins (like Arduino inputs) to prevent floating signals. 2. What is 1k ohm?"k" stands for Kilo (1000). Thus, 1k Ohm is 1000 Ohms. Ⅺ 2k Ohm Resistor Color Code11.1 Color Code of 2k Ohm 4-Band ResistorSequence: Red, Black, Red, Gold.Figure: Color code of 2kΩ 4-band resistor. BandColorValue1st BandRed22nd BandBlack03rd Band (Multiplier)Redx 1004th Band (Tolerance)Gold±5% Calculation:Digits: 2, 0Multiplier: Red = x 100Result: $20 \times 100 = 2000 \Omega = 2 k\Omega$. Ⅻ 2.2k Ohm Resistor Color Code12.1 Color Code of 2.2k Ohm 4-Band ResistorFamous for the "Three Reds" pattern.Figure: Color code of 2.2kΩ 4-band resistor (Red-Red-Red-Gold). BandColorValue1st BandRed22nd BandRed23rd Band (Multiplier)Redx 100 ($10^2$)4th Band (Tolerance)Gold±5% Calculation:Digits: 2, 2Multiplier: Red = x 100Result: $22 \times 100 = 2200 \Omega = 2.2 k\Omega$. 12.2 Frequently Asked Questions about 2.2k Ohm Resistor1. What does a 2.2k resistor do?It is commonly used in voltage dividers, particularly with LDRs (Light Dependent Resistors) to read ambient light levels with a microcontroller. 2. Calculating Current for a 1/2 Watt 2.2k ResistorIf you have a 1/2 Watt (0.5W) resistor, the maximum current it can handle is calculated using the power formula $P = I^2 \times R$.Rearranging for current ($I$):$I = \sqrt{P / R}$$I = \sqrt{0.5 / 2200}$$I \approx 0.015$ AmperesConclusion: A 2.2kΩ 1/2W resistor can safely handle approximately 15 milliamperes (mA). XIII Resistor Color Code Calculator13.1 4 Band Resistor Color Code CalculatorNeed to double-check your work? Use this tool to instantly decode 4-band axial lead resistors. Open 4 Band Resistor Color Code Calculator13.2 5 Band Resistor Color Code CalculatorFor high-precision 5-band resistors, use the calculator below: Open 5 Band Resistor Color Code Calculator 13.3 6 Band Resistor Color Code CalculatorIncludes the 6th band for Temperature Coefficient (PPM). Open 6 Band Resistor Color Code Calculator
Kynix On 2021-09-08   27965
Resistors

Resistor Basics: Types of Resistors

2026 Executive Summary: Resistors remain the fundamental components of modern circuitry, from consumer electronics to electric vehicle (EV) power management. This guide classifies resistors by material (Film, Composition, Alloy) and application (Precision, High-Power, Sensitive), providing engineers and hobbyists with critical selection criteria for voltage, power rating, and tolerance in 2026.I. Introduction: The Role of Resistors in 2026Resistors are passive electrical components that restrict current flow to adjust signal levels and voltage. In the 2026 electronics landscape, the variety of resistors continues to expand with the rise of IoT devices and high-voltage EV architectures. Resistors are generally divided into two primary categories: fixed resistors and variable resistors. Fixed resistors are categorized by material into wire-wound and non-wire-wound types. Non-wire-wound resistors split further into film and composite types. Structurally, they appear as tubular, disc, or planar (SMD) components. Depending on protection needs, they can be painted, plastic-pressed, or vacuum-sealed. This guide details the classification, characteristics, and pros/cons of resistor types, updated for 2026 standards. It serves as an essential resource for selecting the right component for modern circuit design.Video: Understanding Types of ResistorsII. How are Resistors Classified by Material?Material composition determines a resistor's noise, tolerance, and stability. In 2026, film-based resistors dominate consumer electronics, while wire-wound types are preferred for high-power applications.2.1 Film Resistors(1) Carbon Film ResistorsCarbon film resistors consist of a ceramic core coated with a crystalline carbon layer, thermally decomposed in a high-temperature vacuum. The resistance is precisely calibrated by cutting a helical groove into the carbon film. These resistors offer a balance of cost and performance. They feature good stability, a low negative temperature coefficient, and stable pulse load handling. Due to their low production cost, they remain widely used in general-purpose consumer electronics where ultra-high precision is not critical.Figure 1. The Appearance and Structure of Carbon Film Resistor(2) Metal Film ResistorsMetal film resistors are manufactured by vacuum-depositing a nickel-chromium (NiCr) or similar alloy onto a ceramic substrate. This technology allows for tighter tolerances than carbon types.Known for superior stability, heat resistance, and low noise electromotive force, metal film resistors are the standard for 2026 precision circuits, including audio equipment and measuring instruments.Figure 2. Metal Film Resistor(3) Metal Oxide Film ResistorsThese are created by spraying metal salt solutions (like tin tetrachloride) onto a heated ceramic skeleton at approximately 550°C. The resulting conductive film is fused firmly to the substrate. Metal oxide variants excel in harsh environments, offering stronger oxidation, acid, and salt resistance than standard metal films. While their resistance range is narrower (typically 1Ω ~ 200 kΩ), they handle power ratings from 1/8 W up to 50 kW in industrial applications.Figure 3. Metal Oxide Film Resistor2.2 Composition ResistorsComposition resistors mix conductive granules with a binder. While less common in modern high-precision tech, they are prized for their high surge energy handling. The distinct advantage of solid core resistors is reliability—often 5 to 10 times higher than film types in pulse-heavy applications. Despite drawbacks like higher noise and poor linearity, they are utilized in aerospace and submarine cabling where component failure is not an option. Solid Core Resistor (Model S): Common model RS11. Range: 4.7Ω – 22MΩ. Accuracy: ±5% to ±20%.High Voltage Composite Film: Models like RHY-10 (10kV) and RHY-35 (35kV) handle extreme voltages with resistance up to 1000MΩ.Carbon Film Composition: High resistance range (up to 106 MΩ) and 35kV working voltage. Used in vacuum megohm resistors for micro-current testing, despite poor moisture resistance.Organic Solid Composition: Pressed mixtures of graphite and organic binder. Compact and robust against overload, but with poor temperature stability. Common in older automotive instrument clusters.Glass Glaze Resistor: A sintered mix of metal oxides (ruthenium) and glass glaze. Features high-temperature resistance and high voltage handling (up to 15kV). Power ratings can reach 500W in specialized units.Figure 4. Different Types of Resistors2.3 Alloy Resistors(1) Precision Wire Wound Resistors (Model RX)Used in measurement instruments requiring stability. Tolerances can be as fine as ±0.005%. However, due to the coil structure, they act as inductors, making them unsuitable for high-frequency circuits.Figure 5. Precision Wire Wound Resistor(2) Power Type Wire Wound ResistorsDesigned for dissipation, these handle 2W to 200W+. They are often ceramic-encased and used in power supplies. Adjustable versions allow for manual resistance tuning during machine calibration. (3) Precision Alloy Foil ResistorsThe gold standard for stability in 2026. These resistors automatically compensate for temperature coefficients, maintaining accuracy across wide temperature ranges. Accuracy reaches ±0.001%, with stability around ±5 × 10-5%/year, making them vital for high-speed response circuits.III. What are the Main Classifications Based on Purpose?Beyond material, resistors are categorized by their specific function in a circuit topology.General Type: Standard components for consumer tech. Power: 1/20W ~ 2W. Tolerance: ±5% ~ ±20%.Precision Type: High stability for medical and audio devices. Tolerance: 2% down to 0.001%.High Frequency Type: Non-inductive designs (often film or solid) essential for RF and 5G communication circuits. Can handle up to 100W.High Voltage Type: Engineered for 1kV ~ 100kV applications, such as X-ray power supplies.High Resistance Type: Specialized for detecting weak currents, with values exceeding 10 MΩ (up to 1014Ω).Integrated Resistance (Resistor Networks): Multiple matched resistors on a single substrate (SIP/DIP packages). Critical for saving space in computer interfaces.Insurance (Fusible) Type: A dual-function safety component. Acts as a resistor under normal load but fuses open like a circuit breaker within seconds (7s to 120s) during overloads (12x-30x rated power).Figure 6. Different ResistorsIV. What are Sensitive Resistors (Sensors)?Sensitive resistors change their resistance in response to environmental stimuli, acting as the "senses" of modern IoT devices.(1) ThermistorTemperature-dependent resistors used for measurement and protection.NTC (Negative Temperature Coefficient): Resistance drops as heat rises. Used in temperature sensors.PTC (Positive Temperature Coefficient): Resistance spikes with heat. Used as self-resetting fuses.Figure 7. Thermistor(2) Photoresistor (LDR)Made from semiconductors like Cadmium Sulfide (CdS). High resistance in dark (>1.5MΩ) drops drastically (<1kΩ) when illuminated. Used in automatic streetlights and photoelectric controls.Figure 8. Photoresistor(3) Varistor (MOV)Voltage-dependent resistors, typically Zinc Oxide. They act as open circuits normally but short-circuit dangerous voltage spikes to ground. Essential for surge protection in power strips and automotive electronics.Figure 9. Metal Oxide Varistor(4) Magneto-resistorUtilizes the magnetoresistive effect (e.g., Indium Antimonide). Resistance rises with magnetic flux. Used in speed sensors, magnetic card readers, and brushless motor control.Figure 10. Magneto Resistor(5) Force Sensitive Resistor (FSR)Converts physical pressure/stress into electrical signals. Found in electronic drums, robotics touch sensors, and industrial scales.Figure 11. Force Sensitive Resistor(6) Gas-sensitive ResistorUtilizes metal oxides (like Tin Dioxide) that change resistance when gas molecules adsorb onto the surface. Standard in 2026 smart home air quality monitors and breathalyzers.Figure 12. Gas-sensitive Resistor(7) Humidity ResistorDetects relative humidity changes. Critical for HVAC systems and weather stations.Figure 13. Humidity ResistorV. Types of Potentiometers (Variable Resistors)5.1 What is a Potentiometer?A potentiometer is a three-terminal resistor with a sliding or rotating contact that forms an adjustable voltage divider. It is the manual interface for many electronic devices (volume knobs, dimmer switches) and a calibration tool for circuits (trimpots).5.2 How are Potentiometers Classified?By Material: Carbon Film (standard), Cermet (Ceramic/Metal mix for long life), Wirewound (high power).By Structure: Single-turn (general use), Multi-turn (high precision), Slide/Linear faders (audio mixers).By Resistance Scale:Linear (Type B): Resistance changes evenly. Used in brightness controls.Logarithmic (Type A): Resistance changes exponentially. Used in audio volume controls to match human hearing.Figure 14. PotentiometerVI. Comparison: Advantages and DisadvantagesChoosing the right resistor in 2026 requires balancing precision, power, and cost.6.1 Mind Map of Resistor ClassificationFigure 15. Mind Map of Types of Resistor6.2 Resistor Comparison TableResistor TypeKey CharacteristicsPrimary ApplicationsAdvantagesDisadvantagesCarbon Film (RT)Hydrocarbon deposit on ceramic. Tolerance ±5% to ±20%.General consumer electronics, toys, basic logic.Low cost, widely available.Poor thermal stability, higher noise.Metal Film (RJ)Vacuum evaporated alloy. Tolerance ±0.1% to ±1%.Audio equipment, precision instruments.Low noise, excellent stability, compact.Higher cost than carbon.Metal Oxide (RY)Tin/Antimony salt spray.Industrial power supplies, high temp zones.Resists oxidation, acids, and heat.Limited resistance range.Wire Wound (RX)Resistive wire wrapped around core.Power supplies, load testing, shunts.High power handling, thermal stability.Inductive (unsuitable for HF), bulky.Organic Solid (RS)Granular conductive mix, hot pressed.High-surge audio outputs.Robust overload capacity, reliable.Low precision, unstable with temp.Cement ResistorWire-wound encased in ceramic fireproof shell.Power adapters, current limiting.Explosion-proof, heat resistant.Large physical size, runs hot.0-ohm Resistor"Jumper" resistor (~0Ω).PCB bridges, configuration toggles.Simplifies PCB routing.N/A6.3 Comparison MatrixA quick reference guide for selecting resistors based on application (vertical) and material (horizontal).Classify by Use Classify by MaterialWire WoundFilm TypeCompositeCarbon FilmMetal FilmMetal OxideGlass GlazeComp. CarbonMetal FoilOrganic SolidInorganic SolidGeneral●●●●●  ●●Precision●●●   ●  High-Resistance  ● ●●   Power●●●      High-Voltage    ●●   High-Frequency   ●     VII. Quick Quiz: Resistor ClassificationQuestionWhat are the two primary macro-classifications of resistors?Answer1. Fixed Resistors (Value remains constant)2. Variable Resistors (Value is adjustable, e.g., potentiometers)VIII. Common Resistor Questions1. What is the main function of a resistor?A resistor opposes current flow to prevent short circuits and manage signal levels. It acts as a gatekeeper, ensuring downstream components receive the correct voltage and current.2. How does a resistor work?Resistors work by restricting the flow of electrons, similar to kinking a garden hose to reduce water flow. They dissipate the excess energy as heat.3. Why are resistors important for Arduino/IoT?They are essential for voltage division (converting 5V logic to 3.3V) and current limiting for LEDs to prevent burnout.4. What is a 0-ohm resistor used for?It acts as a bridge or jumper on a printed circuit board (PCB), allowing designers to route traces over other tracks without using a multi-layer board.5. What is the difference between resistance and a resistor?Resistance is a physical property (measured in Ohms). A resistor is the physical component manufactured to provide a specific amount of that resistance.Frequently Asked Questions (2026 Update)What is the difference between thin-film and thick-film resistors?Thin-film resistors (sputtered metal) offer high precision (0.1% tolerance) and low noise for audio/medical tech. Thick-film resistors (printed paste) are cheaper and handle higher power surges but have lower precision (5% tolerance), suitable for general electronics.Why are shunt resistors critical for EV battery management?Shunt resistors with ultra-low resistance measure high currents in Electric Vehicles (EVs) with extreme accuracy. They enable the Battery Management System (BMS) to calculate state-of-charge and prevent over-current scenarios efficiently.How do I choose the right resistor power rating for PCB design?Calculate the power dissipation ($P = I^2 \times R$) and choose a resistor with a rated power at least 50% higher than your calculation (derating). For enclosed 2026 IoT devices, a 2x safety margin is recommended to minimize heat.{ "@context": "https://schema.org", "@type": "Article", "headline": "Resistor Types and Classifications: The 2026 Engineering Guide", "datePublished": "2020-04-18", "dateModified": "2026-01-20", "author": { "@type": "Organization", "name": "ApogeeWeb" }, "mainEntity": { "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "What is the difference between thin-film and thick-film resistors?", "acceptedAnswer": { "@type": "Answer", "text": "Thin-film resistors (sputtered metal) offer high precision (0.1% tolerance) and low noise for audio/medical tech. Thick-film resistors (printed paste) are cheaper and handle higher power surges but have lower precision (5% tolerance)." } }, { "@type": "Question", "name": "Why are shunt resistors critical for EV battery management?", "acceptedAnswer": { "@type": "Answer", "text": "Shunt resistors with ultra-low resistance measure high currents in Electric Vehicles (EVs) with extreme accuracy. They enable the Battery Management System (BMS) to calculate state-of-charge and prevent over-current scenarios." } }, { "@type": "Question", "name": "How do I choose the right resistor power rating for PCB design?", "acceptedAnswer": { "@type": "Answer", "text": "Calculate the power dissipation (P = I^2 * R) and choose a resistor with a rated power at least 50% higher than your calculation (derating). For enclosed IoT devices, a 2x safety margin is recommended." } }, { "@type": "Question", "name": "What is the main function of a resistor?", "acceptedAnswer": { "@type": "Answer", "text": "A resistor opposes current flow to prevent short circuits and manage signal levels. It acts as a gatekeeper, ensuring downstream components receive the correct voltage and current." } } ] }}
Ivy On 2020-04-18   27466

Kynix

Kynix was founded in 2008, specializing in the electronic components distribution business. We adhere to honesty and ethics as our business philosophy and have gradually established an excellent reputation and credibility in our international business. With the accurate quotation, excellent credit, reasonable price, reliable quality, fast delivery, and authentic service, we have won the praise of the majority of customers.

Follow us

Join our mailing list!

Be the first to know about new products, special offers, and more.

Kynix

  • How to purchase

  • Order
  • Search & Inquiry
  • Shipping & Tracking
  • Payment Methods
  • Contact Us

  • Tel: 00852-6915 1330
  • Email: info@kynix.com
  • Follow Us

authentication

Kynix

© 2008-2026 kynix.com all rights reserved.