http://www.getmicros.net/wp-content/upl ... SP8266.jpg
It says on one pin (top right) RX <- D0. Because I found that for waking up from deep sleep I should connect RST to D0(GPIO16) this might be the right pin for enabling waking up.
But my board does not wake up. I used
ESP.deepSleep(50 * 1000000);
delay(500);
and I can see that power consumption goes down, but I can not see that my chip restarts. I guess RX <- D0 is something totally different than D0...what do I have to do for my board to wake up?