-->
Page 1 of 1

External and automatic wake up from deep sleep

PostPosted: Thu Jul 02, 2015 4:53 am
by Malfunction
From the new documentation on the ESP8266's sleep functions, under the deep sleep functionality,

If the automatic wake-up and the external wake-up need to be the same time, we need to use the
appropriate line logic operation circuit when the external circuit is designed.


What exactly is meant here by "the appropriate line logic operation circuit"? Is this circuit designed by the designer, or is there some sort of functionality provided by the SDK?

Re: External and automatic wake up from deep sleep

PostPosted: Thu Jul 02, 2015 8:42 pm
by wififofum
It must be provided by the designer, for example transistor logic circuits that allow the reset to be triggered either by the rtc through gpio16 or via an external source like a button or microcontroller.