AC Dimming and AC Motor Speed Control How To with Arduino/NodeMCU

Controlling an AC fan with AC dimmer module and NodeMCU
Jun 05, 2021 — 2 mins read — Arduino

AC Dimming and AC Motor Speed Control How To with Arduino/NodeMCU

On my quest to building an Arduino controlled pellet burner, I needed a way that I can control the speed of an AC fan so I played around with some triac modules from AliExpress.

The module consists of a triac, zero-crossing detection circuit, and full isolated driving of the triac through the Arduino.


The video below contains all of the details on how the control signal is generated but you can also read more about it in the Instructable article for the project.


Tools and materials used in the video:


Alternative links on Banggood:


arduino dimmer experiment project esp8266 nodemcu
Read next

How to make an Arduino custom I2C slave sensor/device

When a software project gets complicated beyond a certain complexity, we tend to separate it into different modules where each module has it...

You might also enojy this

Controlling a light bulb from Google Sheet

When it comes to IoT devices, there are many ways that you can control them. There are fancy ways of controlling them like using Alexa or Go...