Bird
0
0
PCB Designbi_tool~6 mins

Star vs bus power routing in PCB Design - Key Differences Explained

Choose your learning style9 modes available
Introduction
When designing a circuit board, delivering power efficiently and reliably to all components is a big challenge. Choosing how to route power lines affects how well the circuit works and how easy it is to fix problems.
Explanation
Star Power Routing
In star routing, power lines run from a single central point to each component separately, like spokes on a wheel. This means each component gets power directly without sharing lines with others, reducing interference and voltage drops. However, it can use more space and copper on the board because each line is separate.
Star routing gives each component a direct power path, improving stability but using more board space.
Bus Power Routing
Bus routing connects all components along a single common power line, like a main road with many stops. This saves space and copper because one line serves many parts. But if one part draws too much current or causes noise, it can affect others on the same line, leading to voltage drops or interference.
Bus routing is space-efficient but can cause shared power issues among components.
Choosing Between Star and Bus
The choice depends on the circuit’s needs. Star routing suits sensitive or high-current parts needing clean power. Bus routing works well for simpler circuits or where space is tight. Sometimes designers combine both methods to balance performance and board size.
Selecting star or bus routing depends on power needs, sensitivity, and board constraints.
Real World Analogy

Imagine a neighborhood where each house needs water. In star routing, each house has its own pipe from the main water tank, so water pressure is steady and independent. In bus routing, all houses share one big pipe with branches, saving materials but risking pressure drops if many use water at once.

Star Power Routing → Each house having its own direct water pipe from the main tank
Bus Power Routing → All houses sharing one main water pipe with branches
Choosing Between Star and Bus → Deciding between individual pipes or a shared pipe based on water needs and cost
Diagram
Diagram
       ┌────────────┐
       │ Power Source│
       └─────┬──────┘
             │
   ┌─────────┼─────────┐
   │         │         │
┌──┴──┐  ┌───┴───┐  ┌──┴──┐
│Load1│  │ Load2 │  │Load3│
└─────┘  └───────┘  └─────┘

Star Routing: Each load has its own line from the source.

Power Source ────────────────────────────────> Loads connected along one line (Bus Routing)
Diagram shows star routing with separate lines from power source to each load and bus routing with all loads connected along a single line.
Key Facts
Star Power RoutingPower lines run individually from a central point to each component.
Bus Power RoutingMultiple components share a single common power line.
Voltage DropReduction in voltage as power travels along a conductor.
InterferenceUnwanted electrical noise affecting signal or power quality.
PCB Copper UsageAmount of copper area used on a circuit board for routing.
Common Confusions
Believing bus routing always causes power problems.
Believing bus routing always causes power problems. Bus routing can work well if current demands are low and components are tolerant; problems arise mainly with high current or sensitive parts.
Thinking star routing wastes power.
Thinking star routing wastes power. Star routing does not waste power but uses more board space and copper to provide separate paths.
Summary
Star routing sends power directly from one point to each component, improving stability but using more space.
Bus routing shares one power line among components, saving space but risking voltage drops and interference.
Choosing the right method depends on the circuit’s power needs, sensitivity, and board design constraints.