-
Notifications
You must be signed in to change notification settings - Fork 13.3k
ESP8266 Wake up issue after DEEP SLEEP (DEVICE HANGS) #2768
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
have a look on this video |
Thanks, very informative video. Datasheet state that operating voltage is 3 to 3.6V, Does it mean I cannot use AA battery(1.5+1.5)? |
i believe 2.6 is about the minimum at which it can operate. So with two fresh AA batteries it should work well. I haven't tested personally but the video says that using some 1000 uF electorlytic cap would absorb the current spikes when the ESP is sending data. During those spikes the battery voltage may fall below 2.5v and cause the ESP to reset |
range for work: 2.0 - 4.2V (SOC work on 1.85 but flash not) so, two AA has too low end voltage. Best solution for power supply: 1x LiFePo4 or 3x NiMH rechargeable battery |
@KVK012 during boot there will be power spikes that cause voltage dips. Try your code with a stable high power supple. If it works, the issue is obviously the batteries. I use a 5V20A supply for development to assure correct code functionality. That way I know that any resets during development are not due to power supply, and once development is done, odd resets with the final power supply are likely due to a power issue. |
Hello,
My ESP8266 12E is waking up properly most of the times but sometimes it is throwing some hex data continuously. Sometimes throwing garbage value too. I.e in Hang state.
I am thinking that is because of reset issue.
Hardware configurations are as below
I have shorted GPIO16 to reset pin.
GPIO15 is pulled down with 10K resistor
GPIO0 and GPIO2 are pulled up with 10K resistor.
One 100nf capacitor connected at reset pin.
(As per hardware design of node mcu)
My device is running on two AA batteries. One 4.7uF and one 100nF capacitor connected across input voltage i.e at 3V and GND.
I am facing same issue most of times when I remove and insert battery again into socket.
I know that most of people faced this issue and I have tried almost all suggestions.
Please guide.
The text was updated successfully, but these errors were encountered: