6
\$\begingroup\$

I would like to know the difference between different types of Grounds like AGND, SGND, Battery Gnd, PGND. Are all the grounds not same? Cant we connect the device to any one of these grounds?

\$\endgroup\$
2
  • \$\begingroup\$ I can not anderstand why this question it is apvoted, since this question is answered many times, with much more details than you get bellow. -1 because you did not dig. There is nice search function in the upper right corner. \$\endgroup\$
    – GR Tech
    Commented Nov 26, 2014 at 17:16
  • \$\begingroup\$ @GRTech The standard method for expressing this is by flagging it as a duplicate and tagging the questions that you think address it already - this allows it to be managed correctly - either the question is a duplicate, or it just sounds like one. Flagging it allows the debate. Additionally, the links help others to find the appropriate question. Many users arrive here from Google - a link to a better-answered question would be more helpful than this grumbling. It's a lot more friendly to newcomers also who maybe don't know the rules/conventions for stackexchange. \$\endgroup\$
    – Dan
    Commented Jan 18 at 11:45

3 Answers 3

8
\$\begingroup\$

Though they all all contain "GND" they are not really mean the earth, we only have one earth, but can have many "GND"s. You can think GND as a common reference point of a local system.

From your "GND"s, the AGND, may represent the "analog ground", SGND may represent "signal ground", PGND may represent "power ground". For some reasons, such as safety, EMI, etc., we tend to split our system into many sub-systems. Every ground just is a reference point of the sub-systems.

If your device doesn't belong to a system, you can't connect your device to the ground of that system.

\$\endgroup\$
2
  • \$\begingroup\$ It is more consistent to think of 'ground' as 'return path', this will make it easier when you have to consider EMC issues as well. So each 'ground' is actually a different sort of 'return path' for a signal. For example, a safety 'earth' is a good return path for current which shouldn't escape the enclosure, but isn't usually a good path for high frequency signals. Thinking of 'ground' as a uniform 0V potential will cause confusion once you get past the most basic of circuits. \$\endgroup\$
    – rolinger
    Commented Nov 26, 2014 at 16:21
  • \$\begingroup\$ I think the OP may concern the GND "point", actually, there always some voltage drop on a "path", so only one point is the really GND point, that is the common reference point, even the points on your "path" should reference to this point. \$\endgroup\$
    – diverger
    Commented Nov 26, 2014 at 16:26
6
\$\begingroup\$

Ideally all grounds are the same. However, there may be reasons they aren't the same:

  1. Your ground has significant DC current flowing through it. From Ohm's law, we know \$V = IR\$, so there will be a slight voltage gradient across your "ground".
  2. Similarly, for high frequencies, ground has some non-zero inductance. An inductor at high frequency has significant impedance, leading to a potential difference at these high frequencies.
  3. Ground is a label for a reference point. Sometimes you don't want your reference point to be physically tied to the literal ground, or want isolated reference points (known as "galvanic isolation").

Usually high frequencies are on the digital side, where you are switching at a high rate (worse, these are square waves so there are higher harmonics). Analog circuits usually imply you care about the amplitude/other features of the waveform, and these high frequencies from digital circuits can easily corrupt your signal. Thus it's not uncommon to have a divider between analog and digital grounds. However, crucially both grounds are still tied together (preferably at a single point) so you have the same reference point. There are other things to consider here, but I'm omitting them for brevity.

For circuits with significant DC current and sensitive analog components, it's not uncommon to divide the power ground from your analog ground. Again, you would tie these together at a single point to have a common reference.

Galvanic isolation is used for various reasons. One of the big reasons is safety. For example, most power bricks are isolated supplies. If there is a failure on the primary side, as long as you don't exceed the isolation voltage limit your second side usually just loses power instead of being shorted to the primary side plugged into the wall. In this case, you physically have two separate reference points. Their potentials can float such that the voltage across the two grounds is not zero. Sometimes there is some effort made that this potential doesn't drift too far away.

\$\endgroup\$
3
\$\begingroup\$

No they aren't always the same. AGND (analog ground) for example is a reference point for your analog component. You can hook this up to another voltage then the ground of your battery. Same case with the SGND, which you will probably have with a differential signal. This is the reference point for the signal. I have never heard of PGND (protective ground?) so I can't really say alot about that, except that it is not always the same as the ground of your battery.

\$\endgroup\$

Not the answer you're looking for? Browse other questions tagged or ask your own question.