Open KPK75 opened 7 years ago
good idea. PWM can by use for light dimmer. PWM_START_VALUE PWM_TIME gradually change the value for a specified time
Anyone done it yet? I want to PWM some 30W/12v LED lights using extern mosfets...
See also Tasmota #20
I was thinking about controlling FAN Speed. The only thing you need is one GPIO put in PWM mode and a fan with PWM control. And of course a few commands ie. : PWM_SETFREQ, PWM_SETRANGE, PWM_VALUE. And i think it can be done.