ESP8266 resetting when testing code from Thonny #9771
shantanudasgupta
started this conversation in
General
Replies: 3 comments 1 reply
-
What do you get as reset cause when the device restarts? You get that value with:
Just add these lines into boot.py or main.py. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Disabled USB Selective suspend mode & put on trial once again |
Beta Was this translation helpful? Give feedback.
0 replies
-
Pronlem solved by disabling Windows 10 USB selective suspend. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am testing scripts written in While loop in Thonny in a NodeMCU(ESP8266) module. Occassionally the ESP resets without any reason. I suspect this is a problem with the PC power supply which is used to power the ESP board since the timing of reset is not regular.
There is no auto-reset in Thonny...I checked.
Can anyone throw some light into this?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions