Search code examples
esp8266nodemcuarduino-esp8266

WEMOS D1 wake up by button


I am asking for help, how can I WEMOS D1 wake up with the button? I know how to do this after some time using:

ESP.deepSleep (180000000)

Please help.


Solution

  • Just put your button between RST and GND. Pressing the button will reset (and therefor wake up) the Esp ...