ESP8266 Developer Zone The Official ESP8266 Forum 2017-03-01T14:12:45+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=3374 2017-03-01T14:12:45+08:00 2017-03-01T14:12:45+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3374&p=11399#p11399 <![CDATA[Re: Running Web Server but no delay to PWM]]> And it should not take that long for server to respond, but I am not familiar with the Arduino IDE implementation for ESP8266. Maybe the libraries are sloppy?
You can try an empty handler to see how long it takes to exit...

Statistics: Posted by Guest — Wed Mar 01, 2017 2:12 pm


]]>
2017-02-23T17:57:14+08:00 2017-02-23T17:57:14+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3374&p=11359#p11359 <![CDATA[Running Web Server but no delay to PWM]]>
i control servo by i2c pwm ic,

i must write new value every 10ms to pwm ic.

but the server.handleClient() takes about 100ms to finish a request.

how can i avoid there thing.

can i make a high priority interrupt for servo control?

using arduino ide.

Statistics: Posted by Someone456 — Thu Feb 23, 2017 5:57 pm


]]>