Arduino Stack Exchange is a question and answer site for developers of open-source hardware and software that is compatible with Arduino. It's 100% free, no registration required.

Sign up
Here's how it works:
  1. Anybody can ask a question
  2. Anybody can answer
  3. The best answers are voted up and rise to the top

So this may not be the correct place to ask this, but I can't flash my ESP8266 (ESP-01). I have 3.3v and ground connected, Rx to Tx and Tx to Rx on my usb to serial adaptor. I also have GPIO0 connected to ground too.

I am using an external power supply but the usb adaptor and power adaptor share a common ground.

I'm using a mac and esp tools to flash it, and it has worked before. The command I am using is:

sudo ./esptool.py --port /dev/tty.wchusbserial1410 write_flash 0x00000 AT22SDK10020150320boot12.bin

But the response is:

A fatal error occurred: Failed to connect to ESP8266

This make me think something is wrong with receiving data from the ESP because when attempting to connect, the ESPs blue LED flashes.

My usb to serial adaptor works fine though as i've tested it with my arduino.

share|improve this question

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.