Electrical – Incandescent Light Bulb Soft Start

dimminglightmainsschematics

Is there any circuit to make incandescent bulbs (60-100W) light up more gradually?
I've seen many different devices but none of them would work for me. I do not want to just stop the high current spike while the filament is warming up. I want the bulb to have 1.5-2 seconds delay before glowing fully bright. My only find is this Russian video of a light bulb soft start(Sadly I can't just buy it from the Russian store) Most other designs just focus on the inrush current limitation. I want is because I just like the effect of a bulb gradually increasing its brightness.
Can this be done without fancy micro controllers or specialized IC's?
Could you send any schematics that would work?
(The mains voltage in my country is 230V AC)

Best Answer

You can run LEBs (light emitting bulbs) with PWM. In fact, soft start actually increases their lifetime.

It is possible to chop AC, but generally easier to rectify the AC then chop the resulting DC. Four diodes and a capacitor are good enough to make DC to run the bulb from. You also need to make a small low voltage supply to run the processor from.

The switch itself is probably most easily realized by a NPN transistor rated for the voltage. It can be controlled directly from the low voltage output of the microcontroller PWM.

Note that the rectified DC will have a higher RMS voltage than the AC. You compensate for that by not going to 100% duty cycle for full on. You could even measure the DC and adjust the duty cycle on the fly to make the light intensity relatively insensitive to voltage fluctuations of the AC. You could even make a "universal" powered light. That's one that can run from 90 to 250 V, 50 to 60 Hz.