The Kynix Blog
Stay Ahead with Expert Electronics Insights,
Industry Trends, and Innovative Tips
- Electronic Components
- News Room
- General electronic semiconductor
- Components Guide
- Sort by
- Robots
- Transmitters
- Capacitors
- IC Chips
- PCBs
- Connectors
- Amplifiers
- Memory
- LED
- Diodes
- Transistors
- Battery
- Oscillators
- Resistors
- Transceiver
- RFID
- FPGA
- Mosfets
- Sensor
- Motors, Solenoids, Driver Boards/Modules
- Relays
- Optoelectronics
- Power
- Transformer
- Fuse
- Thyristor
- potentiometer
- Development Boards
- RF/IF
- Semiconductor Information
- PCB
- transistor
Christmas is approaching. Considering Your Cheat Sheet to Shopping the Electronic Product This Biggest Holiday Season.What's on your Christmas shopping-list? 1. Half shipping fee when order value between 500~1000USD.2. Free shipping when order value between 1001USD~5000USD.(Weight≦3KG)3. 5% discount on unit price when order value≧5000USD. 4. Every order will be shipped with a special gift during this period.Kynix has a wide and unobstructed channel for supply source, and reserves a large number of electronic components inventory including all categories of products as: optical devices, embedded systems, semiconductors, circuit protection components, passive components, connectors, sensors, etc. The products are widely used in many fields of power, network , communication, industrial control, automotive, military, instrument&meter, financial equipment, industrial control, computer interface devices, consumer electronics and others. Our distribution brands include SAMSUNG, SKHYNIX, MICRON, BROADCOM, FREESCALE,TI, ATMEL, AD, ALTERA, XILINX, etc.Kynix's customer groups include: aerospace service providers; medical devices manufacturers; research institutions, telecommunications equipment manufacturers; automotive electronics manufacturers; nuclear power, industrial equipment manufacturers; in addition to serving for many large, medium and small electronic components agents and distributors. Kynix has gradually built up a number of channels of supply and cooperation relationships to , provide customers with excellent products, chain management services and full technical support to meet our customers' product development and production. We make unremitting efforts to become your best partner.With the accurate quotation, excellent credit, reasonable price, reliable quality, fast delivery, authentic service, we have won the praise of majority of customers. So giving a chance to us to find the big surprise in this holiday moment.May You Have A Happy Christmas Day In KYNIX!
kynix On 2018-12-10
In this article, you will learn what is AVR microcontroller, what are its features, how to choose a suitable AVR microcontroller, and how to program AVR microcontroller in software and so on. Catalog I. What is a AVR Microcontroller? II. AVR Microcontroller Features III. Selection of AVR Series Single-chip Microcomputer IV. AVR Microcontroller Application Field V. Introduction to the experimental tools and equipment used in AVR VI. AVR Microcontroller Programming Software FAQ I. What is AVR Microcontroller? AVR microcontroller is an enhanced 8-bit and built-in Flash RISC order set developed by ATMEL. Compared with CISC, RISC is not just to reduce the command simply, but make the structure of the computer more simple and reasonable to improve the speed of the operation. The design absorbs the advantages of the 8051 and PIC microcontroller and has the ability to execute one instruction in a single clock cycle. The speed can reach 1Mips/MHz. AVR microcontrollers are widely used in the outside devices of the computers, industrial real-time control, instrumentation, communication equipment, home appliances, and other fields. This vedio shows you how to build your own AVR development board and how to use it in your projects. The hardware structure of AVR adopts a compromise strategy of 8-bit and 16-bit computer, that is, the local register memory stack (32 register files) and the single high-speed input/output scheme (i.e. input capture register, the output compares matching registers and corresponding control logic) are adopted, improving the execution speed of instruction, overcoming the bottleneck phenomenon, and enhancing the function. At the same time, it reduces the cost of external equipment management, simplifies the hardware structure, and reduces the cost. Therefore, the AVR microcontroller is a high-performance-price single-chip microcomputer, which has achieved an optimized balance in hardware/software development, speed, performance, and cost. The introduction of the AVR microcontroller breaks this old design pattern completely, abolishes the machine cycle, and gives up the complex instruction computer (CISC) to pursue the instruction complete method; Reducing instruction set, taking words as the unit of instruction length, arranging the rich operands and opcodes in one word (the majority of single-cycle instructions in the order set are the same), and the reference period is short and the instruction can be prefetched, realizing flow operation, so you can execute instructions at high speed. Of course, high reliability must be required. II. AVR Microcontroller Features 1. High-quality embedded Flash program memory, can be repeatedly written and erased, supporting ISP and IAP, which is easy to have product debugging, development, production, update. Long service-life EEPROM, can save key data for a long time and avoid power loss. High-capacity RAM in chips supports the development of system programs in high-level languages. 2. High speed, low power consumption, with SLEEP (power saving when sleeping) function. Each instruction can be executed at 50ns/ 20MHz, while power consumption is between l~2.5mA (typical power consumption, when WDT turned off, is 100nA), AVR (with prefetching instruction function) based on Harvard structure concept. That is, there are different memories and buses for program storage and data, when an instruction is executed, the next instruction is pre-removed from the program memory. This allows instructions to be executed within each clock cycle. The AVR microcontroller can operate at a wide voltage (2.7V~5V), has the strong anti-jamming ability, and reduces the general 8-bit computer software anti-interference design and hardware usage. 3. All the I/O lines of the AVR single-chip computer have an adjustable pull-up resistor. The input and output characteristics of parallel I/O port are similar to those of PIC's HI/LOW output and three-state high impedance H1-Z input, also be set similar to the 8051 series of internal high resistance as input function. It can be set as an input/output or can be set as high resistance input initially. So that I/O resources are flexible, powerful, and fully utilized. AVR's I/ O can accurately reflect the input/output of I/O. 4. AVR microcontroller has a variety of independent clock dividers for URAT, IIC, SPI. The Prescaler with up to 10 bits when matching with the 8 / 16-bit timer, can set the frequency division coefficient through software to provide a variety of timing times. The timer/counter (single) in the AVR microcontroller can be counted bidirectionally to form a triangle wave, then matched with the output comparison matching register, the output PWM of pulse width modulation with variable duty cycle, variable frequency, and variable phase square wave is generated. 5. For industrial products, with high current (irrigation current) lO=20mA~40mA (single output), can directly drive SSR or the relay. The built-in watchdog timer (WDT) is used to avoid the faulty program and improve the anti-interference ability of the product. 6. Superfunctional streamlined instruction. There are 32 general working registers (equivalent to 32 accumulators in 8051 single-chip computers), which overcomes the data processing problems caused by the single accumulator. 7. AVR microcontroller has analog comparator, I/O port can be used for A/D conversion, can form cheap A/D converter. 8. Byte-oriented high-speed hardware serial interface TWI and SPI. TWI is compatible with the I2C interface, with ACK signal hardware transmission and recognition, address recognition, bus arbitration, and other functions, It can realize all four kinds of multi-machine communication from one to another. SPI has the same function. It also looks like the 8051, AVR has multiple fixed interrupt vector entry addresses, so it can respond to interrupts quickly, and it will interrupt like PIC at the same vector address. 9. AVR microcontroller has an automatic power-up reset circuit, an independent watchdog circuit, low voltage detection circuit BOD, multiple reset sources (automatic up and down reset, external reset, watchdog reset, BOD reset). It can set up a delay operation program after running the system, enhancing the reliability of the system. And meanwhile, the AVR microcomputer has many power-saving sleep modes, wide voltage operation(2.7V-5V), strong anti-interference ability. So it is used widely in the electrical industry due to its advantages. 10. Enhanced high-speed synchronous/asynchronous serial port has the functions of generating checking code based on hardware, hardware detecting and debugging, two-stage receiving buffering, baud rate automatically adjusting position (when receiving), shielding data frame, and so on. They improve the reliability of communication and help write the program easily. It also makes up the distributed network and to realize the complex application of multi-computer communication system. The function of the serial port is much more than the serial port of the MCS-51/96 microcontroller. In addition, the AVR single-chip microcomputer has a high-speed operation, and the interrupt service time is short, therefore, high baud rate communication can be realized. Serial asynchronous communication UART does not occupy timer and SPI transmission function, because of its high speed, it can work in a standard integer frequency, while baud rate can reach 576Ko11, with multi-channel 10-bit AID converter and real-time clock RTC. III. Selection of AVR Series Single-chip Microcomputer AVR microcontroller technology embodies a variety of devices (including FLASH program memory, watchdog, EEPROM, synchronous/asynchronous serial port, TWI/ SPI/ AID/ A/D converter, timer, counter, etc.) and various functions (enhanced reliability of reset system, reduced power-consumption and anti-interference sleep mode, various interrupt systems, timer/counter with input capture and match output, replaceable I/O port. It fully reflects the modern single-chip technology develops into the "on-chip" SoC system. AVR series microcontroller is complete, can be applied to different occasions. In order to make good use of it, it is necessary to know its classification based on different standards and functions. And here are introducing three grades and their models as examples. AVR microcontroller has three grades: Low-grade Tiny series: this type of microcontroller has Less memory, small in size, apt only for simpler applications, the applying model like Tiny11/12/13/15/26/28, etc.; Midrange-grade AT90S series: this microcontroller is used commercially for compound applications, it requires large program memory and also high speed, such as AT90S1200/2313/8515/8535, etc.; High-grade ATmega: this type of microcontroller is the most popular one which has a good amount of memory up to 256KB, higher built-in peripherals, and fit for modest to difficult applications, the applying model like the ATmega8/16/32/64/128 (storage capacity is 8/16/32/64/128KB) and ATmega8515/8535. AVR device pins range from 8 to 64, with a variety of packages available. IV. AVR Microcontroller Application Field Air conditioning control panel Printer control board(PRCB) Intelligent meter Intelligent flashlight LED control screen Medical equipment GPS V. Experimental tools and equipment used in AVR IC-CAVR6.31AC Language Compiler Integrated Development Environment(ATMEL AVR Studio) PonyProg2000 Download Software AVR Microcontroller Integrated Test Board AVR-JTAG Simulator Parallel Port Loader High Stability Power Supply Multifunctional TOP2004 USB Programmer PC VI. AVR Microcontroller Programming Software ICCAVR6.31AC Language Compiler ICCAVR6.31A is a C programming language compiler developed by ImageCraft for AVR MCU. It is a pure 32-bit with an integrated development environment, also consists of an editor and project manager. ICCAVR has been widely used because of its powerful function, simple operation, good technical support, and reasonable price. The following figure is the working interface of ICCAVR. AVRStudio Integrated Development Environment AVRStudio is an integrated development environment that integrates project management, program assembly, program debugging, program download, JTAG simulation, and so on. However, AVRStudio does not support the C programming language. Therefore, when we develop an AVR microcontroller with the C programming language, we should first compile the C programming language with ICCAVR, then open the compiled code file with AVRStudio to debug the program. The following figure is the workspace of SVRAStudio. PonyProg2000 software It is mainly used for AVR MCU and PIC MCU program download, can be used in Windows95/98/ME/NT/20001XP operating systems. The following figure is the working interface of PonyProg2000. Attention Write with PORTx, read with PINx During the experiment, try not to connect the pin directly to the GND/VCC. When it is not set properly, the I/O port will output/fill the high current of 80mA (Vcc=5V), resulting in device damage. As Input 1.The suspension (high resistance state) will be susceptible to interference if the internal pull-up resistor is usually allowed(generally, it seems that 51 has a strong anti-interference ability because 51 always has internal resistance to pull up). 2.Try not to let input suspended or analog input level close to VCC/2, because it will consume too much current, especially in low power applications of CMOS circuits. 3.The pin level provided by the reading software usually requires a clock cycle interval between the assignment instruction “out” and the read instruction “in”, such as the nop order. 4.The input of the functional module (interrupt, timer) can be triggered by a low level, also it can be the rising edge trigger or the falling edge trigger. 5.For high-resistance analog signal input, remember not to allow internal pull-up resistor to affect accuracy, such as ADC digital-analog converter input, analog comparator input, and so on. As Output Taking the necessary current limiting measures, for example, drive the LED to serialize the current-limiting resistor. Reset The internal pull-up resistor will be disabled when to reset. If strict level control is required in an application, such as motor control, it is necessary to use an external resistor to fix the level. Dormant As output, it is still in the same state Input is generally invalid, but the input function is valid if the second function is interrupted. For example, the wake-up function of an external interrupt FAQ 1. What is meant by AVR microcontroller? AVR is a family of microcontrollers developed since 1996 by Atmel, acquired by Microchip Technology in 2016. These are modified Harvard architecture 8-bit RISC single-chip microcontrollers. AVR was one of the first microcontroller families to use on-chip flash memory for program storage, as opposed to one-time programmable ROM, EPROM, or EEPROM used by other microcontrollers at the time. 2. How does AVR microcontroller work? AVR is an 8-bit microcontroller belonging to the family of Reduced Instruction Set Computer (RISC). In RISC architecture the instruction set of the computer are not only fewer in number but also simpler and faster in operation. ... The input/output registers available are of 8-bits. 3. What does AVR stand for in electronics? An automatic voltage regulator (AVR) is an electronic device that maintains a constant voltage level to electrical equipment on the same load. 4. What are the types of AVR? In general, there are two types of an Automatic Voltage Regulator. One is the Relay Type and the other is the Servo Motor type. A Relay type AVR makes use of electronic circuitry like relays and semi-conductors to regulate the voltage. 5. Is Arduino AVR or ARM? Arduino uses AVR- or ARM-based microcontrollers, depending on board. PIC is the oldest of the lot. There's no such thing as an “Arduino microcontroller”. 6. What is full form of AVR? The Full form of AVR is Aortic Valve Replacement. An AVR is a type of open heart surgery used to treat problems with the heart's aortic valve. 7. What happens if AVR fails? When AVR fails a protection called Field Failure protection will come into picture and trip the generator. ... If Failure of field is associated with under voltage which might happen due to severe fault near the generator and AVR might trip not able to maintain the voltage, the generator is tripped instantaneously. 8. What is AVR and ARM? ARM is a microprocessor or CPU architecture while AVR is a microcontroller. ARM can be used similar to a microcontroller when combined with ROM, RAM and other peripherals to a single chip like LPC2148. ... Microcontroller has build in RAM, ROM and other peripherals in a single chip. While microprocessor has only the CPU. 9. What are the applications of AVR and ARM? AVR and ARM comes under the family of micro-controller. But ARM can be used as both Microcontroller or as Microprocessor. ARM micro-controller and AVR micro-controller differs from each other in terms of different architecture and different sets of instruction, speed, cast, Memory, Power Consumption, Bus Width etc. 10. What is AVR microcontroller architecture? AVR is a 8-bit RISC architecture (Reduced Instruction Set Computing) microcontroller in market since 1996 which is having on-chip programmable flash memory, SRAM, IO data space & EEPROM. AVR is the first MCU in market which has on-chip flash storage. You May Also Like A Complete Guide to Solid State Drive (SSD) Brief introduction to the Application of some IC chips in Maxim Integrated Product Recommendation KY32-AT49BV162AT(T) KY32-K9T1G08U0M-YIBO KY32-CY7C131E-55NXI
kynix On 2018-12-07
What is a capacitor? Capacitor, a electronic component to hold charges, represented by the letter C. It composes of two metal electrodes between a layer of insulating dielectric. When a voltage is applied between the two metal electrodes, the charge is stored on the electrode, so the capacitor is an energy storage electrical part. Any of two conductors that are insulated and close to each other form a capacitor. In addition, the parallel plate capacitor consists of the electrode plate and the dielectric of the capacitor. Capacitor is one of the widely used electronic components in electronic equipment. It is widely used in stopping DC and alternating AC, coupling, bypass, filtering, tuning loop, energy conversion, control and so on. Capacitor is different from capacitance. The capacitance is the basic physical quantity, the symbol C, the unit is F (Farah). A video introducing basic knowledge of capacitors Catalog I. Capacitor characteristics II. Functions of capacitor in electrical circuits III. How to use capacitors? IV. Capacitor types V. Capacitor volume VI. Charge and discharge of a capacitor VII. Matters needing attention when using capacitors VIII. Common fault of capacitor and treatment method FAQ I. Capacitor characteristics - It has the ability of charge and discharge, preventing DC current from passing through, allowing AC current to pass through. - During the charge and discharge process, the charge on the bipolar plate accumulates, that is, the voltage is set up, therefore, the voltage on the capacitor will not change abruptly. Charging: two plates with the same amount of dissimilar charge, each plate with the absolute value of the charge is called capacitor volume. Discharging: positive and negative charges at both ends of capacitors are neutralized through conductors. During discharge, there is a transient current on the wire. Capacitor charge - The capacitive reactance of capacitors is inversely proportional to frequency and capacity. When analyzing the capacitance, the frequency and capacity of the contacting signal must be analyzed. Formula of parallel plate capacitor The dielectric constant of vacuum εr=1, k is a constant of hydrostatic power, s is the positive area of two plates, and d is the distance between two plates. Explanation: the electric field in the parallel plate capacitor is uniform electric field. II. Functions of capacitor in electrical circuits In DC circuits, the effect of a capacitor is equivalent to a open circuit. Capacitors are one of the most commonly used electronic components to store charge. Capacitors are used in electronic circuits as low-pass, high-pass and band filters. A filter is a circuit that allows current and voltage of a specified frequency and waveform to pass through. A capacitor's reactance is inversely proportional to frequency. By controlling or changing the reactance, you can control the frequency allowed through the circuit. Capacitors also play a significant role in high-speed switching logic circuits. Such circuits' voltage level, which should be steady, can change with current fluctuation, thereby introducing noise or error signals. Decoupling capacitors are built into circuits to stabilize the current, minimizing noise signals. The effect of capacitor links with the structure of itself. The simplest capacitors are made up of polar plates at both ends and insulating dielectric (including air) at the middle. After electrification, the plate is charged, forming a voltage (potential difference), but the entire capacitor is non-conductive because of the intermediate insulation. However, the condition is that the critical voltage (breakdown voltage) of the capacitor is not exceeded. We know that any substance is relatively insulated, and when the voltage at both ends of the material increases to a certain extent, the material can conduct electricity. We call this voltage a breakdown voltage. When the capacitor is broken down, it is not an insulator. However, in AC circuits, the direction of the current changes with time, that is, this change has functional relation. The charging and discharging process of capacitors is time-dependent, and at this time, a varying electric field is formed between the plates, and this electric field is a function of the change with time. In fact, the current passes between capacitors in the form of an electric field. III. How to use capacitors? As a relatively common electronic component, capacitors have a wide range of uses. The following content gives you a brief introduction to the 9 most common scenarios where capacitors are used: Stopping DC, bypass (decoupling), coupling, filtering, temperature compensation, timing, tuning, rectifier, and energy storage. 1.Stopping DC: the function is to prevent the passage of DC and allow the AC to pass through. DC blocking capacitor 2. Bypass (decoupling): it provides a low impedance path for some parallel components in AC circuits. Signal input and output 3. Coupling: as a connection between two circuits, AC signals are allowed to pass and transmitted to the next stage of the circuit. Coupling capacitor circuit model Capacitor as coupling component The purpose of using capacitor as coupling part is to transmit the front stage signal to the next stage, and to separate the influence of the DC of the former stage on the latter stage, so that the circuit is simple to debug and its performance is stable. The amplification of AC signal without capacitor will not changed, but the work points at all levels need to be redesigned. Because of the influence of the front and back stages, to debug at working points is very difficult and can hardly be realized at multistage. 4. Filtering: this is very important for the circuit, the capacitor behind the CPU is having this function basically. Impedance formula(filtering circuit) That is, the larger the frequency f, the smaller the impedance Z of the capacitance. At low frequency, the capacitance C can pass smoothly because of the large impedance Z, and at high frequency, the capacitance C is very small because of the impedance Z, which is equivalent to shorting the high frequency noise to the GND. 5. Temperature compensation: it improves the stability of the circuit by compensating for the influence of other components on the temperature adaptability. Temperature compensation Analysis: because the capacity of the timing capacitor determines the oscillation frequency of the horizontal oscillator, the capacity of the timing capacitor must very stable and does not change with the humidity in the environment. Therefore, the capacitors with positive and negative temperature coefficients are used for temperature complementation. When the operating temperature increases, the capacity of Cl is increasing, while the capacity of C2 is decreasing, and the total capacity of two capacitors is the sum of the two capacitors after parallel connection. Because one capacity is increasing and the other is decreasing, the total capacity is basically stable. Similarly, when the temperature decreases, the capacity of one capacitor decreases while the other increases, and the total capacity is basically unchanged, which stabilizes the oscillation frequency and realizes the purpose of temperature compensation. 6. Timing: the use of capacitors in conjunction with resistors to determine the time constant of the circuit. Capacitor and resistor(timing) Inputting signal from low to high, after buffer 1 then input RC circuit. The characteristics of capacitor charging make the B point signal not change immediately with the input signal, but there is a gradual process of increasing. When it becomes larger to a certain extent, the buffer 2 flips over, resulting in a delay jump from low to high at the output end. 7. Tuning: having systematic tuning to circuits which related to frequency, such as cell phones, radios, and televisions. System tune Because the resonant frequency of the oscillation circuit is a functional relation of lc. It is fond that the ratio of maximum to minimum resonant frequency varies with the square root of capacitance ratio. Here the capacitance ratio refers to the ratio of the capacitance at the minimum reverse bias voltage to the capacitance at the maximum reverse bias voltage. Therefore, the tuning characteristic curve (bias voltage and resonant frequency) is basically a parabola. 8. Rectifier: switch on or off a semi-closed conductor component at a predetermined time. Rectification Filtering wave form 9. Energy storage: storage of electrical energy for release when necessary. For example, camera flashlights, heating devices, etc. (some capacitors now store energy at levels close to lithium batteries; a capacitor can store electricity as one-day power for a mobile phone. IV. Capacitor types According to the analysis and statistics, capacitors are divided into the following 10 categories: 1. According to the structure: solid capacitor, variable capacitor and fine-tuned capacitor. 2. Classified by electrolytes: organic dielectric capacitor, inorganic dielectric capacitor, electrolytic capacitor, electrothermal capacitor and air-spaced capacitor. 3.According to the usage: high-frequency bypass capacitor, low-frequency bypass capacitor, filtering capacitor, tuning capacitor, high-frequency coupling capacitor, low-frequency coupling capacitor, small capacitor. 4. According to the different materials: ceramic capacitor, polyester capacitor, electrolytic capacitor, tantalum capacitor, advanced polypropylene capacitor etc. 5. High frequency bypass: ceramic capacitor, mica capacitor, glass film capacitor, polyester capacitor, glass-glazed capacitor. 6. Low frequency bypass: paper capacitor, ceramic capacitor, aluminum electrolytic capacitor, polyester capacitor. 7. Filter: aluminum electrolytic capacitor, paper capacitor, composite paper capacitor, liquid tantalum capacitor. 8. Tuning: ceramic capacitors, mica capacitors, glass film capacitors, polystyrene capacitors. 9. Low coupling: paper capacitor, ceramic capacitor, aluminum electrolytic capacitor, polyester capacitor, solid tantalum capacitor. 10. Small capacitors: metallized paper capacitor, ceramic capacitor, aluminum electrolytic capacitor, polystyrene capacitor, solid tantalum capacitor, glass-glazed capacitor, metallized polyester capacitor, polypropylene capacitor, mica capacitor. V. Capacitor volume Since capacitors are a container for storing charges, there is a problem of capacity. In order to measure the capacity of capacitors to store charges, the capacity is determined. A capacitor must store a charge under the action of an applied voltage. The amount of charge stored in different capacitors under voltage may also different. According to the international standard, when the capacitor is subjected to a 1V DC voltage, the value is the charge that can store in the the capacitor (that is, the electric quantity per unit voltage), which is expressed by the letter C. The basic unit of capacitance is the Farah (F). At 1V DC voltage, if the capacitor stores the charge is 1 Coulomb, the capacitance is set at 1 farah, and Farah is represented by the symbol F, 1 F=1 Q/ V. In practical application, the capacitance of capacitors is often much smaller than that of 1F, and is often used in smaller units, such as mF, μF, nF, pF, etc. The relationship between them is as follows: 1F=1000mF1mF=1000μF1μF=1000nF1nF=1000pF1F=1000000μF1μF=1000000pF VI. Charge and discharge of a capacitor When the capacitor is connected to the power supply, under the action of the electric field force, the free electron connected with the positive electrode of the capacitor moves through the power supply to the plate connected to the negative electrode of the power supply. The positive electrode is positively charged because of the loss of the negative charge; the negative electrode is negatively charged because of gaining negative charge. The positive and negative plates have the same charge size and the opposite sign, so the charge moves in a fixed direction to form a current. Due to the repulsive effect of the same charge, the initial current is maximum, and then decreases gradually. During the process of charge movement, the charge stored on the electrode plate of the capacitor increases continuously. When the voltage Uc between two poles of capacitor is equal to the power-supply voltage U, the charge stop moving. The current I=0, switch closed, through the wire connection, the capacitor plate charge neutralized. When K is closed, on the one hand, the positive charge of the capacitor C can be neutralized on the negative electrode; on the other hand, the negative charge of the negative electrode can also be moved to the positive electrode. The charge gradually decreases, the apparent current decreases and the voltage decreases to zero. VII. Matters needing attention when using capacitors Because the two poles of the capacitor have the residual charge, it is necessary to release the charge at first, otherwise the electric shock will occur easily. When dealing with the faulty capacitor, the circuit breaker and the upper and lower disconnector of the capacitor set should be opened first, and if the fuse protection is adopted, the fuse tube should be removed first. At this time, although the capacitor set has discharged itself, there will still be part of the residual charge, therefore, it is necessary to carry out manual discharge. When discharging, the grounding end of the ground wire and the grounding grid should be fixed first, then the capacitor should be discharged with the grounding rod several times until there is no spark and discharge sound, and finally the ground wire is fixed again. Meanwhile, it should also be noted that if the capacitor has internal breakage, fuse failure or poor lead contact, there may be residual charges between the two poles, which will not be released during automatic discharge or manual discharge. Therefore, the operation or maintenance personnel should wear insulating gloves before contacting the faulty capacitor, and use a short line to connect the two poles of the fault capacitor to make it discharge. In addition, the capacitor with series connection should be discharged separately. VIII. Common fault of capacitor and treatment method (1) When the capacitor explodes, the power should cut off immediately and extinguish the fire with sand and dry-firefighter. (2) When the capacitor fuses, it shall report to the dispatch and open the circuit breaker of the capacitor after obtaining the consent. When the power supply is cut off to discharge it, external checks are carried out, such as whether there are flashover marks on the outside of the casing, whether the casing is deformed, the oil leakage and the short circuit of the earthing device, etc., and the insulation resistance between the poles and the ground is measured. Check whether the capacitor set connection is complete, firm, lacking of phase phenomenon. If not found fault phenomenon, it can be replaced after the investment. If the insurance still melts after power transmission, the faulty capacitor should be withdrawn and the rest should be power on. If the circuit breaker tripped at the same time as the fuse, at this time, don’t connect power supply. After the above inspection has been completed, the insurance must be replaced. (3) The circuit breaker of the capacitor tripped and the shunt safety was not broken, the capacitor should be discharged for three minutes before checking the power cable of the circuit breaker current inductor and the outside of the capacitor. If no anomaly is found, it may be due to external fault bus voltage fluctuations. After inspection, it may be put on trial; if not, a comprehensive test of the protection should be carried out. Through the above inspection, the test, if still can not find the reason, it is necessary to act according to the system, the capacitor is gradually tested. No trial test shall be made until the cause has been found. FAQ 1. What is a capacitor used for? A capacitor (originally known as a condenser) is a passive two-terminal electrical component used to store energy electrostatically in an electric field. The forms of practical capacitors vary widely, but all contain at least two electrical conductors (plates) separated by a dielectric (i.e., insulator). 2. What is capacitor and how it works? In a way, a capacitor is a little like a battery. Although they work in completely different ways, capacitors and batteries both store electrical energy. ... Inside the capacitor, the terminals connect to two metal plates separated by a non-conducting substance, or dielectric. 3. When should you use a capacitor? Power Supply Smoothing. This is the easiest and very widely used application of a capacitor. ... Timing. If you supply power to a capacitor through a resistor, it will take time to charge. ... Filtering. If you pass DC through a capacitor, it will charge and then block any further current from flowing. 4. What is capacitor and its types? The most common kinds of capacitors are: Ceramic capacitors have a ceramic dielectric. Film and paper capacitors are named for their dielectrics. Aluminum, tantalum and niobium electrolytic capacitors are named after the material used as the anode and the construction of the cathode (electrolyte). 5. Are capacitors AC or DC? When we connect a charged capacitor across a small load, it starts to supply the voltage (Stored energy) to that load until the capacitor fully discharges. Capacitor comes in different shapes and their value is measured in farad (F). Capacitors are used in both AC and DC systems (We will discuss it below). 6. What is the principle of capacitor? A capacitor is a device that is used to store charges in an electrical circuit. A capacitor works on the principle that the capacitance of a conductor increases appreciably when an earthed conductor is brought near it. Hence, a capacitor has two plates separated by a distance having equal and opposite charges. 7. Are capacitors dangerous? Capacitors may store hazardous energy even after the equipment has been de-energized, and may build up a dangerous residual charge without an external source. "Grounding" capacitors in series, for example, may transfer (rather than discharge) the stored energy. 8. What type of capacitor should I use? The general rule is always use a capacitor with a higher working voltage than the circuit it is used in. This is of particular importance in power supply circuits with high value electrolytic capacitors. The working voltage should always exceed the peak working voltage of the circuit by a minimum of 20%. 9. What is capacitor and its applications? Capacitor is a basic storage device to store electrical charges and release it as it is required by the circuit. Capacitors are widely used in electronic circuits to perform variety of tasks, such as smoothing, filtering, bypassing etc…. One type of capacitor may not be suitable for all applications. 10. Do capacitors change AC to DC? No, capacitor cannot convert AC to DC. Capacitor can add DC to AC so that zero reference of AC signal can be changed, in other words capacitor works as level shifter. 11. Can Capacitors store AC? Capacitors do not store AC voltage - it stores voltage. It's rated to handle 450 VAC; that means it can withstand an AC voltage being applied to it. In other words, the capacitor is non-polar (it has no positive or negative lead). Polar (or polarized) capacitors are best known as "Electrolytic" capacitors. 12. What is the difference between a capacitor and a battery? A battery is an electronic device that converts chemical energy into electrical energy to provide a static electrical charge for power. Whereas a capacitor is an electronic component that stores electrostatic energy in an electric field. 13. How much current can a capacitor handle? A 3.5V charger will charge the capacitor up to 3.5V only. You need a higher voltage DC source to charge the capacitor to higher potential. Remember, in your case, 100V is the maximum which capacitor can handle. 14. What happens when a capacitor fails? During a failure, half of the capacitor could fail open, which would result in overall capacitance being lost. Or half of the capacitor could fail short, which would result in the overall capacitance being halved. 15. Does type of capacitor matter? Yes, the type of capacitor can matter. Different types of capacitor have different properties. Some of the properties that vary between capacitor types: a. Polarised vs unpolarised b. Max voltage c. Equivalent Series Resistance (ESR) d. Lifetime (electrolytics are particularly bad in this case) e. Physical size (e.g. a 100,000 uF ceramic capacitor would be HUGE!) f. Tolerance of capacitance (again, electrolytics are bad here, often being +/- 20%
kynix On 2018-12-04
A printed circuit board, also known as PCB, is the electrical connection provider of electronic components. It has been developed for more than 100 years; its key point is about layout design. The main advantage of using circuit board is to greatly reduce wiring and assembly errors, improve the level of automation and productivity. In today's blog, we are going to introduce PCB systematically to show you what is PCB, what's its features, and its manufacturing method and wiring technique and so many more. Catalog PCB Introduction PCB Form PCB Features PCB Advantages PCB Basic Manufacturing How to Designing Your Own PCBs PCB Function Testing PCB Design PCB Wiring How Does PCB Works PCB Recycle FAQ PCB Introduction A printed circuit board, also known as PCB, is the electrical connection provider of electronic components. It has been developed for more than 100 years; its key point is about layout design. The main advantage of using circuit board is to greatly reduce wiring and assembly errors, improve the level of automation and productivity. Since printed circuit boards are not general end products, there is a slight confusion in the definition of it. For example, the motherboard for personal computers is called the motherboard and cannot be called the circuit board directly, although there is a circuit board in the motherboard. They are not the same, so the relationship between the two cannot be said to be the same when evaluating the industry. Another example: because integrated circuit parts are mounted on a circuit board, the news media call it IC board, but in essence, it is not equal to a printed circuit board. We commonly refer to PCB as a bare board which components are not on it. The number of PCB layers can be divided into a single panel, double panel, four-layer board, six-layer board and multilayer board. PCB Material Common materials of PCB boards are electric boards, glass fiberboards, and various types of plastic boards. PCB manufacturers generally use an insulating portion consists of glass fibre, non-fabric, and resin, then pressed with epoxy resin and copper foil to form a prepreg. PCB Metallic Coating The metal coating is where the substrate line meets the electronic component. Furthermore, metal solderability, contact, resistance, and so on will have a direct impact on the component's effectiveness. And different metals have a direct impact on production costs. Copper, tin (the thickness is usually 5 to 15 m), lead-tin alloy (or tin-copper alloy, that is solder, the thickness is 5 to 25 m, about 63 percent is tin), gold (usually plated on the interface), and silver are the most commonly used metallic coatings (usually plated on the interface, or as a whole is silver alloy). PCB Line Design Software Simple layout design can be completed by hand, but complex circuit design is usually realized through computer-aided design (CAD), and well-known design software includes CAD, Pads (that is PowerPCB), Altium designer (that is Protel), FreePCB, CAM350, and others. PCB Form The current circuit boards are primarily made up of the following components: The Line and Pattern: A line is a tool used to connect the original parts. The large copper surface will be designed as the grounding and power supply layer in the design. The wiring route is created concurrently with the pattern. Dielectric is used to keep lines and layers insulated. Through-hole / via: it can switch the lines above the two layers on and off, larger ones are used to set components, and non-through holes (nPTH) are typically used as surface mounting positioning and fixing screws for assembly. Solder resistant / Solder Mask: not all copper surfaces needed solder parts with sin, so the non-tin soldering area will print something to separate tin (usually epoxy resin), to avoid a short circuit. According to different processes, this can be divided into green oil, red oil and blue oil to distinguish different functional areas. Legend / Marking/ Silk screen: it is not necessary. Its main function is to mark the name and position of each part on the circuit board for easy maintenance and identification after assembly. Surface Finish: because the copper surface is easy to oxidize in the general environment, leading to failure to solder tin ( or solder poor), therefore, it will make the copper surface protection which needing to solder sin. The methods of protection include HASL, ENIG, Immersion Silver, tin, Immersion Tin, and OSP, which are generally called surface treatment, having their own advantages and disadvantages. PCB Features Bare panels (no parts on them) are also known as "Printed Wiring Board (PWB)". The board itself is made of insulating, non-bending material. The thin wire material that can be seen on the surface is copper foil, which is originally covered on the whole board but is etched away in the manufacturing process, and the remaining part becomes a small net line. These lines are called conductor pattern or wiring and are used to provide electrical connections to parts on the PCB. The colour of PCB is usually green or brown, which is the colour of the solder mask. It is an insulating protective layer that protects copper wire, prevents short circuit caused by wave welding, and saves solder consumption. Also, a silkscreen will be printed on the solder mask layer. Text and symbols (most are white) are usually printed on them to indicate the location of each part on the board. Silkscreen is also called a legend. Integrated circuits, transistors, diodes, passive components (such as resistors, capacitors, connectors, etc.) and a variety of other electronic components are installed when the final product made. By connecting wires, electronic signals can be connected and their functions can be work. PCB Advantages (1) Because of the reproducibility and consistency of the graphics, the errors in wiring and assembly are reduced, and the maintenance, debugging and checking the time of the equipment are saved; (2) The design can be standardized and interchangeable; (3) High density of wiring, small size, lightweight, which is beneficial to the miniaturization of electronic equipment; (4) It is beneficial to mechanization and automatic production, increasing labour productivity and reducing the cost of electronic equipment PCB Basic Manufacturing PCB manufacturing methods are classified into two types: subtractive and additive. At the moment, the subtractive etching copper foil method is primarily used in mass industrial production. Basic Manufacturing Procedure: First, we’ll need a blank circuit board (a circuit board with complete metal foil), and the rest are required circuit boards. Screen printing: a screen mask is made from a pre-designed circuit diagram. The screen's unnecessary circuit is covered with wax or waterproof material. Following that, the screen mask is placed on a blank circuit board, with a protective agent applied to the screen to prevent corrosion. Finally, immerse the circuit board in the corrosion solution; the part not covered by the protective agent will be corroded away, leaving only the rest to be cleaned away. Photosensitive board: a pre-designed circuit diagram is printed on a transparent film mask (the simplest method is to print the film with a printer), and the required part is printed in an opaque color in the same way. Then, apply photosensitive pigment to the blank circuit board, place the prepared film mask on the board while it is blazing for a few minutes, remove the mask, and use a developer to display the pattern on the board. Engraving: use a milling machine or laser engraving machine to remove unnecessary parts of a blank line directly. Other Manufacture Procedure: (1)Additive The additive, is a pre-coated copper substrate coated with a photoresistor (D/F), exposed to ultraviolet light and exposed where it is needed. Then using electroplating to thicken the copper of the formal circuit line to the required specification, and plating a layer of anti-corrosion thin tin, and finally remove the photoresist (this process is called film removal), and then etch the copper foil layer under the photoresist. (2)Layer Method The lamination method is one of the methods of making multilayer printed circuit board. The outer layer is made after the inner layer is wrapped, and the outer layer is treated by the subtractive or additive method. The sequential layer method can be used to get the multi-layer printed circuit board with multiple layers by repeating the action of the stacking method. 1. Making inner layer 2. Laminated formation( bonding different layers) 3. Layer completion ( Outer metal-containing foil film by subtractive method, mixing with the additive method) 4. Drilling (3)Panel Method 1. Whole PCB electroplating 2. Add a barrier layer where the surface is to be retained 3. Etching4. Removal of barrier layer (4)Pattern Method 1. Add a barrier layer to the area where the surface is not required 2. Electroplating requires with thickness 3. Removal of barrier layer4. Etching into unnecessary foil film to disappear (5)Complete Addition Method 1. Add a barrier layer where there is no conductor 2. Circuit consisting of no electrolytic copper (6)Partial Addition Method 1. Covered with electrolytic copper PCB 2. Add a barrier layer where there is no conductor 3. Electrolytic copper plating 4. Removal of barrier layer 5. No electrolytic copper disappeared until etched under the original barrier layer. (7)ALIVH ALIVH (Any Layer Interstitial Via Hole,Any Layer IVA), this is using aramid fiber fabric as the substrate. 1. Prepreg: dip the fabric in an epoxy resin to form a “Adhesive sheet”. 2. Laser drilling. 3. Filling the hole with conductive paste. 4. Attaching copper foil to the outer layer. 5. Making Circuit pattern by etching on copper foi. 6. Gluing the copper foil on the semi-finished product after the second step. 7. Laminated formation 8. Repeating steps 5 to 7 until completed. (8)B2it (Buried Bump Interconnection Technology) 1. First make a double panel or multilayer board. 2. Printing silver paste as cone on copper foil. 3. To place the adhesive on a silver paste, making silver cone to penetrate the adhesive. 4. Attaching the previous adhesive to the board of the first step. 5. Etching the copper foil of the adhesive into a circuit pattern. 6. Repeat the second to fourth steps until it completed. How to Designing Your Own PCBs How do you go about designing your own PCB? The ins and outs of PCB design are way too in-depth to get into here, but if you really want to get started, here are some pointers: 1. Find a CAD package: there are a lot of low-cost or free options out there on the market for PCB design. Things to consider when choosing a package: Community support: are there a lot of people using the package? The more people using it, the more likely you are to find ready-made libraries with the parts you need. Ease-of-use: if it's painful to use it, you won't. Capability: some programs place limitations on your design- number of layers, number of components, size of the board, etc. Most of them allow you to pay for a license to upgrade their capability. Portability: some free programs do not allow you to export or convert your designs, locking you into one supplier only. Maybe that’s a fair price to pay for convenience and price, maybe not. 2. Look at other people’s layouts to see what they have done. Open Source Hardware makes this easier than ever. 3. More practice. 4. Maintain low expectations. Your first board design will have lots of problems. Your 20th board design will have fewer, but will still have some. You’ll never get rid of them all. 5. Schematics are important. Trying to design a board without a good schematic in place first is an exercise in futility. Finally, a few words on the utility of designing your own circuit boards. If you plan on making more than one or two of a given project, the payback on designing a board is pretty good- point-to-point wiring circuits on a protoboard is a hassle, and they tend to be less robust than purpose-designed boards. PCB Function Testing More intensive PCB, with the higher bus speed and analog RF circuits, pose unprecedented challenges to the testing, where efficient testing requires careful design, thoughtful testing methods and appropriate tools which can provide credible test results. In high-density UUT, if calibration or diagnosis is required, manual work is likely to be required. This is because the machine is limited and the test requires faster (the UUT can collect data quickly with a probe instead of feedback the information to the edge connector), in this case, that the operator is required to probe the test points on the UUT to make sure the test points are clearly marked. Testing Issues include: (1) Is the probe bigger than the test point? (2)Is the probe in danger of shorting several test points and damaging UUT? (3) Is there a shock hazard to the operator? (4)Can each operator find out the test point quickly and check it out? (5)Are test points large and easy to identify? (6)How long does it take the operator to press the probe on the test point to get an accurate reading? (7)If the time is too long, there will be some trouble in the small test area, for example, the operator's hand will slide, so it is recommended to expand the test area to avoid this problem. After considering the above problems, the test engineer should re-evaluate the type of the test probe, modify the test file to better identify the location of the test point or even change the requirements for the operator. PCB Automatic Exploration In some cases, the use of automated probes may be required, such as when PCB is difficult to detect manually, or when the test speed is significantly reduced due to the technical limitations of the operator, under this case which an automated approach should be considered. The automatic probe can eliminate human error, reduce the possibility of short circuit at several test points, and speed up test operation. However, it should be noted that there may be some limitations to automated probes, depending on the vendor's design, including: (1)A size of UUT (2)Number of synchronous probes (3)How close are the two test points? (4)Positioning accuracy of the testing probe (5)Can the system detect UUT on both sides? (6)How fast does the probe move to the next test point? (7)What is the actual interval required for the probe system? (it is generally larger than an offline functional test system.) Automatic detection usually does not touch test points with probe and is generally slower than the production line, so two steps may be required: if the detector is used only for diagnosis, the traditional function test system can be used in the production line, and the detector should be put on the side of the production line as the diagnostic system. If the purpose of the detector is using the UUT to calibrate, it is necessary to use multiple systems, which is still much faster than manual operation. Another key issue is how to integrate the test system into the production line. Is there still room on the production line? Can the system be connected to the conveyor belt? Fortunately, many new detection systems are compatible with the SMEMA standard, so they work in an online environment. PCB Boundary Scan Because it requires specialized components to perform the task, this technology should have been discussed prior to the product design phase. Devices with IEEE1194 (boundary-scan) support can be purchased in UUT with a digital circuit, allowing most diagnostic problems to be solved with little or no detection. However, because it expands the area of each compatible device, boundary scanning reduces the overall functionality of the UUT (4 to 5 pins per chip and some wires). When selecting this technology, the goal is to improve diagnosis. Furthermore, it is emphasized that boundary scans can be used to program Flash memory and PLD devices on UUT, which strengthens the case for selecting the test method. PCB Design In the design of a printed circuit board, the layout of components and wiring of circuit connection are two key aspects. PCB Layout The layout is to put the circuit device in the printed circuit board wiring area. The layout not only affects the wiring work behind it, but it also has a significant impact on the overall performance of the circuit board. To meet the requirements of process, detection, and maintenance, the components should be uniform, neat, and compactly placed on the PCB to minimize the lead and connection between the components, resulting in uniform assembly density. PCB Functional Differentiation Components should be arranged in groups based on their power-supply voltage, digital and analog circuits, speed, current, and so on, to avoid interference with one another. When installing the digital circuit and analog circuit on the circuit board, the ground wire and power supply system of the two circuits should be completely separated, and the digital circuit and analog circuit should be arranged in different layers if the conditions allow. When arranging the fast, medium, and low-speed logic circuits on the circuit board, they should be close to the connector, while the memory should be far away from the connector. This reduces common impedance coupling, radiation, and crosstalk. The clock and high-frequency circuits, which are the primary sources of disturbance emitter, must be arranged separately and away from the sensitive circuit. PCB Thermal Magnetic Balance The heating parts and the heat-sensitive parts are as far away as possible, the influence of electromagnetic compatibility should be considered. Manufacturability: (1) Surface The mounting parts are installed on one side as far as possible and simplify the assembly process. (2) Spacing The minimum distance between components is determined according to the shape of components and other related properties. At present, the distance between components is generally not less than 0.2mm~0.3mm, the distance between components and PCB edge should be more than 2mm. (3) Direction The direction and density of the elements should be favourable to the convection of the air. Considering the assembly process, the component direction is as consistent as possible. PCB Wiring 1. Wires (1) Width The minimum width of the printed wire is determined by the adhesive strength between the conductor and the insulating substrate and the current value flowing through them. Printed wire can be as wide as possible, especially power lines and ground wires, as wide as possible under the condition of the plate surface, even if the area is tight, generally not less than 1mm. In particular, ground wires, even if they are not allowed to be widened locally, it is necessary to widen somewhere permitted to reduce the resistance of the whole ground wire system. For example, the conductors longer than 80mm, even if the current is small, should be widened to reduce the influence of conductor voltage drop on the circuit. (2) Length To minimize the length of the wiring, the shorter the wiring, the less interference and crosstalk, and the lower the parasitic reactance and the less radiation. Especially the FET gate, transistor base and high-frequency circuit should pay more attention to short wiring. (3) Gap The distance between adjacent conductors should meet electrical safety standards. The main electrical issues affecting wiring spacing are crosstalk and voltage breakdown. The spacing should be as wide as possible for ease of operation and production, and the minimum spacing should be appropriate to the applied voltage. This voltage includes the operating voltage, the additional fluctuation voltage, the overvoltage, and the peak voltage for other reasons. For safety reasons, the spacing should be wider when there is a current-voltage in the circuit. (4) Path The signal path from driver to load should be constant in width. The path impedance (resistance, inductance, and capacitance) changes as the path width changes, resulting in reflection and line impedance imbalance. As a result, it is best to keep the path width constant. Furthermore, it is best to avoid right and sharp angles for the wiring corner, which should generally be greater than 90 °. The inner edge of the right path can generate a concentrated electric field, which produces noise coupled to the adjacent path, and the 45 °path outperforms the right angle and acute angle paths. When two conductors come together at an acute angle, the acute angle should be turned into a circle. 2. Aperture and Pad The aperture of components should be better matched with the diameter of the lead; in other words, the diameter of the installation hole should be slightly larger 0.150.3mm than the component's lead diameter. DIL packaging pins and most small components have an aperture of 0.8mm and a pad diameter of about 2mm. For large pad aperture, in order to get better adhesion ability, the ratio of the aperture and the diameter of the pad is about 2 for epoxy glass plate and 2.5~3 for phenol cardboard. Perforation, which is commonly used in multilayer PCBs, has a minimum available diameter that is related to plate thickness, and the plate thickness to aperture ratio is usually 6:1. A high-speed signal generates 14nH inductance and 0.38pF capacitance when perforated. As a result, when laying high-speed signal channels, the number of holes should be kept to a bare minimum. If layer changes are unavoidable for high-speed parallel lines (such as address and data lines), it is necessary to ensure that the number of holes in each signal line is the same, and that the number of holes is minimized. When necessary, a printed conductor protection ring or protective line should be installed to prevent oscillations and improve circuit performance. 3. Grounding Design Unreasonable grounding design will affect the printed circuit board, fail to reach the design target, and even can not work. The ground wire is the reference of the potential in the circuit and the common current channel. The ground potential value is zero theoretically, but in fact, because of the existence of conductor impedance, the potential everywhere of the ground wire is not all zero. As long as the ground wire has a certain length, it's potential may not in zero everywhere. The ground wire is not only a necessary common circuit channel, it also a channel for interference. One point grounding is the basic principle of eliminating grounding interference. The ground wire of all circuits and devices must be connected to a unified grounding point, which is used as the circuit and the zero potential reference point of the equipment. One point grounding is divided into common ground wire series grounding and independent wires parallel grounding. The common ground-wire series grounding is simple. The grounding lead of each circuit is relatively short, and its resistance is relatively small. This kind of grounding method is often used in the earthing of the equipment cabinet. The independent wires parallel grounding has one ground point which is defined as the ground reference point. The other points that need to be grounded are directly connected to this point, and the earth potential of each circuit is related only to the ground current base impedance of the circuit, which will not be affected by other circuits. The Following Points Should Be Noted in Specific Wiring: (1)The line length is as short as possible in order to minimize the lead inductance. In low-frequency circuits, multipoint grounding is avoided because the ground current of all circuits flows through a common grounding impedance or grounding plane. (2)Common ground wires should be arranged as far as possible on the edge of the printed circuit board. As much copper foil as possible should be retained on the circuit board as the ground wire, which can enhance shielding ability. (3)The double-layer plate can use the ground surface, the purpose of which is to provide a low-impedance ground wire. (4)In a multi-layer printed circuit board, a grounding layer can be set, and it is designed as a mesh. The spacing of the earth grid can not be too large because one of the main functions of the earth wire is to provide the signal return path. If the spacing of the grid is large signal-loop area will be formed, which will cause radiation and sensitivity problems. In addition, if the signal reflux path is a small loop area, other ground lines will not take into effect. (5)The earth surface can minimize the radiation loop. How Does PCB Works PCB Recycle PCB manufacturing technology is a very complex, comprehensive processing technology. Especially in the process of wet processing, a large amount of water is needed, so there are many kinds of heavy metal wastewater and organic wastewater discharged. The composition is complex, and the treatment is difficult. If the copper foil utilization ratio of the printed circuit board is 30% and 40%, most of the copper content is in wastewater. If the thickness of each copper foil is 35 microns based on 10, 000 square meters of double panels, the wastewater contains about 4500 kilograms of copper, and there are many other heavy metals and precious metals. These are found in waste liquid and wastewater, if the metal is discharged without treatment, it is not only a big waste but also pollutes the environment. Therefore, the treatment of wastewater and the recycling of copper and other metals in the process of PCB production are of great significance and are indispensable parts in PCB production. It is well known that the wastewater in the production of the printed circuit board is a large amount of copper, and a very small amount of lead, tin, gold, silver, fluorine, ammonia, organic compounds and organic complexes, etc. As for the production of copper wastewater, the main processes are: copper sink, copper plating, copper electroplating, etching and various PCB pretreatment processes (chemical pretreatment, brush plate pretreatment, pozzolanic ash grinding plate pretreatment, etc.). The copper-containing wastewater produced by the above processes can be divided into complex wastewater and non-complex wastewater according to its composition. In order to make the wastewater treatment meet the environment-protection standard, and the maximum allowable compound concentration of copper is 1mg/l (according to copper), but different wastewater treatment methods must be adopted for different copper-containing wastewater. FAQ 1. What is PCB? A printed circuit board, or PCB, is used to mechanically support and electrically connect electronic components using conductive pathways, tracks or signal traces etched from copper sheets laminated onto a non-conductive substrate. 2. What is PCB and types of PCB? A printed circuit board (PCB) is a thin board made from fiberglass, composite epoxy, or other laminate materials. PCBs are found in various electrical and electronic components such as beepers, radios, radars, computer systems, etc. Different types of PCBs are used based on the applications. 3. What can a PCB be used for? Printed circuit boards (PCBs) are used to mechanically support and electrically connect electronic components using conductive pathways, tracks or signal traces etched from copper sheets laminated onto a non-conductive substrate, employed in the manufacturing of business machines and computers, as well as communication ... 4. Why are PCB green? It is due to the solder mask, which protects the copper circuits printed on the fibre glass core to prevent short circuits, soldering errors, etc. ... The colour of the solder mask gives the board its appearance. 5. What is PCB and its advantages? Compact Size and Saving of Wire. A characteristic PCB includes a large number of electronic components. On a Printed circuit board, the interconnection between the components is made through copper tracks instead of using a number of current carrying wires. It makes the interconnections less bulky. 6. How long does it take for PCBs to break down? 3.5 to 83 days. The time it takes for half of the amount of PCBs (initially) present to be broken down ranges from 3.5 to 83 days for molecules with 1 to 5 chlorine atoms. In water, PCBs are essentially broken down by the effect of sunlight (photolysis). 7. What is the disadvantage of PCB? Disadvantages: Easy to Cause Handling Damage. Process Uses a Carcinogen (Thiourea) Exposed Tin on Final Assembly can Corrode. 8. Which PCB design software is the best for beginners? Top Best PCB Design Software of 2021 a. PROTEL (Altium Designer) b.PADS (PowerPCB) c. ORCAD. d. Allegro. e. Eagle(Easily Applicable Graphical Layout Editor) f. Kicad. g. EasyEda. h. Fritzing. 9. What are the advantage of flexible PCB? The flexible circuit board are designed for saving room and improving the flexibility to meet a smaller and higher density mounting design, it also helps to reduce the assembly process and enhance reliability. 10. Why do we use PCB instead of breadboard circuit? The advantages of a printed circuit board: the board is permanent to have an electronic device worked. PCB has a better current carrying capacity comparing to a breadboard, you can make your traces wider to take more current so that work well. ... You can mount heat-sinks to the board so that have them rigid.
kynix On 2018-11-30
Introduction How to Read an Electrical Diagram Lesson What is a circuit Diagram? Circuit diagram is the basic of engineering research and planning. A schematic layout diagram, which is drawn with the standard symbol of physical electricity, can show the working principle of each component and device relationship, Each electronic component has a symbol. After seeing a few circuit diagrams, you’ll quickly learn how to distinguish the different symbols, and provide planning plan for installing electrons or electrical products. Circuit diagram is one of the basic skills that must be learned by electronic engineers. So this paper gathers the classical circuit materials related to regulated voltage power supply, DCDC conversion power supply, switching power supply, charging circuit, constant current source to provide the most practical circuit diagram reference for engineers. Schematic Symbols Basic Devices A resistor is a passive two-terminal electrical component that implements electrical resistance as a circuit element. In electronic circuits, resistors are used to reduce current flow, adjust signal levels, to divide voltages, bias active elements, and terminate transmission lines, among other uses. An inductor, also called a coil, choke, or reactor, is a passive two-terminal electrical component that stores energy in a magnetic field when electric current flows through it. An inductor typically consists of an insulated wire wound into a coil around a core. An electric battery is a device consisting of one or more electrochemical cells with external connections provided to power electrical devices such as flashlights, smartphones, and electric cars.[1] When a battery is supplying electric power, its positive terminal is the cathode and its negative terminal is the anode.[2] The terminal marked negative is the source of electrons that will flow through an external electric circuit to the positive terminal. A relay is an electrically operated switch. Many relays use an electromagnet to mechanically operate a switch, but other operating principles are also used, such as solid-state relays. Relays are used where it is necessary to control a circuit by a separate low-power signal, or where several circuits must be controlled by one signal. Five Parts to Understand Circuit Diagrams *Regulated Power Supply 1. The voltage adjustable range is between 3.5V~25V, the output current is large, using VR- tube circuit to obtain the stable output voltage. Working principle: after rectifying and filtering, DC voltage is supplied by R1 to the base of the adjusting tube, so that the adjusting tube can be switched on. When the voltage passes through the RP, R2 of the V1 conduction, V2 switched on, and then V3 is switched on. At this time, the emitter and collector voltage of V1, V2 and V3 do not change (it acts exactly like a voltage stabilizer). A stable output voltage can be obtained by adjusting RP, and the ratio of R1, PR, R2 to R3 determines the output voltage of the circuit. T: 80W~100W Input: AC220VOutput Duplex Winding: AC28VRP: 1W (resistance: 250K~330K)FU1: 1A FU2: 3A~5A VD1 | VD2: 6A02C4: 470µF/35V(electrolytic capacitor)C1: 3300µF / 35VC2 | C3: 0.1µF (MONO CAP)R1: 180~220Ω / 0.1W~1W Fig 1. VR-tube Circuit 2. Regulated Voltage Adjustable Power Supply Circuit Diagram Whether the computer detection or electronic product can not be separated from the regulated power supply(RPS). This paper introduces one kind of RPS: a DC voltage continuously adjustable from 3V to 15V, the maximum current can be up to 10A, and the circuit uses a high precision standard voltage source integrated circuit (TL431) with temperature compensation which makes the voltage stabilizer more accurate. If there is no special requirement, it can basically meet the normal maintenance. The circuit is shown in the figure below. Fig 2. Regulated Voltage Adjustable Power Supply Circuit Diagram Its working principle is divided into two parts. The first part is a fixed 5V/1.5A power supply circuit; the second part is a high precision and large current regulator circuit which can be adjusted continuously from 3V to 15V. The first circuit is very simple. The DC voltage rectified by silicon bridge QL1 is filtered by C1 from the secondary 8V AC voltage of transformer, then the 5V three-terminal stabilizer block LM7805 can produce a fixed 5V | 1A power supply at the output end without any adjustment. This power supply can be used as an internal power source when the computer board is overhauled. The second part is basically the same as the common series power supply. The circuit is simple, the cost is low, but the voltage stabilizer performance is very high. The resistor R4, the regulator TL431, potentiometer R3 constitutes a continuously adjustable constant voltage source, which provides the reference voltage for the BG2 base. The regulated voltage value of the regulator TL431 is continuously adjustable, which determines the maximum output voltage of the power supply. If you want to expand the range of adjustable voltage, you can change the resistance values of R4 and R3, of course, the secondary voltage of transformer should also be increased. The power of the transformer can be controlled flexibly according to the output current, and the secondary voltage is about 15 V. Bridge rectifier QL, using 15A-20A silicon bridge, compact structure, fixed screws in the middle, can be directly fixed on the shell aluminum plate, better for heat sink. What adjusts the tube is the high current NPN metal shell silicon tube, because it has the very big heat, if the chassis allows, buying the big radiator as far as possible to expand the heat dissipation area; if does not need the big current, a smaller power silicon tube can be used to makes it smaller. The filter uses three 50V/4700uF electrolytic capacitance C5 and C7 in parallel, respectively, to make the output of large current more stable. In addition, this capacitor should be bought with a relatively larger volume, and those smaller ones will also mark 50V/4700uF, but the voltage fluctuates frequently, Or easy to fail for a long time lay idle. Finally, the power transformer can buy a ready-made switching power supply of more than 200W instead of the transformer. In this way, the voltage stability can be further improved, but the manufacturing cost is not too high, and other electronic components have no special requirements. After installation is completed, it can work properly without too much adjustment. *Switched Power Supply(specific examples) The working principle of integrated control IC-UC3842 for PWM switching power supply The following is the UC3842 internal block diagram and pin diagram. UC3842 uses a fixed frequency pulse width controllable modulation mode, a total of 8 pins, each foot function as follows: Pin① is the output of the error amplifier, and the external resistor-capacitor unit is used to improve the gain and frequency characteristics of the error amplifier; Pin② is the feedback voltage input, which is compared with the 2.5 V reference voltage at the same phase of the error amplifier to generate the error voltage, thus controlling the pulse width; Pin③ is the current detection input, when detecting voltage exceeds 1V, the pulse width is reduced so that the power supply is in the state of intermittent operation; Pin④ is the timing end, the operating frequency of the internal oscillator is determined by the external resistor-capacitor time constant, f=1.8 / (RT×CT); Pin⑤ is the common ground; Pin⑦ is a DC power supply terminal with the function of undervoltage and overvoltage locking, the chip power consumption is 15mW. Pin⑧ is the output terminal of 5V reference voltage, its load capacity is 50mA. Fig 3. IC-UC3842 Electrical Diagram UC3842 Internal Schematic Diagram UC3842 is an integrated controller of PWM switching power supply with excellent performance, wide application and simple structure. Because it has only one output, it is mainly used for voice control. The UC3842 pin7 is a voltage input with a starting voltage range of 16V-34V. When the power supply is on, the VCC is less than 16V, and the output of the Schmidt comparator is 0. At the same time, no reference voltage is generated and the circuit does not work. When Vcc > 16V, the input voltage Schmidt comparator sends out a high voltage to the 5V fern voltage regulator, which generates a 5V reference voltage. On the one hand, this voltage used in internal circuit; on the other hand, it provides a reference voltage to the outside through pin8. Once the Schmidt comparator flips to a high level (when the chip starts working), Vcc can change in the 10V-34V range without affecting circuit; when the Vcc is below 10V, the Schmidt comparator flips to a low level and the circuit stops working. When the reference voltage stabilizer has a 5V reference voltage output, the reference voltage detection logic comparator outputs a high level signal to the output circuit. At the same time, the oscillator will generate the oscillation signal of the f=Rt/Ct according to the parameters of the pin④ external Rt and Ct, which is added directly to the input of the totem pole circuit, the other is added to the position end of RS flip-flop made by PWM pulse width modulator, and the output end of R connects the output of current-detection comparator. The R-terminal is the control end of the duty ratio. When the R voltage rises, the Q pulse is widened. At the same time, the pulse width of pin⑥ is widened (duty cycle increased); when the R voltage drops, The Q pulse narrows and the pin⑥ pulse width becomes narrow (duty cycle reduced). The sequence of UC3842 points is as shown in the diagram. Only when the E point is in high level, and meanwhile, a point and b point is all in high level, the d point sends out the high level, the c point sends the low level, otherwise the d point sends the low level, c point sends out the high level. Pin② generally connects the feedback signal. When the pin②voltage increases, the pin① voltage will decrease, and the R-terminal voltage will also decrease, so the pin⑥ pulse will narrow, on the contrary, the pin⑥ pulse will become wider. Pin③ is a current sensing terminal. Usually, a small sample resistor is inserted into the source or emitter of the power transistor to convert the current passing through the switch to a voltage, and the voltage is introduced into the pin. When the load short circuit or other reasons cause the current of the power transistor to increase and the voltage on the sampling resistance exceeds 1V, the pulse output pin⑥ is stopped, which can effectively protect the power transistor from damage. Fig 4. UC3842 Internal Schematic Diagram TOP224P 12V | 20W Switching DC Power Supply Circuit Based on Regulated Voltage Two integrated circuits are used in the circuit: TOP224P three-terminal monolithic switching power supply (IC1) and PC817A linear optical coupler (IC2). After UR and Cl rectifier filter, AC power supply produces DC high voltage Ui, to supply primary winding of high frequency transformer T. VDz1 and VD1 can clamp the peak voltage of leakage inductance to the safe value and can attenuate the ringing voltage. VDz1 adopts P6KE200 type transient voltage suppressor with reverse breakdown voltage 200V, and VDl uses UF4005 type UFRD in 1A/600V. The secondary winding voltage is filtered by V, C2, L1 and C3 rectifier, getting 12V output voltage Uo. Uo value is set by the sum of the forward voltage drop UF, R1 of LED and the value of regulated voltage Uz2. Other output voltage values can be obtained by changing the turn ratio of high frequency transformer and the regulated voltage value of VDz2. R2 and VDz2 also provide a false load for 12V output to improve the load adjustment rate at light load. The feedback winding voltage is filtered by VD3 and C4 rectifier to supply the bias voltage required by TOP224P. Since the control current is regulated by R2 and VDz2, the output duty cycle is changed to stabilize the voltage. The common mode choke L2 can reduce the common mode leakage current generated by the waveform of the high voltage switch connected to the D by the primary winding. C7 is a protective capacitor used to filter out interference caused by coupling capacitors of primary and secondary windings. C6 can reduce the differential mode leakage current caused by the fundamental and harmonic waves of the primary winding current. C5 can not only filter the peak current added to the control terminal, but also determine the self-starting frequency, compensating the control loop with R1 and R3. Fig 5. TOP224P 12V | 20W Switching DC Power Supply Circuit The Main Technical Specifications of This Power Supply are as Follows AC Voltage: u=85~265V Voltage Regulation: η=78% Grid Frequency: fLl=47~440Hz Input Voltage (Io=1.67A): Uo=12V Working Temperature: TA=0~50℃ Maximum Output Current: IOM=1.67A Maximum Output Ripple Voltage: ±60mV Continuous Power Output: Po=20W /TA=25℃ or 15W /TA=50℃) *DC-DC Power Supply 3V→+5V or +12V Circuit Portable electronic products powered by batteries generally use low power supply voltage, which can reduce the number of batteries and product size. In order to ensure the stability and accuracy of the circuit, it is necessary to use a regulated power supply. If the circuit uses 5V working voltage, but one component requires a higher working voltage, this often makes the designer feeling hard. In this paper, a circuit composed of two booster modules is introduced to solve this problem, and only two batteries are used to supply power. The circuit has fewer components, small size, light weight, stable output of 5V or 12V, and meets the requirements of portable electronic products. +5V power supply can output 60mA, and +12 V power supply maximum output current is 5 mA. Fig 6. 3V→+5V or +12V Circuit The circuit is shown above. It is composed of AH805 and FP106 booster module. AH805 is a kind of boost module with an input of 1.2V~3V and an output of 5V, which can output 100mA current at 3V. FP106 is a chip boost module with input of 4V~6V and output fixed voltage of 29 ±1V, the output current up to 40 mA. AH805 and FP106 are both a level-controlled to shut down the power. The output voltage of two 1.5V alkaline batteries is 3V, inputting to the AH805, and its output voltage is 5V, inputting 5V to the FP106, and the output voltage is 28V~30V, and then the output voltage is 12 V after through the voltage stabilizer. It can be seen from the diagram that different output voltages can be obtained by changing the stabilizer voltage. Pin⑤ of FP106 is the closing end of controlling the power supply. When Pin⑤ is added a high level > 2.5V, the power supply is switched on; When adding the low level is less than 0.4V, the power supply is off. It can be controlled by circuit or manually. If it is not necessary, Pin⑤ is connected to Pin⑧. MC34063 3.6V→9V Circuit Working State: No-load: Output 3.65V| 18uA Load: Output 9.88V | 50.2mA; Input 3.65V | 186.7mA, efficiency 72% Working Principle: When there is no load, the IC has no power on pin⑥ and stops working. The input current is only 18uA with input 3.65V. When there is a load (Q1 has Ieb current), the EC pole of 8550 is switched on and the IC is operating. Whether the IC works is determined by whether there is a load or not, it is quite a battery. Using IC has a high voltage conversion efficiency and output stably. If this circuit adds a point of improvement, for example, when increasing power, it can turn into a power supply from 4.2V to 5V without switch. You can use a battery box as a backup power source for your phone. Fig 7. MC34063 3.6V→9V Circuit *Charging Circuit lm358 basic Battery Charger Circuit Diagram Fig 8. lm358 basic Battery Charger Circuit Diagram There are two different arguments about whether alkaline batteries can be recharged. Some can be filled; the other say it has a risk of explosion. In fact, alkaline batteries can be rechargeable, generally 30-50 times of its service life. In fact, due to the charging methods, there are two different consequences. First of all, there is no doubt that alkaline batteries can be rechargeable, and in the battery instructions, it is mentioned that alkaline batteries are not rechargeable and that charging can lead to explosions. That's true, but note that the word is "could". Actually, it can be viewed as a manufacturer's self-protection statement of exemption. The key to charging alkaline batteries is temperature. As long as you can charge the battery without high temperature, you can successfully do it. The right charging method requires several points: small current: 50mA charge 1.7V discharge 1.3V After some people tried charging practice, they said categorically that they could not recharge. The reason for the problems such as lack of charging, short electricity consumption, leakage, explosion, actually, most are charger problems. If the charging current of the charger is too large, far more than 50 ma, and some fast chargers is above 200ma, the direct result is that the temperature of the battery is very high. If the battery is hot, the batteries will leak, and the serious will explode. Some people use Ni-MH rechargeable battery charger to charge, low grade charger does not automatically stop charging function, after long time charging will lead to overcharge then causing battery leakage and explosion. A better charger has the function of automatic shutdown, but the stop charge voltage is generally set to 1.42 V of the Ni-MH rechargeable battery, while the voltage of the alkaline battery is about 1.7V when it fully charged. As a result, the voltage is too low which causing fake charge. And not to wait until the battery is completely out of power to charge, it will lead to poor lifetime of the battery. It is recommended that the voltage of alkaline battery is not less than 1.3V. Therefore, if you plan to charge the alkaline battery, you must have a qualified charger, charging current around 50mA, and charging cut-off voltage is about 1.7V. Related Description Alkaline manganese rechargeable battery: based on alkaline zinc manganese battery, it is also called mercury-free alkaline manganese battery because of the use of mercury-free zinc powder and new additives. The battery can be recharged for dozens to hundreds of times without changing the discharge characteristics of the alkaline battery, which is more economical. Alkaline zinc-manganese battery was developed in 1882. It was developed in 1912 and put into production in 1949. It has been found that when KOH electrolyte solution replaces NH4Cl as electrolyte, both the electrolyte and the structure change greatly, its performance improved significantly. Features Open voltage is 1.5V Working temperature is between -20℃ to 60℃, it is suitable in alpine region. The capacity of high current continuous discharge is about 5 times that of acid zinc-manganese battery. 2.75W USB Charger This design adopts Power Integrations's LinkSwitch series product LNK613DG. This design is well suited for mobile phones or similar USB charger applications, including mobile phone battery chargers, USB chargers, or any application with constant voltage or constant current. In the circuit, the diode D1 to D4 rectifies the AC input, and the capacitors C1 and C2 filter the DC. The L1, C1 and C2 form a π type filter to attenuate the differential mode conduction EMI noise. These are connected by E-sheild technology of Power Integrations transformers. This design can easily meet the requirements of EN55022 B-type conduction EMI with sufficient margin, and no Y capacitor is required. Fire proof, fusible, winding resistor RF1 provides fault protection and limits surge current generated during startup. Fig 9. 2.75W USB Charger Circuit Fig 9 shows that U1 is powered by optional offset power, which reduces no-load power to less than 40 mW. The value of by-pass capacitance C4 determines the number of cable voltage drop compensation. The value of 1μF corresponds to the compensation of a 0.3Ω / 24 AWG USB output cable. (10μF capacitance compensates 0.49 Ω / 26 AWG USB output cable.). In the constant voltage stage, the output voltage is regulated by switch control. The output voltage is maintained by skipping the switching cycle. By adjusting the ratio of the prohibition period to maintain voltage regularly. This also optimizes the efficiency of the converter throughout the load range. Under the condition of light load (trickle charge), the current limit will be decreased to reduce the magnetic flux density of the transformer, thus reducing the audio noise and switching loss. With the increase of load current, the current limit will increase, and the skipping period will be reduced continuously. When no longer skipping any switching period (maximum power point), the controller in the LinkSwitch-II switches to constant current mode. When the load current needs to be further increased, the output voltage will decrease, and it reflects in the FB pin voltage. In response to the voltage drop of the FB pin, the switching frequency will decrease linearly to achieve constant current output. The RCD-R clamping circuit is composed of D5, R2, R3 and C3, which is used to limit the leakage voltage spike caused by leakage inductance. Resistance R3 has a relatively large value to avoid drain voltage waveform oscillations caused by leakage inductance, which prevents excessive oscillation during turn-off, thus reducing EMI conduction. Diode D7 rectifies secondary and C7 filters it. C6 and R7 together limit the transient voltage spike on D7 and reduce EMI conduction and radiation. The resistor R8 and Zener diode VR1 form an false output load which ensures that the output voltage is within an acceptable limit and that the battery does not discharge completely when the charger is off. Feedback resistors R5 and R6 set maximum operating frequency and output voltage at constant voltage stage. *Constant-Current Source 1. Discussion on How to Design Three-wire Constant Current Source Driving Circuit The constant current source drive circuit is responsible for driving the temperature sensor Pt1000, to convert its sensing resistive signal with temperature into measurable voltage signal. In this system, the required constant current source should have good temperature stability, large output resistance, output current less than 0.5mA (upper limit of Pt1000 without self-heating effect), earthing at one end of load, and variable polarity of output current. Because the influence of temperature on the parameters of integrated operational amplifier is less significant than of the transistor or FET, the constant current source composed of integrated operational amplifier has the advantages of better stability and higher constant current performance. Especially in the case where one end of the load needs grounding, it has been widely used. So use the dual operational amplifier constant current source shown in figure 2. Amplifier UA1 is used as adder, UA2 as follower, UA1 and UA2 are gain bipolar operational amplifier OP07, which having low noise, low misalignment and high open-loop. Fig 10. Three-wire Constant Current Source Driving Circuit Vb and Va are the up and down potential of the reference resistor Rref in figure 2: Va is the output of in-phase adder UA1. When taking the resistor R1= R2 , R3=R4, the output current of the Va=VREFx+Vb. It can be seen that the dual operational amplifier constant-current source has the following remarkable characteristics: Load earthing The output current is bipolar when the operational amplifier is supplied by a dual power source. The constant current can be achieved by changing the input reference VREF or adjusting the reference resistor Rref0. It is easy to obtain stable small current and compensation calibration. Because of the mismatch of the resistor, the voltage at both ends of the reference resistance Rref0 will be affected by the terminal voltage Vb of its driving load. At the same time, as a constant current source, Vb will definitely change with the load, which will affect the stability of the constant current source. Therefore, the four resistors R1, R2, R3, R4 are chosen according to the principle that the mismatch should be as small as possible, in addition, the mismatch direction of each pair of resistors should be consistent. In practice, a large number of precision resistors of the same batch can be screened, and 4 resistors with close resistance values can be selected. 2. High Voltage Constant Current Source Circuit Diagram(switch power model) The instrument needs a constant current source that can generate 1mA current on 0 to 3 megabytes ohmic resistance. A design composed with 12V storage battery and UC3845 has be made: the transformer uses a color TV high voltage packet, in which L1 enamelled wire is wound 24 turns on the core of the original high voltage package; L3 uses a coil of the original high voltage package and L2 with the high voltage part of the high voltage packet; L3 and LM393 constitute a voltage limiting circuit which limits the output voltage too high and adjusts the open-circuit output voltage by adjusting R10. Fig 11. High Voltage Constant Current Source Circuit Diagram(switch power model) You May Also Like Filtering Circuit Tutorial (Schematic Diagrams) Switch Mode Power Supply Circuit Design Tutorial Selection Guidance of Five Main Materials for Flexible Circuit Board Production Recommendation MC34063A SOP8 LM7805A UC3842AD FAQ 1. What are the basic elements of electronics?When building electronic circuits, you will work with a number of basic electronic components, including resistors, capacitors, diodes, transistors, inductors and integrated circuits. 2. What is the schematic symbol represented in the electrical and electronic diagram?It is also called a schematic symbol. Each component has typical functionality according to its operational characteristics. An electronic circuit or schematic drawing uses a wired path between electronic components to complete the circuit. These components are represented by respective symbols for it. 3. What are the 5 components of electricity?The Basics of Electrical ComponentsResistors. The very first component that you should know about is the resistor.CapacitorsLight Emitting Diode (LED)TransistorsInductorsIntegrated Circuit (IC) 4. What are the types of electronics?Electronics has branches as follows:Digital electronicsAnalogue electronicsMicroelectronicsCircuit designIntegrated circuitsPower electronicsOptoelectronicsSemiconductor devices 5. What are the different schematic symbols?Schematic Symbols:Wires (Connected)Wires (Not Connected)DC Supply VoltageGroundNo Connection (nc)ResistorCapacitor, Polarized (Electrolytic)Light-Emitting Diode (LED) 6. What are the electrical diagrams?Image result for Electrical DiagramElectrical diagrams are drawings which are used to represent electrical circuits, these circuits are represented by using lines, symbols, and number combinations. Electrical diagrams show the wiring between components and the relative position of the components. 7. What are the three types of electrical diagrams?There are three ways to show electrical circuits. They are wiring, schematic, and pictorial diagrams. The two most commonly used are the wiring diagram and the schematic diagram. 8. What are the four types of electrical diagram?Image result for Electrical DiagramSome of these electrical drawings or diagrams have been described below.Block DiagramSchematics Circuit DiagramSingle Line Diagram or One-line DiagramWiring DiagramPictorial DiagramLadder Diagram or Line DiagramLogic DiagramRiser Diagram 9. What are the 2 main types of electricity?Current electricity is a constant flow of electrons. There are two kinds of current electricity: direct current (DC) and alternating current (AC). 10. What are the 2 types of electric circuit?Types of Electric CircuitsThere are two types of circuits found in homes and other common devices; namely series circuits and parallel circuits. 11. What is electrical block diagram?Block Diagram – A block diagram shows the major components of electrical or mechanical interrelations in block, or square or rectangular, form. The lines between the blocks represent the connections between the systems or components. 12. What are the 4 basic components of a circuit?Every electric circuit, regardless of where it is or how large or small it is, has four basic parts: an energy source (AC or DC), a conductor (wire), an electrical load (device), and at least one controller (switch). Visualize what happens when you switch on a room light. 13. What is type of wiring diagram?Schematic Diagrams often called a ladder diagram, is intended to be the simplest form of an electrical circuit. This diagram shows the circuit components on horizontal lines without regard to their physical location. It is used for troubleshooting because it is easy to understand the operation of the circuit. 14. What is the main purpose of electrical diagram?Electrical drawings, sometimes referred to as wiring diagrams, are a type of technical drawing that provide visual representation describing electrical systems or circuits. They are used to explain the design to electricians or other workers who will use them to help install or repair electrical systems. 15. Which software is used for electrical design?Top 8 Software For Electrical EngineersAutoCAD ElectricalPLC ProgrammingSCADA SoftwareAC/DC Drive SoftwareProteus And PspiceOrCADXilinxKeil
kynix On 2018-11-23
Schematic Diagrams CLC П-Filter 1. Working Principle a. When the positive pulse is input, C1 is charged first, the charging current is ic1, and meanwhile, reaching the peak voltage of pulse. The inductor L also has a linearly increasing current, and the magnetic energy is stored in L. With the increase of the current, more and more magnetic energy is stored, and the capacitor C2 is charged with voltage through inductor L (the charge current is ic2), the voltage of C2 is basically equal to the voltage on C1, in addition, the current IRL in load RL is also supplied by input pulse. b. When the input positive pulse disappearing, the current of the load RL is supplied by two channels: one is -ic2 provided by the C2 discharge, the other is converted from the magnetic energy stored by the inductor L, in other words, L connects with C1 to provide current -ic1. The current in the loaded RL is equal to the sum of the discharge currents of the two capacitors, that is IL=-(ic2+ ic1). c. For DC, C1 and C2 in CLC filter are equivalent to open circuit, and the inductance of inductor L to DC component is zero, which is equivalent to short circuit, so DC component can pass through inductor L1 smoothly. d. For AC: capacitors have a large capacity equivalent to short circuit, while inductors are sensitive to various sinusoidal waves, so AC components can not be removed or fewer passed. 2. Advantages High output DC voltage, sometimes the highest peak voltage can reach the rectangular wave. It is suitable for large load current, the output voltage pulsation is small. 3. Disadvantages It is used in the power supply without voltage regulator, and its load capacity is poor. 4. Application CLC filter is usually used in switching power supply of pulse-amplitude modulation. The larger the capacitance and inductance, the better the filtering. DLC Filiter 1. Working Principle a. When the secondary winding of the transformer is up positive and down negative, because the output voltage of the secondary winding of the transformer is positive and negative alternating rectangular wave, so the negative half cycle is removed from the D1 rectifier, the positive half cycle passes through the D1 rectifier, the magnetic energy is stored when current flowing through the inductance L. This current is partly charged for C1, and another is for load RL, at the same time, D2 off. b. When the inputting positive pulse disappears, the self-inductance voltage generated by the secondary winding of the transformer is up negative and down positive, so the rectifier D1 cut off. The filter has no input voltage, and the current supply of the load RL consists of two parts. One is the magnetic energy stored in the inductor converted to electric energy, the current direction is the same as the original current, and forms the circuit current iL through the fly-wheel diode D2; the other is -ic1 provides by the provided by C1 discharge. 2. The output DC voltage of the DLC filter is the average of the input rectangular wave value. 3. DLC filter is usually used in the pulse-width switching power supply. The output of the DLC needs a parallel resistor to the ground, commonly called "release resistor", in general, 30-50mA current is enough. CRC П-Filiter 1. Working Principle a. The output voltage of the rectifier is filtered by C1 capacitor at first, filtering out most of the AC components. And the voltage after C1 is added to the RC filter circuit composed of RL and C2, then the AC component is further filtered by capacitor C2. b. There is almost no inductance in the small capacitor C1, also its capacitive reactance is very small, so the high frequency interference component is easily filtered to the ground, that is to say, the filter effect of high frequency AC interference is better. c. The capacitance capacity is large (C2>C1), the low-frequency AC component flows through C2, so the effect of low-frequency AC interference filtering is better. d. The resistor has voltage drop and power loss effect on AC and DC, so CRC is only used for low load current. Product Recommendation KY53-ZJYS51R5-4PT-01 KY53-CM3032V201R-00 KY53-B39871B3762Z810
kynix On 2018-11-20
Join our mailing list!
Be the first to know about new products, special offers, and more.
Feature Posts
How Resistors Work: From Basic Principles to Advanced Applications2025-07-30
DC Switching Regulators: Principles, Selection, and Applications2025-05-30
FPGA vs CPLD: In-depth Analysis of Architecture, Performance and Application2025-05-07
MOSFET Technology: Essential Guide to Working Principles & Applications2025-05-04
SMD Resistor: Types, Applications, and Selection Guide2025-04-30