Wiring the analog LED Strip is not so difficult compare to addressable LED Strip. To control an analog LED Strip using popular Microcontroller like Arduino you need to add a power transistor to the circuit if you are new to transistor visit this link. Transistor allows you to use small current that microcontroller provided by its own pin to control higher voltage current that other device required. As you can see the diagram below the LED strip required 12v from external power source. Ground should wired to common ground even the + voltage is different.
Required Component
- Arduino Microcontroller.
- Analog LED Strip
- 10 Resistor
- Power Transistor (EX: TIP12X)
- 12v 4A Regulator (if your using longer strip you need to calculate required current to get bright and exact current draw) See below the voltage drop calculator
- Solder Less Bread Board
- Jumper Wire / DuPont Wire
- Voltage Regulator (EX: L7805 Optional for Standalone)
- 1uf Capacitor (Required For the Regulator)
- 10uf Capacitor (Required For the Regulator)
Wiring Diagram
Source Code / Sketch Code
Blink Show
[crayon-6741b02e7b60a189191349/]
Random Show
[crayon-6741b02e7b615190722128/]
Voltage Drop Calculator | Link
Wiring 3014/3020/2835/5050/ Analog LED Strip with MCU