Search found 2 matches

by MikeA
21 Dec 2017, 20:01
Forum: ESP Easy: Projects / Applications
Topic: PWM output with automatic fade
Replies: 12
Views: 16909

Re: PWM output with automatic fade

The <fade-time> seems to be ignored for me??

For example;
http://192.168.1.105/control?cmd=pwm,2,512 and
http://192.168.1.105/control?cmd=pwm,2,512,10
both take the led up to half brightness instantaneously.

Any suggestions?
by MikeA
06 Sep 2017, 07:28
Forum: ESP Easy: Software
Topic: Dimming and brightening using PWM
Replies: 1
Views: 1761

Dimming and brightening using PWM

I want to slowly increase and decrease the brightness of a string of LEDs using PWM. What is the best solution? I can see 3 possibilities: 1) Write a Node-red function to send an increasing (or decreasing) variable to ehe ESP PWM command. 2) Using the ESP rules - but I can't see how to store a varia...