I have now got a "5V 2A barrel power supply" but i was using my monitor power supply before which was giving me a couple red flashing lights on the strip but wasn't responding to any other commands and i'm not even sure if i was using the "blink" example code at that point either.
Now when i have it plugged in and i verify and upload the blink command to the board with the LED's connected non of them blink or flash.
Also the LED strip is warm to the touch closest to where the power is coming from.
Hello thank you for your help,
The monitor power supply had an output of 12Vdc == 3.0A.
Now using the FastLED blink example and uploading it to the board also does nothing to the LED strip.
The LED strip has 150 pixels.
The tutorial that you linked is incomplete. It is recommended that there be a 1000uF cap across the 5V supply to the strips and a 470 (or so) Ohm resistor in series between the Arduino output and the first Din of the strip. See here. The cap smooths the current to the strip and the resistor limits current into Din and protects the Arduino output.
OK, clearly you must power a 5 V strip with 5 V and not 12 (or anything else). You must connect it directly to the strip with the capacitor described across the supply at the strip. If you have not actually connected 12 V to a 5 V strip, it should still be operable.
sergeidrew:
Also the LED strip is warm to the touch closest to where the power is coming from.
That is a very bad sign!
You do not power the Arduino from 12 V. It requires 5 V and since you are running the strips at 5 V, you can take the power from the start of the strip to the Arduino "5V" pin and ground. You need to bundle all three wires between Arduino and strip together - 5 V, ground and the data wire. No open loops in the wiring.
If you are (unwisely) using a UNO, you need to disconnect that "5V" pin from your main power supply when you plug it in to the PC for programming (or any other reason!).
So by "16.4ft" you actually mean a 5 metre strip. If it is - most likely - 60 LEDs per metre, that is 300 LEDs at 55 mA each full brightness (and about 300 mA together even when dark). That is 16 Amps - you need a 5 V 20 A switchmode power supply.
The foil in the strip cannot handle that current. You need to run a cable pair of something like 1 mm2 alongside the strip to feed current into the strip at least every metre, including both ends.
So perhaps when you have all the necessary parts together, we can get somewhere.