ets Jan 8 2013,rst cause:5, boot mode:(3,7)
ets_main.c
the code I use:
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.