4

I recently bought two 5m rolls of red and blue LEDs for building an hydroponic lettuce light. Each of them is supposed to have the following properties:

  • 300 SMD 5050 LEDS
  • 72 Watts
  • 12 Volts
  • 4500 Lumens
  • Beam Angel 120°

See Amazon

Naturally the high lumens were the thing that made me buy these ones. But I had my doubts so I started measuring their power consumption first: Red: 92,5 W Blue: 71,6W So red is drawing way to much current - still no big problem as I am interested in light intensity.

Here is a schematic:

schematic

simulate this circuit – Schematic created using CircuitLab

Then I measured all the LEDs and resistors and found the following:

  • Red: LEDs(2.1V), Resistor(2.8V),
  • Blue: LEDs(3.06V), Resistor (1.3V)

That suprised me: As there are always 3 LEDs and 2 resistors in series, the resistors in the red strip account for about 46% of power consumption. The resistors in the blue strip for 22%. Is that normal? Or is it just bad engineering?

That seemed legit from datasheets of other vendors (they did not include any data sheet). Finally I measured the luminous emittance with a Voltcraft MT-52 (cheap multimeter...). I made a box where only one LED could fit and positioned the multimiter 10cm beneath it. I measured: - Red: 55 lux ~ 1.73 lm - Blue: 115 lux ~ 3.6 lm

If you multiply that by 300 LEDs per strip you get 520 lumens for red and 1086 lumens for blue - but they promised 4500lm for each one!

I know that my multimeter isn't exactly made for measuring this and probably has a quite big measuring error - especially for LEDs. But can the error be that big? And are there even 5050 LEDs that could give me 15 lm a piece?

Finally a pic of the LED strip (notice the weird circuit: LED--R--LED--R--LED) The blue strip The label

dergerhard
  • 193
  • 1
  • 6
  • You're measuring the Illuminance and comparing it to the Luminous Emittance - two very different things. – Majenko Oct 29 '14 at 10:41
  • Blue leds always use a higher voltage then red leds. Has something to do with the wavelength of blue / red light. – T J Oct 29 '14 at 10:47
  • @Majenko-notGoogle maybe i confused the terms (technical english is new to me...). I am measuring lux and converting it to lumens with the view angle and the distance to the luxmeter [link](http://www.ledrise.com/shop_content.php?coID=19) – dergerhard Oct 29 '14 at 10:57
  • Another fly in the ointment here is that Lumens (and Lux) is a measure of WHITE LIGHT intensity as perceived by the human eye. It generally does not apply to single color "monochromatic" diodes. The only way to accurately measure Lumens is with an integrating sphere test. – Norm Feb 28 '18 at 20:21

1 Answers1

5

You're measuring the Illuminance and comparing it to the Luminous Emittance - two very different things.

Illuminance is the amount of light that falls on your sensor.

Luminous Emittance is the amount of light sent out by the LED.

You have to remember that the light emitted from the LED is sent out over a cone of 120°, so the closer your sensor is to the LED the more of the light will fall on it, and the less will miss it.

At the moment you're measuring a small portion of the actual light - just what shines direct on your sensor, and a small amount reflected by the inner surface of your "box".

You'd achieve the best measurement if you could ensure that 100% of the emitted light fell on 100% of the surface of your sensor, and the only real way of doing that would be to have a sensor the same dimensions as the point of light in the center of the LED.

Majenko
  • 55,955
  • 9
  • 105
  • 187
  • So you are basically saying I can't measure it with that luxmeter? Actually I don't want to know exactly how much lumen that LED produces... I just wanna know if the claims made by the seller can possibly be legit. Is there any other way to approximate that value? (that is what I tried...) – dergerhard Oct 29 '14 at 11:18
  • Find out the *mcd* of each LED for the set current from its datasheet (if you can get it) and calculate up from there. – Majenko Oct 29 '14 at 11:19
  • Calibrating a camera with a known intensity light source might do the job of that sensor? – rackandboneman Jun 25 '18 at 17:19