Skip to content
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

ESP8266 errors #2992

Closed
Vedant803 opened this issue Feb 24, 2017 · 9 comments
Closed

ESP8266 errors #2992

Vedant803 opened this issue Feb 24, 2017 · 9 comments

Comments

@Vedant803
Copy link

I just bought Node MCU ESP8266 developement board from amazon.(link is down here)
https://www.amazon.com/HiLetgo-Version-NodeMCU-Internet-Development/dp/B010O1G1ES/ref=sr_1_3?ie=UTF8&qid=1487921045&sr=8-3&keywords=ESP8266
And whenever I try to upload script from Arduino it compiles the sketch.
but after compiling it is showing this errors,
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_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_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
error: espcomm_open failed
now I don't know what to do, help me ASAP.

@igrr
Copy link
Member

igrr commented Feb 24, 2017

Please follow the troubleshooting guide for this issue:
http://arduino-esp8266.readthedocs.io/en/docs_to_readthedocs/faq/a01-espcomm_sync-failed.html

Feel free to reopen this if you can't resolve it, in which case please provide information mentioned in the "I'm stuck" section.

@igrr igrr closed this as completed Feb 24, 2017
@Vedant803
Copy link
Author

didn't helped me,
still facing this error.

@JamesGKent
Copy link

did you miss this part of the comment above:
Feel free to reopen this if you can't resolve it, in which case please provide information mentioned in the "I'm stuck" section.

@Vedant803
Copy link
Author

Vedant803 commented Feb 24, 2017

okay, Firstly I'm trying to do this,(watch this video)
https://www.youtube.com/watch?v=N5JVQ-m5Kd0&t=649s
I did exact same things which he's doing. plus I'm windows 7 user.
My actual problem starts at 8:38(pause the video at it and have a look.)
in his Video it is showing (Updating XXX bytes n blah blah blah) at 8:38.
but in mine, this error is occurring,(the port 5 is choosen which is only i can select.)
Sketch uses 522510 bytes (50%) of program storage space. Maximum is 1044464 bytes.
Global variables use 51560 bytes (62%) of dynamic memory, leaving 30360 bytes for local variables. Maximum is 81920 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_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_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
error: espcomm_open failed

I did Everything right just when I reached at this uploading part the problem occurred.
I have this chip -> https://www.amazon.com/HiLetgo-Version-NodeMCU-Internet-Development/dp/B010O1G1ES/ref=sr_1_3?ie=UTF8&qid=1487921045&sr=8-3&keywords=ESP8266
2nd. I'm not a Electrician nor anything and I don't even have stuffs to do Advance check.
I explained My exact problem,
hope you guys will help...

@Vedant803
Copy link
Author

anyone there?help me pls

@d-a-v
Copy link
Collaborator

d-a-v commented Feb 24, 2017 via email

@Vedant803
Copy link
Author

do i have to do anything with library?
reply me ASAP

This was referenced Feb 25, 2017
@vicnevicne
Copy link
Contributor

vicnevicne commented Feb 25, 2017

Sentences like "didn't helped me,", "I explained My exact problem,", "anyone there?" or "reply me ASAP" guarantees most developers will just skip your issue. Most people are here on their free time and have more interesting things to do than receive such orders from someone who doesn't show much effort nor gratitude. And requesting that all developers watch a 13min youtube video of something that works is just useless. We know how it should work, and if you were in the exact same conditions as the video, it would work for you too !
If you want a quick response from ESP8266 enthusiasts, I advise you to post this question in the user forums at esp8266.com . But no matter if it's here or on the forums, please at least show your efforts, explain what you have done to solve your problem.
If not, and if you are patient and willing to learn, I'm just going to repeat what igrr said :
"please provide information mentioned in the "I'm stuck" section of the troubleshooting page"
If you can't follow the Advanced check, then at least answer for the tests you have made.
Without more effort on your side, you will get no help.

@RudyFiero
Copy link

espcomm_send_command: wrong direction/command:

I got the above error when trying to program a new ESP-12F. I have never had this kind of error before. I tried a number of things and always the same. I had the module plugged into my most used development platform. I have been using it all morning. I just wanted to program a new module with the latest project code, then move it to the final hardware.

I knew it wasn't a problem with the computer, the Arduino framework, the hardware board I had the ESP12F module plugged into. It has to be a problem with the ESP12F. It would start to program, get through about 10% of the code, then the error.

I thought it might be a timing problem. So I reduced the baud rate from 115200 to 57600. It programmed to completion. Not sure why, but it is worth a try is you get this error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants