-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Error on upload - Windows #17
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
Can you try flashing something with esptool.py and the same hardware setup? Also, what USB-TTL chip are you using? |
USB-TTL is a FTDI232 from here http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItemVersion&item=181576067020&view=all&tid=1303776937008 |
Can you confirm this is purely an Arduino / esptool issue. Uploading can fail if the PSU can't deliver enough current. |
I could not get the esptool methods to work with any of my usb-tty devices. I ended up adding another programmer that was configured to use esptool.py, and it has not failed on me since! I'm happy as not it uploads in seconds.. with the HC06 it would take 10min... |
Having done some more testing, I don't think this is an Arduino issue. While I can talk to the ESP8266 over the USB TTL and give it AT commands, I can't flash it using any of the available tools (esptool, NodeMcuflasher etc). I tried it with 2 AA batteries, and with a 3 v power supply so I don't think it's a power issue. When I put GPIO0 low, and reboot, get the blue led, then using ESPlorer on 74880 baud I read repeated Fatal Errors from the ESP8266. I don't know why this is but is presumably related to the issue. I've got another ES8266 ESP-12 on order and will try again when it arrives. |
Latest ESPlorer have new features: firmware autodetection. When GPIO0 2015-04-02 0:13 GMT+05:00, pucbaldwin [email protected]:
|
This now works - received new ESP-12. Initially had same problems but have mastered the reset / upload timing. Upload of code is however temperamental. |
It works for me, after I figured out I have to press the reset button on esp8266 when uploading at right time.. stupid, but it works in that way with basic Firmaware(AT commands) |
Same happended with me! I only managed to upload if the reset button is pressed before the uploading procedure starts. :) |
fix memset usage
jindrichsirucek/bogzao, many many thanks! I killed my more than 5-6 hrs to get this resolved, did complete installation of Arduino from 1.6 to 1.8.3, instead of using BoardManager to get esp8266 support libraries used git version still was stuck ....finally it is your post which has helped me to see the light on the other side of the tunnel. I echo your sentiments ...its really stupid ;-) |
having the same issue ... can anyone tell me any AT commands to communicate with the esp8266 inside the sonoff basic .?? |
Any suggestions on what is going wrong here? Using the Arduino ESP8266 IDE to try and upload the HelloServer example.
ESP-01 is on COM4 on Windows via a FTDI TTL converter.
Board is set to Generic ESP8266. Programmer to ESPtool.
Any assistance gratefully received.
Cheers
Pete
The text was updated successfully, but these errors were encountered: