Guest valkr1e Posted September 3, 2002 Report Share Posted September 3, 2002 anyone have any ideas on how to make a dimming LED flasher or just via a knob or something, IE the LFO LEDs on the virus, or what have you. I am primarily concerned with how to make the LED dim since creating a controlling circuit wouldnt be too difficult. Quote Link to comment Share on other sites More sharing options...
TK. Posted September 4, 2002 Report Share Posted September 4, 2002 normaly a pulse wide modulated signal is used to dim a LED. The principle in a nutshell: with shorter pulses (___||____||____||____||___) the effective power through the LED and therefore the illumination is lower than with longer pulses (_| |_| |_| |_| |_). Diming some LEDs was the very first project I realized with a microcontroller. It was a 80c535, a little bit overkilled for such an application, but it worked well ;-) It can be realized much easier with PIC micros, since most of them contain one or two PWM unitsBest Regards, Thorsten. Quote Link to comment Share on other sites More sharing options...
Duggle Posted September 4, 2002 Report Share Posted September 4, 2002 Adjusting the pulse width is ideal for controlling brightness dynamically with a digital circuit, as Thorsten says. If the "controlling circuit" is an analog waveform generator(eg LFO) then the brightness of the led will be proportional to the LED current. This is easily measured by looking at the voltage across the LEDs series resistor.For a standard LED the voltage source must be above 1.2V before any current will flow above this brightness and voltage will be quite linear.questions welcome. ??? -> :D Quote Link to comment Share on other sites More sharing options...
Guest valkr1e Posted September 4, 2002 Report Share Posted September 4, 2002 i have many questions about this, but it's 1:30 am here and i'm in the middle of an emergency file recovery(i just lost 10,000 emails on accident, oops! silly me)when i get a chance tomorrow or thursday, i'll ask Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.