-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Error uploading ESP8266 WifiScan Sketch #347
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
and your serial adapter and OS are..?
|
I have just updated the firmware ... |
You seem to be using a very old version... esptool should not appear in programmers list, it is not necessary to select the programmer now. |
I was using 1.6.4, but then All tutorials r talking about esptoot. So i somehow Found 1.6.1. M using an arduino to power up. Can u suggest proper steps |
I was using 1.6.4, but then All tutorials r talking about esptoot. So i somehow Found 1.6.1. M using an arduino to power up. Can u suggest proper steps |
Does any other sketch upload work for you? I got same error message when having forgotten to connect GPIO0 to GND for flashing. Your photo seems to show 5 cables reaching ESP8266, but 6 are needed -- did you connect GPIO0 to GND for flashing? Hermann. |
the reset pin of the Arduino shut be at GND in this case. |
Yes, I figured it out and its working .. :-) |
Getting this message when ever i try to upload my sketch. Sketch uses 198,360 bytes (37%) of program storage space. Maximum is 524,288 bytes. |
Is it possible that the 3.3v pin on the UNO does not prvide enough POWER? I connected the 5v pin to try to upload and it worked then to run the server I reconnected it to the 3.3v pin. I think I am going to build a separate source for the ESP8266 that can provide more current at 3.3.. I was wondering if when it was connected to 5v that the arduino could not supply the amount of current necessary and as a result there was a voltage drop. |
Also the tx\rx pins on esp are not 5V tolerant and your arduino is prob using 5V on the serial. |
you have connected the 5V as VCC to the ESP? |
It didn't kill it but it won't maintain the connection to my router for very long. I suppose that the damage may be the reason for this. Do you program through the Arduino IDE? If so what programmer do you use? |
do you mean the serial adapter? its an FTDI. |
Here it is the solution for this error. In this video also it was facing the same error but found the solution also |
Connect CH_PD to VCC/3.3V. It resolved this issue(espcomm_sync failed) in my case. After connecting CH_PD, if you see again, power off and on. |
it is not helping. It's repeatedly showing same error. I powered it via an arduino uno 3.3v pin |
To fix this, I realised I'd selected the wrong board under |
yes, but wont generic module work for basic esp - 07 or esp -01? One more thing, I found out while programming esp-01 that, only blink program uploaded, while others not. |
had same issue...solution that worked for me.... i am using esp12e |
With ESP12, sometime I must hold GPIO0 connected to GND too while uploading. I don't know why. |
WARNING: No widget for SetWidgetProperty command? |
Just for your interest. I solved it, connecting the GND to the USB-Serial-Adapter (not only TX/RX) because I powered the device by my own circuit being powered by a micro-USB power not beeing connected to my PC. |
@BananaAcid Thanks a lot for the hint with the GND - that solved my problem and certainly saved hours of further search online! |
Hello everyone,
I am not able to upload WiFiScan Sketch. I am on Arduino 1.6.4
Here is the error
Sketch uses 231,360 bytes (44%) of program storage space. Maximum is 524,288 bytes.
warning: espcomm_send_command: wrong direction/command: 0x00 0x08, expected 0x01 0x08
warning: espcomm_send_command: wrong direction/command: 0x00 0x08, expected 0x01 0x08
warning: espcomm_send_command: wrong direction/command: 0x00 0x08, expected 0x01 0x08
warning: espcomm_sync failed
error: espcomm_open failed
Any help would be highly appreciated.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: