Why the far end goes dim
You wire a long toran, power it from one end, switch on, and the first few metres look perfect while the last few look dim and yellowish. The strip is not faulty. This is voltage drop, and every installer meets it eventually.
Picture a water pipe running the length of a street with taps along it. The house nearest the tank gets full pressure. Every tap that opens takes some pressure away from the houses further down. By the far end, the flow is a trickle.
Electricity behaves the same way in a long strip. Every pixel draws current, and all of that current has to travel through the thin copper tracks in the strip to reach the pixels beyond it. Copper has resistance, so the voltage falls as you move along. By the far end, the pixels are being fed less than they need.
The visible symptom is specific and useful: a gradual fade in one direction, with white turning yellow or pink. That is always power. If instead you see flickering, wrong colours across the whole strip, or a section that is completely dead, that is a data or connection problem, not power.
Working out how much power you need
There are two ways to do this. Use whichever matches the information you have.
Method 1 — from the strip's rated wattage
Most strips are sold with a watts-per-metre rating printed on the reel or the datasheet. This is the easiest route:
Total watts = watts per metre × number of metres
A strip rated at 14.4 W/m, run over 10 metres, needs 144 watts at full load.
Method 2 — from the pixel count
If you only know the pixel count, work from current. A single RGB LED at full white draws roughly 60 milliamps — about 20 mA for each of the red, green and blue channels. So:
Total amps = number of LEDs × 0.06
300 LEDs × 0.06 = 18 amps. At 5V that is 90 watts. At 12V, with three LEDs sharing one pixel, the same physical strip draws roughly the same power but at a quarter of the current.
That figure assumes every pixel at full white simultaneously. Real effects rarely do that — most chases and colour washes run well below half. But size the supply for the worst case anyway, because the one time a customer asks for a full white flash is the time the supply will be tested.
Choosing the SMPS
Never buy a supply rated exactly at your calculated load. A supply running permanently at 100 percent of its rating runs hot, ages fast, and fails at the worst possible moment.
SMPS rating = calculated load × 1.3 (minimum). Use 1.5 for outdoor work or long summer events.
144 W calculated → buy a 200 W supply, not a 150 W one.
| Calculated load | Buy at least | Comfortable choice |
|---|---|---|
| 50 W | 65 W | 100 W |
| 100 W | 130 W | 150 W |
| 200 W | 260 W | 300 W |
| 350 W | 455 W | 500 W |
Two supplies of 200 W each are usually a better answer than one 400 W supply for a long run, because you can place them at different points along the fixture and shorten the distance the current has to travel. That reduces voltage drop and gives you a spare path if one unit fails.
An SMPS mounted inside a sealed decorative box on a hot day will shut down or fail. Leave air space around it, keep it out of direct sun, and never wrap it in cloth or plastic sheeting for weatherproofing.
Power injection, explained properly
Power injection means feeding the supply voltage into the strip at more than one point instead of only at the beginning. Back to the water analogy: instead of one tank at the top of the street, you add feed pipes partway down so the far houses get full pressure too.
How to do it
Decide the injection points
For 5V strips, plan to inject every few metres — 5V systems have very little voltage headroom and fade quickly. For 12V strips you can go considerably further between injections. Exact distances depend on the strip's current draw and the copper thickness, so test on the bench with your actual strip before committing to a large job.
Run separate feed wires from the supply
The injection wires must go back to the power supply directly. Do not tap power from a point further along the strip — that defeats the purpose, because the strip copper is exactly what you are trying to bypass.
Connect positive to positive, negative to negative
Solder or connect the injection wires onto the strip's power pads at the chosen point. The data line is not injected and must not be touched — data continues along the strip as normal, pixel to pixel.
Check polarity before switching on
Reversed polarity on an injection point can damage a whole section of strip instantly. Check every injection point with a meter before the supply is energised. Every time, including on a run you have wired a hundred times before.
Program a full white frame and walk the length of the fixture. If the white is even from end to end, your injection is right. If it still fades, add another injection point closer to the fade.
Common ground — the rule people break
If the controller and the strip are powered from different supplies, their negative terminals must be connected together. This single wire is skipped more often than any other, and it produces the most confusing faults in the whole trade.
The reason is simple. The data signal from the controller is a voltage measured relative to ground. If the controller's ground and the strip's ground are at different levels, the strip cannot read the signal properly. You get random flickering, colours that change on their own, or pixels that light when nothing is being sent.
The frustrating part is that the fixture often works fine on the bench, where everything runs from one supply, and then misbehaves at the venue where the controller is on a separate feed. If a fixture worked in your workshop and fails on site, check the common ground first.
When connecting a live system, ensure the ground connection is made before or at the same time as the data connection. Data arriving at a strip that has no ground reference can damage the first pixel.
Wire thickness
Thin wire behaves like a narrow pipe — it restricts current and drops voltage over its length. On a long injection run, undersized wire cancels out the benefit of injecting at all, and it heats up.
| Current carried | Guidance |
|---|---|
| Under 3 A, short run | Light wire is acceptable |
| 3–10 A | Step up a size; check the wire is not warm after 30 minutes |
| Over 10 A | Use substantial cable, or split the load across two feeds |
| Any run over 5 metres | Go thicker than the current alone suggests — length adds resistance |
The practical test: after the fixture has been running for half an hour, feel the wires. Warm is a warning. Hot means the wire is undersized and must be replaced before the job goes live.
The data line
Data has its own rules, separate from power:
- Keep the controller close to the first pixel. A long data run from the controller to the start of the strip is the most common source of flickering. Keep it as short as practical, and use a shielded or twisted pair for longer runs.
- Direction matters. Every strip has an arrow printed on it showing which way data flows. Connect the controller at the arrow's tail. Wire it backwards and nothing works — no partial result, just nothing.
- Never inject data. Power gets injected at multiple points; data travels through the pixels in sequence and only enters at the start.
- One dead pixel breaks the chain. Because each pixel passes the signal to the next, a failed pixel blacks out everything after it. If your strip works up to a point and then stops, replace the last working pixel's neighbour.
If you are unsure which strip type you are wiring, our WS2811 vs WS2812B guide covers how to identify it and which voltage it expects.
Wiring mistakes that cost money
- Supply rated exactly at the load. It will run hot and fail during an event.
- No common ground between separate supplies. Produces flickering that no software setting will fix.
- Injecting power from a point on the strip instead of from the supply. Achieves nothing.
- Thin wire on long injection runs. Wastes the injection and creates a fire risk.
- Long data run to the first pixel. Random flickering that appears intermittently.
- Skipping the polarity check. One reversed connection can destroy a whole section.
- Sealing the SMPS in a box with no airflow. Thermal shutdown mid-event.
Questions we get asked
Can I use one supply for the controller and the strip?
Yes, provided the supply is rated for the combined load. This is the simplest arrangement and it removes the common ground problem entirely, because there is only one ground.
How do I know if I need injection at all?
Run a full white frame on the assembled fixture and look along it. Even brightness end to end means no injection is needed. Any visible fade means you do.
My strip flickers only when the effect gets bright. Why?
The supply cannot deliver the current the bright frames demand, so the voltage sags and the pixels lose their data timing. Either the supply is undersized or you need injection.
Is it safe to run the strip at less than full brightness to save power?
Yes, and it is good practice. Around eighty percent brightness looks cleaner to the eye, reduces heat, and gives your supply headroom. Set it in the software rather than by under-powering the strip.
Can I join two strips of different lengths on one port?
Yes, as long as they are the same voltage and IC type and the total stays within the controller's pixel capacity — see our controller comparison. Power each section adequately; do not rely on the join to carry current.
Strip specifications and copper thickness vary widely between manufacturers, so always verify against your own hardware. If your results differ from what is described here, tell us through the contact page.