How to wake esp8266 from deep sleep without continuous resets

后端 未结 3 1088
遇见更好的自我
遇见更好的自我 2021-02-03 15:54

I\'m building an IR to wifi bridge using an esp8266. Basically I\'m building an IR receiver connected to an esp8266 inside an IR remote control, to forward received IR Remote ke

3条回答
  •  长情又很酷
    2021-02-03 16:00

    Did you see Espressif doc about sleep ESP8266 modes? It is available here: http://www.espressif.com/sites/default/files/9b-esp8266-low_power_solutions_en_0.pdf

    It says:

    In Deep-sleep mode, the chip can be woken up and initialized by a low-level pulse generated on the EXT_RSTB pin via an external IO.

    So, I'm not sure it is possible to avoid reset (although, maybe some hacky way exists?), but what about another sleep mode? Like light-sleep.

提交回复
热议问题