(Sorry for my eventually bad english, I'm german )
I have a strange problem when I'm trying to upload code to my esp8266 with the arduino IDE
Everything worked fine, I experimented with my own web server and it worked perfectly well, but suddenly, I couldn't upload any code to my ESP any more.
I'm using an USB to UART Converter for programming and as soon as I hit the upload button, the blue status LED on my ESP blinks a few times as if it was receiving code, but then an error occurred in the Arduino IDE.
Here is the full upload log:
"trying to connect
flush start
setting serial port timeouts to 1 ms
setting serial port timeouts to 1000 ms
flush complete
espcomm_send_command: sending command header
espcomm_send_command: sending command payload
read 0, requested 1
warning: espcomm_sync failed
error: espcomm_open failed"
I really don't know why it refuses to receive code, I double checked all my connections and properties in the Arduino IDE.
I'm using:
- an ESP8266-01
- an USB to UART Converter
Software:
-Arduino IDE 1.6.5 with the ESP8266 Community Addon