Confusion on common node in a circuit

circuit-common

I am a bit confused related to the concept of common node in a circuit. I know that all voltages are measured with reference to this node. But here's the problem :

I have some big circuit, containing a few IC, common emitter amplifer to amplify their output, followed by op amp filters. Now I want to know that in my circuit, do I need a single common node, which has the negative terminals of all the batteries included( for ic, bjt and op amp) and the ground terminals of ic's, op amp and bjt ?

Or do i need separate common nodes each for ic's, bjt and op amps ? If so, then will I just connect the output of each component to the input of next via a single wire ?

The circuit will be wired to generate a signal from ic's, amplify the signal using bjt and then filter the output.

Best Answer

Short answer: Use a single common node for the whole circuit.

Long answer:

When one part of the circuit sends a signal to another part of the circuit (for example one IC sending a digital signal to another IC, or an op-amp sending an analog signal to a filter) there has to be a complete circuit for the signal to be transmitted. If the signaling scheme is notionally "single-ended" (for digital) or unbalanced (for analog), then the current associated with the signal must return by some path. Typically this is the "ground" node, or some other node that is, at least for ac analysis, shorted to the ground node.

Also, consider if two circuits have their ground isolated from each other, and one delivers a "5 V" signal to the other. If somehow their individual grounds have drifted so that there is 50 V potential between them, it's very unlikely that a signal that is "+5 V" for one circuit will be within the safe operating limits for the other.

Of course other options are available. You can use differential signalling, which tolerates small variations in ground between the parts of the circuit. This is common when the two subcircuits are several feet apart from each other.

You can also use differential signalling with galvanic isolation if you need to accommodate 10's or 100's of volts difference between the grounds of the two circuits. But this adds cost and typically limits the performance of the system (for example, transformer isolation won't pass signals that include a dc component, and opto-isolators have speed accuracy limits)

If you have no reason to do otherwise, use a common ground between all the parts of your circuit.