-
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
ESP8266 errors #2992
Comments
Please follow the troubleshooting guide for this issue: Feel free to reopen this if you can't resolve it, in which case please provide information mentioned in the "I'm stuck" section. |
didn't helped me, |
did you miss this part of the comment above: |
okay, Firstly I'm trying to do this,(watch this video) |
anyone there?help me pls |
Excellent :)
…On ven., févr. 24, 2017 at 02:42:24 -0800, Vedant803 wrote:
anyone there?help me pls
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#2992 (comment)
|
do i have to do anything with library? |
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 ! |
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. |
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.
The text was updated successfully, but these errors were encountered: