Skip to main content

To Use Star Ground or Ground Plane? Grounding Series Part II

Building circuits whether on a PC (Printed Circuit) board or a breadboard, grounding have always been important. Careful grounding becomes critical on applications where performance and integrity of the signals are of prime importance. Examples are low-level application such as in audio, in precision sensing and measurement circuits, and in mixed analog and digital circuits .

When do we use star ground and ground plane? What is the difference between the two? Which is actually better? We will try to answer first what the difference between the two is.

Star Ground
Also sometimes called mecca ground, this is based on the concept of creating a single return point in the circuit as a common reference in order to avoid ground loops and thus circuit errors (See figure 1 [1]). In the figure, we could see the input signal return path is shared, assuming very high input impedance and no significant current flowing in it. Those in the path of significant current flow, such as the power supply returns, and high frequency signal could be sources of errors, as we have explained in the first part of this series. The input signal and power supply return meet at the star point, where it doesn't introduce an error to the input signal.
               
Figure 1 Star Ground
                 

This would be very beneficial in applications where small error in signals matters and pinpoint accuracy is desired. And as mentioned, it prevents ground loops by avoiding to cross with current return paths that could interfere with the integrity of the signals. In order to be effective with star grounding, the circuit designer has to fully understand the current and signal flows in the circuit.

Ground Plane
A more practical approach to multi-layer PCB is the use of ground plane, where the ground pins of the components can connect directly to ground without using longer traces. The idea behind is that ground planes have wider areas for current to travel through and therefore less resistance or impedance (inductance). The ground plane provides direct return paths for AC signals on the adjoining layers because of the capacitance created between the signal trace and the ground plane, with the insulator in between acting as a dielectric. Remember that Direct Current (DC) signals seek the least resistance and shortest path, while Alternating Current (AC) signals take on the least impedance path which means not necessarily the path the DC signals take.This is also particularly beneficial with bypass capacitors.

Figure 2 Ground Plane
                               



Figure 3 shows two points A and B, with B providing a connection for ground return [2]. Signal travels from point A to B, with the final ground return underneath point A on the ground plane. The DC takes a direct path towards the return, while the AC signal takes the least impedance path (higher capacitance and less inductance on the ground plane), which means the area directly underneath the top layer signal trace.
Figure 3

Continue on to the last part of the series where we will continue to discuss more on the practical applications of the grounding schemes, and when to use star ground or ground plane:

Part III - Grounding Series



References:
[1] Analog Devices Application Note AN345, Paul Brokaw
[2] Staying Well Grounded by Hank Zumbahlen, Analog Dialogue Volume 46


Comments

Popular posts from this blog

What Can You Do With Two Transistors (BJT)? Part 3

This is a continuation of a running series on the kinds of simple circuits we can do with basically just  two transistors. In Part 1 we talked about Current source and Multi-vibrator, and in Part 2 we discussed Linear Regulators. We will continue with more practical circuits that can be very useful in many applications. There are instances that we would like to translate a digital logic voltage from one level to another, say from 5V to 3V, or vice-versa. The input perhaps coming from a circuit that has a higher logic level that needs to input to a different logic level. For a single direction of signal, a single transistor would be enough. Bidirectional functionality can be achieved using two transistors, Bidirectional Logic Translator , as shown below. R1 serves as a pull-up resistor to 5V in the circuit. The input typically comes from an open-drain or open-collector output, pulled up to supply by R1. The enable pin should be tied to the lower of the two supplies. Whe...

Arduino Transistor DC Motor Control

Arduino boards have PWM (Pulse Width Modulation) outputs that can be used to control like the speed of a DC motor. On a Pro Micro, those outputs are encircled white on the board. You can program it such that it outputs on a scale of 1-255, 1 being the slowest and 255 being the fastest. PWM gives out pulses whose width is varied (modulated) while the period is constant. The longer it is high, the higher power it delivers to the circuit. PWM can be used to drive a transistor (switch) which in turn drives the motor ON and OFF. The longer the switch is ON, the higher the power delivered to the motor, and thus faster. The circuit consists of a transistor Q1 (TIP31) NPN transistor, driven by the PWM from Arduino. The resistor is to limit the current to the base, but enough to operate the transistor in saturation when the input is high. The diode is to protect the motor from any back emf that might come from the motor when the current is cut off. The circuit is supplied by a 9V battery. ...

Resistance, Capacitance, and Inductance (R-C and R-L Circuit)

Our aim here is to discuss the very important concepts and give intuitive explanations of the subjects. We'll start with the resistor which is the most straightforward, then with the less understood and often misunderstood concepts of capacitance and inductance. We will discuss the R-C and R-L circuits as well. These along with Ohm's Law, Kirchoff's Voltage Law (KVL) and Kirchoff's Current Law (KCL) are the very foundations of understanding the complete behaviors of practically any circuit one might encounter. Resistance It is a general term that refers to the opposition to the free flow of current in a circuit. More accurately, it refers or applies to DC (direct current). Resistance doesn't apply only to resistors but also to a host of other components in the circuit. For example, a copper trace has a resistance according to its dimensions, as well as the leads of he components.When a current flows through a resistor a potential difference is generated acr...