Welcome.
I've used DeepSleep on the ESP8266 more than once and it worked as expected and today I don't know what has gone wrong.
I wanted to run a simple program on my board with two temperature sensors and in order to save battery deepsleep and wake up every minute.
.
When gpio16 is connected to reset esp resets continuously every few milliseconds.
When running the esp with the Wake-up jumper removed it works fine until the first reset and again the situation as above.
I have another circuit with esp and there deepsleep works as expected only different time interval. With this system, no matter what time interval I type in, esp always goes stupid.
What is the problem?
I've used DeepSleep on the ESP8266 more than once and it worked as expected and today I don't know what has gone wrong.
I wanted to run a simple program on my board with two temperature sensors and in order to save battery deepsleep and wake up every minute.
Code: C / C++
When gpio16 is connected to reset esp resets continuously every few milliseconds.
When running the esp with the Wake-up jumper removed it works fine until the first reset and again the situation as above.
I have another circuit with esp and there deepsleep works as expected only different time interval. With this system, no matter what time interval I type in, esp always goes stupid.
What is the problem?