-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
version 2.5.2 does not work when ESP8266 uses auto-reset #6631
Comments
The esptool has changed. |
Thank you for your reply. After reading PR #6429 (which I am sorry to say goes beyond my skills to fully understand in details but I understand the essentials to know what is being proposed) I think this hits the nail on the head. |
Is this issue still valid with latest git? #6429 is merged. |
Yes, issue is still valid. Version 2.5.1and higher do not acknowledge for ESP8266 devices where auto-reset is available. |
@Erik84750 please retest with 2.6.3 or latest git. I can't reproduce any problems with my ESP12-based devices, but then I'm using standard Wemos d1 mini r2s. |
@devyte: I will retry with 2.6.3. This will be next Thursday at the earliest, but I will feedback here asap. |
CH_PD should be similar to a full power cycle. If I knew how you were delaying GPIO0 I could probably duplicate your situation with an ESP-07. Are you also controlling GPIO15? |
Closing as already resolved in view of last comment. |
----------------------------- Delete below -----------------------------
Basic Infos
Platform
Settings in IDE
Problem Description
When using external hardware to set the ESP8266 in programming mode (low signals on GPIO0 and CH_PD (or RST)) this version 2.5.2 does not work. This is when using a serial interface such as n FTDI (USB - to - RS232 converter) which connects to the RX and TX pins on the ESP8266.
Version 2.5.0 works ok.
In other words: an "auto-reset" hardware circuit that uses an external "low" signal (for example DTR from the FTDI-adapter) to allow automatic setting of the ESP8266 in programming mode on start-up and to allow downloads via RX and TX connections, does not work with this 2.5.2 version.
The text was updated successfully, but these errors were encountered: