This is my first electrical project and I have only an extremely basic knowledge of electronics to fall back on. I need some expert help. I have a project going using ArduinoMega2560 and 200 (4 sets of 50) of these exact LEDs HERE daisy chained and i have been racking my brain for weeks trying to get them to turn on. This is the project i'm working on - It is for an interactive bluetooth coffee table actually which is hosted on instructables (here is a link: http://www.instructables.com/id/Dot-an-Interactive-Coffee-Table/) I set the LED table sketch and required libraries in Arduino for the LED table i have been painstakingly crafting and affixed 196 leds to a wooden plank with hot glue (not good) to make the table.
I initially read up on WS2811 LEDs and from some posts i saw, I thought the lights were 12v. First I got this power supply which was tiny and had only 12v but 2A and didn't seem like it would power the LEDs. It was still somehow rated 12v but I returned it as the LEDs only came on dimly once then wouldn't come on again. Then I got this power supply on Amazon, and when I hooked everything up, the first 9 to 12 LEDs came on very bright. Well, after checking the chinese site that housed the ebay LEDs I'd bought, I noticed the product specs on the LEDs clearly say 5v and the power source was 12v. When I realized this I unplugged immediately and bought this EXACT, 5v 20A power supply. Now when I've connected that - none of my LEDs turn on.
Here are the specs I ended up uncovering on the LEDs:
Product Properties:
Item Type:LED String
Brand:no
Shape:irregular
Power Supply:DC
Working voltage:5V
Waterproof:no
Specifications
Working current: 60MA
Power: 0.3W/LED
Working temperature: -40- 60Deg.C
IP grade: IP68
Dimension: 12 mm
Lifespan: MTBF>50000h
Viewing angle: > 90
To run the lights, I was hooking up the power on the LEDs to the V+ on the Power source and the Data pin to PWM pin 9 on Arduino. I also changed the DATA_PIN to 9 in the sketch. I'm using the VIN pin to power the Arduino, also connected to V+ pin and grounded the board by connecting V- to GND.
First question, did I fry all 196 of my LEDs and is there an easy way to test which (if not all) of my 4 LED strips may be fried? I have a multimeter but I'm not sure which setting to use and where to test the current.
And Second, did i miss something in constructing my circuit? the HC-05 bluetooth unit I have connected to my Arduino runs with no issue but I haven't been able to get the LEDs to cooperate yet.. could that be due to the fact that I ran 12v through them first before getting the 5v unit and they were already fried? because with the 2 12v supplies, they lit up partially but with the 5v supply, not so much as a glimmer now.
This is how my circuit is constructed, except i am using the Vin Pin for power from the power source, rather than the Arduino 5v pin (which is powering my HC-05) - can anyone think of one of the many ways I may be going wrong?
If you can somehow save my project (and hundreds of dollars spent) I will be forever in your debt.