ESP8266 01 deep sleep does wake up, Does Not Start Normally.
Posted: Sun Dec 30, 2018 10:44 pm
Hello friends, I have examined and applied all the issues on the Internet. But I couldn't find a solution. I bought aliexpress esp8266 works normally. When I want to use deep sleep, sleeps but does not wake up again. After waking up, 74880 baud message:
the code I use:
I used the resistance for gpio 0, I tried the resistance for gpio 16-reset. None of them worked. gpio 0 pin voltage 2.3v when the esp wakes up. this may be the reason why it does not start normally. I am not sure. I used pull up resistance for vcc and gpio 0. Direct vcc cable tied, did not recover. Power supply rc circuit, There is nothing changing. I have read all the topics on google for 1 month. I tried all of them. The last resort I'm writing to you. I want help.
Code: Select all
ets Jan 8 2013,rst cause:5, boot mode:(3,7)
ets_main.c
the code I use:
Code: Select all
Serial.println("wake up");
delay(1000);
Serial.println("10s sleep");
ESP.deepSleep(10000000, WAKE_RF_DISABLED);
delay(1000);
I used the resistance for gpio 0, I tried the resistance for gpio 16-reset. None of them worked. gpio 0 pin voltage 2.3v when the esp wakes up. this may be the reason why it does not start normally. I am not sure. I used pull up resistance for vcc and gpio 0. Direct vcc cable tied, did not recover. Power supply rc circuit, There is nothing changing. I have read all the topics on google for 1 month. I tried all of them. The last resort I'm writing to you. I want help.