-
Notifications
You must be signed in to change notification settings - Fork 13.3k
continuous watchdog resets with 1.6.4 IDE for ESP8266 #353
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
Hi Gerry |
Thank you so much Gerry! It was noise on reset pin, there are so many conflicting webpages stating which pins need to be connected and how, that I did not connect reset pin at all. The little program runs for half an hour now without any issues (the small increase by 15 milliseconds instead of 10 in the middle seems to be related to other work done by ESP8266):
Just for completeness, these are the connections between my ESP8266-01 and CH340G USB2TTL capable for 3.3V and 5V.
Never thought that wiring could be so easy without breadboard and working. Connect the open yellow cable (GPIO0) to GND (free pin on right connector), press reset on USB2TTL, compile and upload in IDE, open serial monitor and see program running (no disconnect of cable necessary at that point). Only if USB2TTL gets reset or disconnected, disconnect yellow GPIO0 cable from GND, and all is fine for "just running". Hermann. |
Fixed some spelling errors in the README
Hi,
I can compile sketches and upload to ESP8266-01 without problems, but after cutting GND from GPIO0 and resetting my 3.3V UART2TTL connector [1] I see continuous watchdog resets for every sketch I tried.
The watchdog reset messages can be read in clear at 115200 line speed in IDE Serial Monitor. Therefore I intentionally did setup "my" serial connection at 9600, and added "delay(10)" to most simple sketch:
Most times I do not get a single "millis()" output between 2 watchdog resets, but sometimes some outputs appear before next watchdog reset, see [2]. So the 2 questions I have are:
Hermann.
[1]
http://www.aliexpress.com/item/FREE-SHIPPING-5sets-lot-CP2102-USB-2-0-to-UART-TTL-6PIN-Connector-Module-Serial-Converter/32256355230.html
[2]
The text was updated successfully, but these errors were encountered: