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:


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 enjoy this

Modbus RS485 Wind Speed Sensor to Arduino

If you’ve ever wanted to build your own weather station, measuring wind speed is a great place to start. In this guide, I’ll show you how to...