Hi Phil,
First off, any small LED like this is essentially for "indication", not "illumination". That's why little LED flashlights use 7-10 of them. But even for "indication" they should be extremely bright if you look directly at one.
Check the current flowing through the LED by measuring it with a multimeter (on amps setting). There are 2 possibilities; 1. The voltage you are providing is too low. 2. M5451 constant-current drivers are set too low.
Chances are the current is low since I don't ship the boards dialed all the way up. To run everything full brightness, you need to understand a bit about how power is dissipated in an electric circuit.
Basically, all the power MUST be used somewhere. So if it does not go into lighting your LED, it goes into heat. So if you put 5v into the board and are driving a single 3v LED at 20mA, 2v*20mA*(number of LEDs) is dissipated as heat. If you put 10v in, 8*20mA*(# LEDs) is (so 4 times as much). Too much heat can destroy chips, so you need to minimize the heat and put it into the chips designed to take it.
On the top of the front face of your board you will see 3 tiny screw pots that can be turned with a #0 jeweller's screwdriver (available in a set for a few bucks at any hardware store). These are single turn so a light touch is required. The center pot will adjust the voltage (up to a bit below what you are putting into the board). You want it to read about .7 to 1 volt higher then your LED's take. So that's 4.2v for you. But if your CAT5 runs are long, there might be some voltage loss in the wire... so a little higher might be needed. If you set this too high, you'll put too much power into the M5451 chips and they will get hot and burn out. Too low and your LEDs will be dim (or off). But don't panic, nothing will happen immediately -- you'll feel the M5451's getting hot. And also you can always experiment by having just a few LEDs on simultaneously.
Next the left and right pots adjust the current going through the LEDs (for the left and right IDE connectors). You probably want to turn these until the power reads 15-19mA. You won't be able to tell the difference between that and 20mA and your LEDs will last longer if they are run at a bit below their maximum. The board increases the current to each LED by increasing the voltage up to the maximum you gave it via the center pot. So if you are turning these and they max out at 10mA (further turning doesn't matter until you go past 0 and the current suddenly resets to 0) then you need to increase your voltage a bit.
Cheers!
Andrew
On Sun, Jan 22, 2012 at 11:58 PM, Phil Spitler
<ph...@bonfirelabs.com> wrote:
Hi Andrew, I'm back to getting to work on my Lightuino project and have yet another question for you.
I am using the "all on" routine from your beginning PDE file. and the LED doesn't seem very bright, I am connecting it using the CAT5 breakout board (which I love) and using pin 36 to power them.
Is this something in the software or is it an issue with my LEDs. The ones I got are:
It's not a problem if I need to but brighter ones, I just want to make sure I am getting the brightest possible that will work with this board.
Thanks again.
Phil