Back to Basics: Equivalent Series Inductance(ESL)

For a real-world capacitor, there are 2 elements worth exploring, ESR(Check older posts to know more about this) and ESL. ESL refers to the inductance that is present in the leads and terminals of a capacitor, as well as any inductance that is present in the capacitor itself. As you see in the equivalent of a capacitor, it’s an RLC circuit, and RLC circuits have a self-resonant freq when the effective inductance and capacitance “cancel” each other and show a minimum impedance. You would have seen those in the V-shaped impedance curves for capacitors. The lowest point of the V shape is the resonant frequency.

After the resonant frequency, Capacitor doesn’t work like a capacitor. An ideal capacitor is supposed to have a lower impedance for larger frequencies of operation. Xc is inversely proportional to Freq. What we see after the resonant freq in the graph, is due to ESL. The inductance of a capacitor starts dominating and the impedance rises. Now, what’s the problem if impedance rises? Suppose you are using a capacitor beyond the resonant freq in your circuit, impedance seen by your power supply rails will be higher, meaning it will actually resist the flow of high freq components creating noise problems or spikes at the switching instant. Hence we always want to use capacitors with lower ESL in our circuits.

The amount of inductance in a capacitor is primarily influenced by the length of its constituent elements. As the length, or loop area, increases, so does the inductance. Consequently, electrolytic capacitors tend to exhibit significantly higher ESL than their 1206 or 0402 (which is even lower than 1206) counterparts. It is therefore advisable to use the smallest possible footprint size that is compatible with the required voltage rating, in order to minimize ESL. You see that on the graphs, the resonant point shits right and the vertical impedance axis value reduces as you go down in size. Another way to reduce it is to use a flipped capacitor(Check older posts on how they work) with a lesser length.

If you liked the post, Share it with your friends!

Back to Basics: RS232 vs RS422 vs RS485

These are one of the fundamental communication standards out there for sending data between devices. RS stands for “Recommended Standard”. In its simple terms, RS 232 is used for point-to-point communication between 2 devices. You have RX, TX line and you share a GND line between the devices. Its main limitation is the speed of transmission and how immune it is to noise signals. They can do max 1Mbps and can extend the distance to around 15m.

RS422 was introduced to remove the shortcomings of RS232. It supports single-point to multiple-receiver connections. Meaning you can broadcast information. To improve noise immunity, they use a differential pair. So you have just 2 wires running between systems for a half-duplex connection and 4 wires if you want a full duplex. So effectively you have a higher bandwidth (Around 10Mbps) and you can have a longer cabling length of 1000m+. It uses twisted pair lines with a termination of 120 ohms.

RS485 is again an improvement over RS422 wherein electrical standards remain the same but it introduces the concept of multiple transmitters and receivers in a single line. For RS485, on the driver end, you need to have a minimal differential of 1.5V between lines whereas on the receiver end the differential is 200mV so you do have a large margin for longer transmission of signals. As usual, longer the distance, lower the speed of transmission you can achieve.

It is imperative to understand that, all the above three are electrical standards and not protocols(Protocols define how data is packed and sent) or connector types. It tells you the signal amplitudes, how it can be wired, termination resistance etc but not how to transmit data over it over a signalling scheme. These standards are still in use because it’s cheaper to implement for lower bandwidth wired data transmission between systems.

If you liked the post, Share it with your friends!
1 17 18 19 20 21 52