LIBRARYGrounds and power rails.
Why ground is the shared reference, what a power rail is, and why a ground plane beats a thin trace for a quiet board.
Ground is the shared zero that every voltage on the board is measured against, and the power rails are the fixed voltages that feed the parts. Getting both right is what makes a board quiet and reliable.
Ground is the reference
Voltage is always measured between two points, so a board agrees on one point as zero, called ground. A 3.3 V rail means 3.3 volts above ground. Every current that flows out to a part also flows back through ground, so ground carries all the return current.
Power rails
A rail is a net held at a fixed voltage that feeds many parts at once, such as 5 V from USB or 3.3 V from the regulator. Parts tap the rail they need, and decoupling capacitors keep each rail steady where it is used.
Why a plane beats a thin trace
Return current follows the path of lowest impedance, not the shortest line. A wide ground plane gives that current a low-inductance path right under the signal it returns, which a thin ground trace cannot, so a plane keeps noise and interference down (All About Circuits).
▸Deep dive· Going further: multi-layer boards
A two-layer board puts the ground plane on the opposite side of the signals. A professional quiet board goes further and uses four or more layers: the fabricator sandwiches the signal layers tightly against dedicated internal power and ground planes, separated by thin insulating cores called prepreg. That tight spacing gives every signal a return plane a fraction of a millimeter away, which drops the loop inductance further still. It is the same principle as the ground plane, taken to the structure of the board itself, and it is a stack-up you set in an EDA tool like KiCad. (Altium)
FUNDAMENTALS · GROUNDS & RAILS
Grounds and power rails
On a One Thousand Drones L1.01 board the ground is a filled copper plane and the rails are wide, so return current has a quiet, low-impedance path back to the source.
Checkpoint
Quick check
One Thousand Drones engineering team · verified 2026-07