Chat freely about anything...

User avatar
By shadababe04
#40332 when i try to upload the code with arduino ide 1.6.7
following error shows:
error: failed reading byte
warning: espcomm_send_command: cant receive slip payload data

my wire connection are :
FT232------------------------esp8266
rx/tx --------------------------tx/rx
gnd -------------------------- gnd/gpio_o
vcc 3.3v------------------------- vcc/ch_md


whats the problem plz help me!
User avatar
By AcmeUK
#40341 Before you even try to program the ESP8266, see if you can communicate with it.

First, set your serial terminal to 74880 baud and see if you can see messages from the boot rom.

If that works change the terminal baud rate, reboot, and see if you can see the AT prompt. The baud rate may be either 9600 or 11520 depending on the version of firmware the device came with. Then try some simple AT commands.

Do not bother trying to program the device until you have proven that you can reliably communicate with it!

If you are getting no response, check that your FT232L is working by looping the TX and RX.

Also, as eduperez says, some serial adapters do not provide enough current on the 3.3v output. Doing the above tests should establish if yours is up to the job.

@eduperez, I agree that this site needs some basic FAQs. Something like this would be a good start :- http://iot-playground.com/2-uncategoris ... nk-example