XPD_DCDC as EXT_WAKEUP

faeton
Posts: 7
Joined: Thu Mar 31, 2016 11:24 am

XPD_DCDC as EXT_WAKEUP

Postby faeton » Thu Mar 31, 2016 11:54 am

Hi,

it is possible to use pin XPD_DCDC as external wakeup? I found in 0D - ESP8266__Pin_List__Release_15-11-2014.xlsx that XPD_DCDC can act as EXT_WAKEUP (function 3). I need a wakeup ESP from deep sleep after press the button. I know that it is possible to connect button to EXT_RSTB and call system_deep_sleep(0), but this not prevent additional system reset when the ESP working.

Espressif_Kelly
Posts: 140
Joined: Mon Oct 27, 2014 10:40 am

Re: XPD_DCDC as EXT_WAKEUP

Postby Espressif_Kelly » Fri Apr 01, 2016 10:27 am

Hi,

XPD_DCDC/GPIO16 cannot function as deep sleep wake-up until it has been connected to EXT_RSTB.About deep sleep wake-up, GPIO16 will give low level signal to EXT_RSTB to reset module. That's why we request GPIO16 to connect to EXT_RSTB.

You can also connect external GPIO or button to EXT_RSTB to wake-up deep sleep.

More questions, please let us know.

Thanks.

mmcginty
Posts: 1
Joined: Sat May 21, 2016 4:37 am

Re: XPD_DCDC as EXT_WAKEUP

Postby mmcginty » Sat May 21, 2016 4:46 am

We get that but what I think the OP wants, and definitely what I want, is a way to wake it up that won't cause a reset when the chip is not sleeping. In my case I am monitoring a hall-effect-based flow sensor, that could transition the pin state up to 300 times per second. I need a way to wake the chip when input from the sensor starts, but do not want that input to reset the chip every time it toggles state.

Who is online

Users browsing this forum: No registered users and 12 guests