Sunday 5 February 2017

Ground as a conductor


Let's look at the next circuit:


schematic


simulate this circuit – Schematic created using CircuitLab


Will electric current go through R1 in the real world? Is ground like a conductor with some R supposedly > than R1, and can we illustrate this like that :


schematic


simulate this circuit



Answer




Yes an no.


As a schematic... No. The ground symbol simply means both those wires are the same node and that node is deemed to be your reference ground for measurements. It is an arbitrary and abstract definition of ground. No current ever flows thorough that point to anywhere.


A ground symbol in a schematic is actually only a special net name designator. The following two schematics are equivalent.


enter image description here


As such, what your schematic is internally represented as in any schematic editor is this. Notice GND is a single node/net that isn't actually connected to anywhere outside the circuit.


schematic


simulate this circuit – Schematic created using CircuitLab


Now you may ask what about trace resistance. Well, if you open that can of worms, whether any current flows through R1 would depend on how you routed the ground net.


This way R1, on the right, would carry a small current...


enter image description here



This way, it wouldn't..


enter image description here




If you take your drawing as a "wiring diagram", where each grounding point is a different connection point to either a common ground or physical earth, yes there will be a finite resistance between those points.


In a real schematic you would indicate separate grounds differently.


schematic


simulate this circuit


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...