-
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
Unsteady Autoreset-Fail on flash #444
Comments
Same here on a nodemcu board (esp12+ch340 usb) |
Try my wiring from #480 |
test to reduce the upload speed, |
Closed
please retry in last release, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I am using ESP03 as a generic board with esptool v0.4.5 with this params (
... esptool.exe -vv -cd ck -cb 512000 -cp COM3 -ca 0x00000 -cf ... esp8266_ssd1306_128x64_i2c.cpp.bin)
I am using one of these cheap ebay USB-Serial-Converteres, grabbing 5V USB-Power line and an LDO to 3.30V .
( e.g. http://www.ebay.de/itm/1Stk-USB-2-0-auf-TTL-UART-6Pin-Module-Serial-Converter-CP2102-STC-Neu-/111630933136?pt=LH_DefaultDomain_77&hash=item19fdb8dc90 )
Around 90% of the time just hitting upload and waiting for auto-reset to kick in is working fine.
But sometimes (mostly after starting arduino ide) I get these guys like 4-5 times in a row
warning: espcomm_send_command: wrong direction/command: 0x01 0x02, expected 0x01 0x03
warning: espcomm_send_command(FLASH_DOWNLOAD_DATA) failed
warning: espcomm_send_command: wrong direction/command: 0x01 0x02, expected 0x01 0x04
I suspect (just guessing) a timing issue with the reset-commands. Is there any way to modifie them?
Is anyone else experiencing this rather random misbehaviour?
Greetings from Germany
*Edit: * Using this wiring: https://raw.githubusercontent.com/Links2004/Arduino/esp8266/docs/ESP_to_serial.png
The text was updated successfully, but these errors were encountered: