-->
Page 1 of 1

ESP8266 sleep modes

PostPosted: Wed Jun 17, 2015 10:56 pm
by wdsvd
Hi. I am trying to make a webserver with my esp and arduino. The whole idea consists in moving servos from a webpage. My problem is that I would like to put my esp in sleep mode, and wake up when I send a request from the webpage.
Can I wake up the module from internet?
Thanks.

Re: ESP8266 sleep modes

PostPosted: Thu Jun 18, 2015 12:07 am
by tytower
Research ESP.deepSleep() in the Wiki . I suppose you would drive a pin high and have it set to come out of sleep on a rising edge on that pin or something like that. Have not actually done that yet