It works great with low power LEDs but no luck powering LEDs that require 12V.
I have read that I need to get rid of the IREF 2.2 resistor and that makes sense to me because the higher voltage I am trying to use.
I then read that I should use a 10uF Cap to filter the LED Power supply. At least one is required, two are preferred. Should these go between the 12V source and the ground? I am powering the TLC with 3.3 from the Arduino and the LEDs from a 12V. Should I ground the 12V supply to the arduino?
And then I think I need a 1.0uF Caps to decouple the power supply. Do I connect this between pin 20 and the ground?
I don't think I will need any resistors at all for the TLC5940. The LEDs have their own resistors already built into the strips.
Any tips on where the capacitors go would be really helpful.
I am currently looking into doing a similar project with the 12V strip lights.
Obviously the Brilldea project uses TLC5940 as a driver for the the strips so it's really a question of implementation. It appears they have an instruction page, probably a parts list, etc, have you tried using that as a baseline? What is going wrong with your design... you just said it doesn't work, what doesn't work... do you have any troubleshoot tools like a DMM to figure out what is going wrong with your circuit? If not you should get a multimeter at the very least.
One thing to note that their individual strips are a bit of a ripoff if you want a large quantity of them. You can buy a large 5meter reel off ebay for much cheaper ($30-40 for 50 strips)
I did try to use the Brilldea design as a baseline. That is where I got the idea that I needed some capacitors but I was not sure where to put them. My total lack of understanding was absolutely no help
I did get the lights working though. I read Grumpy Mike’s page about De-Coupling and tried to implement that the best I could but in the end my problem was something else I learned from Mike’s power supply page that really fixed the problem. I simply needed to have the 12V supply and the 5V supply share a ground. That fixed it.
I am still confused about the capacitors because it works with or without them. But my understanding from Mike’s page is that they will help the overall consistency of the design.
Thanks for your advice about the ebay deals. I think you are right. All Brilldea sent me was a long string of lights that I had to cut up to add (hack) connectors to. I am sure the ebay products are similar. I can say that I am a HUGE fan of this kind of LED. They are really bright. I was trying to create my project with an RGB LED matrix and that was way to much work for the minimal light intensity.
Now my next power related problem is that I want to create both a 12V and 5.5V regulated power supply from one cord. I need to split the power to supply both the low voltage boarduino and the 12V leds. I think I ‘understand’ the voltage regulator circuits necessary but I am not sure if I need to use a 24V supply and then break up into 12V and 5.5V supplies or if the single 12V supply can handle both power supply circuits. I know that this must really expose my lack of basic understanding but I am simply fishing for clues so I know what to search for. Any ideas?
I’m slightly over the “Basic” Arduino connections. I have some experiences with more complicated circuits too, but now I have two questions, both are too complicated to my current knowledge.
Here is a simplified schematics of a TLC5940 based circuit (I hope the attachement will go up). All relevant information are noted. I have only two questions:
Which is a good value for decoupling capacitance for 12 V source (which drives all the LEDs)?
Which is a good value for decoupling capacitance at 5V input for the TLC5940 (this is now direclty driven by Arduiono +5V/GND pins).
(Of course, if you have any other useful hint for this, I’ll be deeply appreciate your help.)
The board is a Mega2560, but I don’t think, if it’s relevant.