Few months ago, I had made a project on AC dimming circuit and had successfully controlled the brightness of an AC bulb. But that circuit was not at all suitable for controlling the speed of the fan. As, connecting it to fan produced humming sounds. ...
Internet controlled AC dimmer using ESP8266 and MQTT
If you are searching for a project using which you can control the brightness of the bulb and speed of the fan over internet from your phone, then this is the right article you are landed on. You must have seen my videos in which I'm controll ...
DIY AC Dimmer using Arduino
It's pretty simple to control the brightness of an LED, just give it a PWM signal and change the brightness. But what about a Bulb that runs on AC current? It's brightness won't be controlled by giving it PWM signals. It will require some additiona ...