I'm going to design IR remote based LED brightness control circuit?.....
could you pls help me for design?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I'm going to design IR remote based LED brightness control circuit?.....
could you pls help me for design?
You may need a current source, please take a look at this website (Fig.3).
http://en.wikipedia.org/wiki/Current_source
In addition, you need a DAC output to control the power level of Vin.
Sunglin Chen said:You may need a current source, please take a look at this website (Fig.3).
http://en.wikipedia.org/wiki/Current_source
In addition, you need a DAC output to control the power level of Vin.
To control brightness of the LED you don't need current source nor DAC. You can use timer in PWM mode.
But make sure the PWM frequency is far away form the sub-carrier frequency used in your IR remote control.
Hello.....could you please tell me your project in detail description?....email : kmdineshece@Gmail.com
Basically I am a embedded programmer and I am new to circuit design..... I want to know about led brightness control technology....
It depends on the specific LED you are using. If it needs less then 20 mA and the voltage drop across it is less than 2V, you can use PWM from a MSP430 Timer directly with a current limiting resistor.
Some LED may need as much as 350 mA. And may have voltage drop above 3V (temperature dependent). They are used in light-bubs (post 2013). Are you thinking of remote controlled light dimmers? If so, you need to understand the build-in circuit in the light-bubs.
There are two possible approaches: first, you may control the current. This can be done by changing the voltage.dineshkumar mani said:I want to know about led brightness control technology....
The drawbacks are:
1) light output and current are not a linear function
2) on lower current, even the color may change.
3) voltage/current regulation usually causes energy waste and heat generation in the regulation circuit.
The alternative method is to drive the LED full current all the time but vary the time it is on, on high speed. this is what PWM means: pulse-width-modulation. 0% duty cycle mans pulse duration zero (LED off) and 100% DC means pulse duration 100% of a cycle period (LED maximum light). Between the two, you can vary the time the LED is on and off. The advantage is that you don't waste energy in the regulator circuit. Either the switch is on, then the LED consumes the current, turning it into light, or the switch is off, then no current flows and no energy is wasted. The slowness of human eye perception makes the LED appear dim or bright rather than flickering (assuming a short enough cycle time).
The drawback is that you may experience a 'stroboscope effect' when you quickly move your eyes: the LED is no 'moving' but rather seems to 'jump'. On RGB video projectors, this effect is also called 'rainbow effect' because the R, G and B parts of an image are on at different times, so when you turn your head, they seem to 'jump' to different places.
However, this is the usual way to do high-current LED brightness control these days. (also motor speed control and many other things)
**Attention** This is a public forum