Wiring a high-density 12V COB LED strip requires more than just twisting wires together; it demands a clear understanding of current paths, voltage drop, and PWM (Pulse Width Modulation) control logic. When interpreting a standard diagram for led strip installations, the most common point of failure isn't the LED itself—it is a misunderstood ground path or an undersized wire that starves the strip of current. This guide walks through a complete 12V DC circuit using a Mean Well LRS-150-12 enclosed power supply, a logic-level MOSFET PWM dimmer, and a 5-meter 12V COB LED strip drawing approximately 4.2 amps (50 watts). We will trace the circuit node-by-node, map the physical terminals, and show you exactly how to verify every connection with a multimeter before you ever flip the breaker.
Decoding the Diagram for LED Components and Symbols
Before tracing the wires, you must understand what the schematic symbols represent in the physical world. In DC low-voltage lighting schematics, you will typically see a DC voltage source symbol (a series of long and short parallel lines), a switch or transistor symbol (representing the PWM dimmer's MOSFET), and the LED load symbol (a diode triangle with outward-pointing arrows indicating light emission).
Below is the specification and symbol mapping for the core components in this build. This data-dense table provides the exact electrical ratings you need to ensure your components are matched correctly.
| Component | Model / Spec | Electrical Rating | Schematic Symbol | Function in Circuit |
|---|---|---|---|---|
| AC/DC Power Supply | Mean Well LRS-150-12 | Input: 100-240VAC Output: 12VDC @ 12.5A |
Transformer with rectifier bridge and filter capacitor | Converts mains AC to regulated 12V DC; provides overcurrent and short-circuit protection. |
| PWM Dimmer Module | Logic-Level MOSFET Board (e.g., IRFZ44N based) | Max Load: 30A Input: 5V-24VDC Freq: 1kHz-20kHz |
N-channel MOSFET with gate drive circuit and flyback diode | Chops the 12V DC into high-frequency pulses to dim the LEDs without shifting color temperature. |
| LED Strip Load | 12V High-Density COB (Chip-on-Board) | 10W/meter (50W total) Draw: 4.16A @ 12V |
Series-parallel array of diode symbols with emission arrows | The actual light-emitting load. COB provides a dot-free, continuous light line. |
| Main DC Feed Wire | 14 AWG Stranded THHN / Silicone | Ampacity: ~15A-20A (depending on insulation temp rating) | Straight solid or dashed line (depending on stranded vs solid) | Carries the full 4.2A load from the power supply to the PWM dimmer with minimal voltage drop. |
Node-by-Node Trace: Source to Load
A schematic is only useful if you can trace the physical current path. Here is the exact node-by-node trace from the AC mains source to the LED load, including the critical polarity and ground paths.
1. AC Mains to Power Supply (The Source)
- Node 1 (Hot): AC Mains Black (Hot) wire connects to the L (Line) terminal on the Mean Well supply.
- Node 2 (Neutral): AC Mains White (Neutral) wire connects to the N (Neutral) terminal.
- Node 3 (Earth Ground): AC Mains Green/Bare wire connects to the FG (Frame Ground) terminal. This is a critical safety path that bonds the metal chassis of the power supply to earth, preventing shock hazards if an internal fault occurs.
2. Power Supply to PWM Dimmer (The Control Stage)
- Node 4 (DC Positive): The +V terminal on the power supply outputs regulated 12V DC. A 14 AWG red wire routes this to the VIN+ (or VCC) terminal on the PWM dimmer.
- Node 5 (DC Negative): The -V terminal on the power supply is the DC return path. A 14 AWG black wire routes this to the VIN- (or GND) terminal on the PWM dimmer.
3. PWM Dimmer to LED Strip (The Load)
- Node 6 (Switched Positive): The PWM dimmer's internal MOSFET switches the negative side in most common modules, but the output terminals are labeled VOUT+ and VOUT-. Route a wire from VOUT+ to the +12V copper pad on the COB LED strip.
- Node 7 (Switched Negative): Route a wire from VOUT- to the GND (or -12V) copper pad on the LED strip. When the MOSFET turns on, it connects this pad to the DC return path, completing the circuit and lighting the strip.
Physical Terminals and Meter Verification
Knowing which terminal is which on the physical device is half the battle; proving the connection is correct before applying power to the LEDs is what separates professionals from hobbyists who burn out their strips. Use a digital multimeter (DMM) to run through this verification sequence.
- Verify AC Input (Power OFF, Meter set to AC Voltage): With the mains plugged in but the PSU switch off (if equipped), probe the L and N terminals. You should read your local mains voltage (e.g., 120V AC in North America, 230V AC in Europe). Safety Warning: Mains voltage is lethal. Ensure the PSU enclosure is closed and use properly rated CAT III probe leads.
- Verify DC Output Unloaded (Power ON, Meter set to DC Voltage): Turn on the power supply. Probe the +V and -V terminals. A healthy Mean Well LRS-150-12 will read between 12.0V and 12.2V DC with no load attached. If it reads 0V, check the internal glass fuse or your AC input wiring.
- Verify PWM Output (Meter set to DC Voltage): Probe the VOUT+ and VOUT- terminals on the dimmer. Set the dimmer to 100%. You should read approximately 11.8V to 12.0V. Drop the dimmer to 0%; the meter should read 0.0V. (Note: Because PWM switches rapidly, a standard DMM will show the average DC voltage. To see the actual square wave, you would need an oscilloscope).
- Check LED Strip Continuity (Power OFF, Meter set to Ohms/Diode Test): Before connecting the strip to the dimmer, probe the +12V and GND pads on the LED strip itself. You should see a high resistance or a specific diode forward voltage drop (usually around 2.5V to 3.0V on the diode test setting). If the meter beeps indicating a dead short (< 1 ohm), do not apply power. You have a short circuit on the strip's copper flex board that will instantly trip the power supply's short-circuit protection or melt your wires.
Wire Sizing and Voltage Drop Management
The most frequent mistake when executing a diagram for led projects is using the thin 22 AWG jumper wires that come bundled with breadboard kits for the main power runs. A 5-meter COB strip drawing 4.2 amps will experience severe voltage drop if the feed wires are undersized, resulting in the LEDs near the end of the strip glowing dimly or shifting color.
According to standard ampacity charts and practical bench testing, here is how you should size your conductors for a 5A maximum load:
| Wire Gauge (AWG) | Max Ampacity (Chassis Wiring) | Voltage Drop per 10ft (at 5A) | Recommended Use Case |
|---|---|---|---|
| 14 AWG | ~32A | ~0.12V | Main feed from Power Supply to PWM Dimmer. Keeps voltage drop negligible over standard 3-5 foot bench runs. |
| 18 AWG | ~16A | ~0.31V | Pigtails connecting the PWM Dimmer output to the LED strip pads. Flexible enough to solder without lifting the copper pads. |
| 22 AWG | ~7A | ~0.79V | Low-current logic signals only (e.g., connecting a 5V PWM control signal from an Arduino/ESP32 to the dimmer's signal input). Never use for the 12V power path. |
For deeper technical reference on how PWM affects LED longevity and color rendering, the All About Circuits guide on PWM dimming provides excellent oscilloscope captures of the square waves we discussed in Step 3. Additionally, if you are scaling this up to addressable digital LEDs rather than standard analog COB strips, the Adafruit LED Strip Guide covers the crucial data-line injection requirements that analog diagrams omit.
By strictly following the node-by-node trace, verifying your terminals with a DMM, and respecting voltage drop calculations, your 12V LED installation will run cool, bright, and flicker-free for years.






