Am considering an ESP8266 as part of a remote control project but I have some questions that I was unable to find concrete answers to in the forum. The questions revolve around the power saving modes. The application requires that when a human presses a button, a message will go out via WIFI within a few ms. It appears that in deep sleep it would take between 2.5 - 5 seconds to re-establish the WIFI connection so that mode is surly out of the question. Using an external signal to the ESP8266, can I pull it out of modem sleep and/or light sleep within a few ms and pass messages via WIFI? Does light sleep maintain the WIFI connection? Is there an advantage to one sleep mode over the other in terms of wake-up time?
Any further discussion on timing concerning waking up from these sleep modes appreciated.
Thanks