Electronic – Reference to understand LED data sheet specification, characteristic and way to use them

datasheetled

I'm trying to build my own IR-led light with multiple LEDs. I've bought a TSAL6100 IR led but I'm not sure how to interpret the data sheet, I can't find any reference in internet. Can anybody tell me where I can find the informations or interpret these parameters and tell me how to use them?
enter image description here

enter image description here

I'm an "hobbist"!

I would like to know the difference between basic characteristics and absolute maximum ratings, which one of these contains the information for the normal usage?

EDIT:
What does it means TYP column? Typical usage or is a mean in case of voltage drops? Why I_F in Absolute maximum rating is 100 mA but in basic characteristics is 1 A with pulsed? Why even for 100 mA the t_p is 20 ms so I should use this led only in pulsed?

Best Answer

Okay, with your comment on Vf and current, let's start with that. I'm going to assume it's a CW (not pulsed) light you're going to make.

A good place to start is the current where the LED is tested, 100mA in this case, since that's where the manufacturer thinks it would be useful to specify parameters.

Typically, the LED drops 1.35V at 100mA. That means it dissipates 135mW (V * I). Note that they specify the voltage drop with a 20msec pulse. That means that the junction temperature is almost the same as the ambient temperature. As the LED heats up, the voltage goes down by 1.8mV for every degree C (2nd parameter), so it will dissipate a bit less heat as it warms up, but then the 1.35V is just the nominal, so let's use that as the voltage at the maximum temperature to allow a bit of safety margin. If you want to be really cautious, you might use the maximum voltage (1.6V, leading to 160mW dissipation).

The absolute maximum junction temperature is 100°C (2nd set of parameters). For good life, we want to stay well away from that. Let's arbitrarily say 80°C Tj is acceptable.

Thermal resistance is 230K/W (same as °C/W), so at 135mW it will heat up by 31°C soldered to a PCB with 7mm leads. At 100mA, the air around the PCB could be as hot as 49°C before heating the junction above 80°C. If there are many LEDs mounted closely together, that may not be possible if the air outside is warm, but you can see that you certainly don't want any other stuff nearby contributing heat. If it's getting too hot, you need to reduce the current, perhaps to 80mA or 70mA.

The forward voltage is typically 1.35V. At 80°C it would be more like 1.25V, but it could be a few hundred mV more or less, according to the datasheet- worst case is 1.60V minus 0.1V for temperature coefficient, so 1.50V, which would cause a few more degrees heating.

Note that the wavelength shifts a little further into the infrared as it heats (that's normal).

Normally if you're using an array you'd want to use a series-parallel arrangement. Say your supply is 12V and you want to power 14 LEDs, you could use two series strings of 7 LEDs with two constant-current sources of 100mA that work down to 0.5V or so. That would draw 200mA at 12V for all 14 LEDs.

Edit: Something like this where the op-amp, BJT and resistor represents part of a 100mA current sink.

schematic

simulate this circuit – Schematic created using CircuitLab