When evaluating a circuit parallel and series layout for high-power lighting, the topology you choose dictates your power supply requirements, thermal stability, and catastrophic failure tolerance. The direct answer for any array exceeding 3W: always default to a series circuit driven by a constant-current buck converter. Parallel LED circuits suffer from current hogging and thermal runaway due to the negative temperature coefficient of LED forward voltage. This guide breaks down the exact physics, failure modes, and component sizing required to build a robust series array, terminating in a concrete bill of materials.

Topology Breakdown: Node Labels and Current Flow

To understand why series dominates high-power design, we must map the current flow. In a standard 3-LED series string, the topology follows a single continuous path:

  • Node A (V_IN): 12V DC positive rail enters the string.
  • Node B (LED1 Cathode / LED2 Anode): Current passes through the first LED, dropping ~2.9V.
  • Node C (LED2 Cathode / LED3 Anode): Current passes through the second LED, dropping another ~2.9V.
  • Node D (LED3 Cathode / Resistor Anode): Current enters the current-limiting element.
  • Node E (GND): Current returns to the power supply ground.

In this series configuration, Kirchhoff’s Current Law guarantees that exactly the same current flows through every component. If you drive Node A with 700mA, every LED receives exactly 700mA, regardless of minor manufacturing variances in their forward voltage (Vf).

Conversely, in a parallel topology, V_IN splits across multiple branches. Because no two LEDs have the exact same Vf bin, the branch with the lowest Vf will draw a disproportionately high share of the current. As that LED heats up, its Vf drops further (a negative temperature coefficient), causing it to draw even more current until it exceeds its maximum rated junction temperature and fails.

Failure Modes at the Extremes: What Breaks When?

Designing for the extremes means understanding exactly how each topology behaves when a component fails open or short. The contrast here is the primary reason parallel circuits are banned from commercial high-power lighting.

Failure Event Series Circuit Behavior Parallel Circuit Behavior
One LED Fails Open The entire string goes dark. Current drops to 0A. The remaining components are completely safe from overcurrent. The failed branch stops drawing current. The power supply pushes the same total current into the remaining branches, overdriving them and accelerating their degradation.
One LED Fails Short Total string Vf drops. The current-limiting resistor or constant-current driver absorbs the excess voltage. The remaining LEDs survive, though they may run slightly brighter/hotter. Catastrophic short circuit across the power supply rails. Traces melt, wires smoke, and the power supply trips its overcurrent protection (or catches fire if unprotected).
Ambient Temp Spikes Current remains stable (if using a constant-current driver). Thermal equilibrium is maintained across the string. Thermal runaway initiates. The hottest LED hogs current, gets hotter, and burns out, cascading the failure to the next hottest LED.

Design Walkthrough: Sizing a 12V Series Array

Let’s move from theory to the bench. We are designing a 12V DC lighting module using three series-wired Cree XLamp XP-G3 LEDs. Our target drive current is 700mA, which yields roughly 1000 lumens per LED at excellent efficacy.

1. Calculate Voltage Headroom

The typical forward voltage (Vf) of an XP-G3 at 700mA is 2.9V. For three in series, the total string Vf is 8.7V. With a 12.0V nominal supply, our headroom is 12.0V - 8.7V = 3.3V. (Note: If this were an automotive 14.4V system, headroom would be 5.7V, requiring a different resistor or a switching driver).

2. Size the Current-Limiting Resistor

Using Ohm’s Law (R = V / I), we calculate the required resistance for Node D:

  • R = 3.3V / 0.7A = 4.71 Ω.
  • The nearest standard E12 resistor value is 4.7 Ω.

3. Calculate Power Dissipation and Derate

Using the power formula (P = I² × R):

  • P = (0.7A)² × 4.7Ω = 0.49 × 4.7 = 2.30 Watts.
Bench Rule of Thumb: Never run a resistor at more than 50% of its rated wattage. A 2.3W dissipation requires a minimum 5W resistor to prevent thermal drift and solder joint degradation. Select a 5W ceramic wirewound resistor, such as the Vishay RS0054R700FE12.

Breadboard Testing Protocol: Step-by-Step Verification

Before soldering this array to a permanent aluminum-backed PCB, you must validate the node voltages on a breadboard. High-power LEDs will pop instantly if wired backwards or subjected to unregulated current.

  1. Configure the Bench Supply: Set your DC power supply to 12.0V. Crucially, set the Overcurrent Protection (OCP) limit to 0.85A (850mA). This acts as a hardware safety net.
  2. Wire the String: Insert the three LEDs and the 4.7Ω 5W resistor in series. Use heavy-gauge jumper wires (20 AWG or thicker) for the main power rails to prevent voltage drop across the breadboard contacts.
  3. Pre-Flight Continuity Check: With the power supply OFF, set your multimeter to continuity mode. Probe Node A to Node E. You should read a brief beep (capacitive charging) followed by an open loop or high resistance, confirming no dead shorts exist.
  4. Energize and Measure Node Voltages: Turn on the supply. Set the multimeter to DC Volts. Place the black probe on Node E (GND) and the red probe sequentially on Nodes D, C, and B.
    • Expected Node D: ~3.2V to 3.4V (Voltage across the resistor).
    • Expected Node C: ~9.1V (Resistor voltage + LED3 Vf).
    • Expected Node B: ~12.0V (Total string voltage).
  5. Verify Current: Break the circuit at Node A. Insert the multimeter in series (set to 10A DC mode). The reading should stabilize between 0.68A and 0.72A as the LEDs reach thermal equilibrium.

The Topology Decision Tree: Making the Final Call

Use this decision matrix to finalize your component selection based on your specific supply voltage and current requirements. This removes the guesswork and prevents over-engineering simple circuits or under-engineering complex ones.

Condition Topology & Driver Choice Concrete Part Recommendation
Target current < 350mA AND Headroom < 3V Series circuit with a simple linear resistor. Standard 1/4W carbon film resistor.
Target current > 350mA AND Headroom > 2V Series circuit with a switching constant-current buck driver. Mean Well LDD-700H (700mA output, 9-52V input).
Supply Voltage < Total String Vf Series circuit with a constant-current boost driver. Mean Well LDH-25 series boost driver.
Redundancy required (e.g., aviation/marine) Multiple independent series strings wired in parallel, each with its own dedicated driver. Two separate LDD-700H drivers feeding two isolated 3-LED series strings.

The Default Recommendation: For 95% of DIY, automotive, and architectural lighting projects operating between 12V and 48V, wire your high-power LEDs in a single series string and drive them with the Mean Well LDD-700H. This module provides true constant-current regulation, built-in PWM dimming via a logic-level microcontroller pin, and short-circuit protection. It entirely eliminates the need for bulky 5W dropping resistors, converts excess voltage to heat with >95% efficiency, and guarantees that thermal runaway is physically impossible regardless of ambient temperature shifts.