Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

I would like to regulate the light flux output of an LED or laser diode over its entire operating temperature range by varying the current.

What are some different methods to achieve this?

Edit: This is for a sensor application. I'm attempting to measure position by blocking the light over a photodiode. If the LED flux changes however, it will seem like position is changing, when in fact it is not.

share|improve this question
What range do you mean? Current or temperature? – Federico Russo May 26 '12 at 7:27
Over it's temperature range, I would like to vary current automatically as the temperature changes, while keeping light flux constant out of the LED. – kerblogglobel May 26 '12 at 7:32
1  
It may be the phototransistor which is sensitive to temperature. – Rocketmagnet May 26 '12 at 9:22
@Rocketmagnet - Very good point. I made a comment about it in my answer. Hope you don't mind. – stevenvh May 26 '12 at 10:53

4 Answers

Your original question mentioned a sensor, which now seems to be gone. How precise do you want to keep that luminosity constant? If it's for visual it's pointless: your eye's sensitivity follows a logarithmic curve, so that it can cope with both 1 lux moonlight and 100 000 lux sunlight. Therefore it is not very sensitive to small changes in luminosity.

Most LED manufacturers will give a linear relationship between current and luminosity, so to get the latter constant you only have to keep current constant.

enter image description here

Note however that you have to derate current at higher temperatures:

enter image description here

So for this particular LED you can't go higher than 5mA if you want the same luminosity for 25°C and 85°C.

The Supertex CL25 is a temperature compensated constant current source for LEDs.

enter image description here

This has a 0.01%/°C typical temperature coefficient. It is 25mA however, so you'll have to use a LED which doesn't need to be derated below that.

Rocketmagnet makes an important remark: "It may be the phototransistor which is sensitive to temperature." (RM, I hope you don't mind that I copy it here.)
Indeed, it's no use to have a temperature controlled LED driver if the sensor's reading varies highly with temperature. You'll have to look into that too.

share|improve this answer
Thank you, sorry I tried to edit the question to clarify, but seemed to have de-clarified it. This is for a sensor application. I'm attempting to measure position by blocking the light over a photodiode. If the LED flux changes however (due to a temperature change), it will seem like position is changing, when in fact it is not. – kerblogglobel May 26 '12 at 7:52
@kerblogglobel - (jesus, what kind of nick is that! Nearly broke my fingers typing that) Anyway, my answer still applies: all you need is constant current. I've added a reference to a temperature compensated current source to my answer. – stevenvh May 26 '12 at 8:02
Awesome thanks! I never even knew such a part existed. – kerblogglobel May 26 '12 at 8:53
@stevenvh - no probs. And thanks for informing us about this interesting part. – Rocketmagnet May 26 '12 at 17:01

Sense the unblocked LED with a stable sensor and adjust it to maintain constant output and then use that light to drive the sensor proper.

ie

The LED is feedback stabilised.
Provide TWO sensors that at are accurate enough and stable enough for your needs.
One sensor views the LED via the blocking mechanism.
The other sensor veiws the LED directly.
Maintain illumination of unblocked sensor constant by adjusting the LED current.
Blockable sensor is now driven by a light output regulated LED.

share|improve this answer
Wow, a very brief answer from Russell! ;-) Only, I read it three times and I'm not sure I understand what you mean. – stevenvh May 26 '12 at 10:48
@stevenvh - extended – Russell McMahon May 26 '12 at 12:09
Ah, much clearer now! Thanks. – stevenvh May 26 '12 at 12:13
Thank you, that is very helpful. I will have a look into feedback circuits. – kerblogglobel May 27 '12 at 2:48
Russel, what role does the blockable sensor play in your scheme? I've seen closed loop circuits with feedback-through-light, but they had only one sensor. – Nick Alexeev Jun 22 '12 at 5:02
show 1 more comment

I have come across the same problem as you in the past. Analog photo sensors can make excellently sensitive position sensors, but suffer from temperature, as you mentioned. The way I have solved it in the past was to use three IR transceivers:

  • Transceiver 1 was set up as the sensor.
  • Transceiver 2 was set up to always have maximum reflection.
  • Transceiver 3 was set up to always have zero reflection.

I used an ADC which had both positive and negative reference voltage inputs. I connected Transceiver 2 to the positive reference input, and Transceiver 3 to the negative reference input. Transceiver 1 was connected to the ADC input.

Now this gives you perfect automatic temperature compensation across the whole sensor range, and across the whole temperature range too. However, the transceivers must all be placed close enough together to be at the same temperature. You might be using separate LEDs and phototransistors, in which case, all three LEDs should be at the same temperature, and all three phototransistors should be at the same temperature. But the LEDs needn't be at the same temperature as the phototransistors.

share|improve this answer
That is a very interesting approach! Thanks you. – kerblogglobel May 27 '12 at 2:43

TSL230R may be your prefect sensor.

Here is a complete reference project for you.

share|improve this answer
why is it the perfect sensor? – stevenvh May 26 '12 at 7:18
could you suggest a better prefect one? – sandun dhammika May 26 '12 at 7:27
2  
I don't know. You haven't said what specific feature makes it perfect. Specify and then I can see if it is perfect indeed. – stevenvh May 26 '12 at 7:29

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.