-->
Page 1 of 1

ESP8266-01 No response

PostPosted: Thu Mar 29, 2018 4:41 pm
by yoman91
Hi! I wanted to program the LED blinking example to the ESP8266 with Arduino, using a programmer adapter (This is the configuration what i'm using: Image. I pulled GPIO1 to gnd, and i managed to flash the example project. But however, it seems that the chip is not responding, actually nothing happens. I uploaded many other examples, but nothing happens. Of course I removed the pull-down from GPIO1. I flashed back the original firmware (with the help of this link: https://medium.com/jungletronics/flashing-the-official-espressif-firmware-in-esp8266-arduserie-17-2234fc088076 but neither the AT commands working. Has anyubody faced this kind of issue?

Re: ESP8266-01 No response

PostPosted: Tue Apr 03, 2018 7:56 am
by mrburnette
That programming adapter is a nice little tool, but are you sure it is working? If you have a generic USB-serial adapter, you may want to double-check. This is the way I did it a few years back:
https://www.hackster.io/rayburne/esp8266-01-using-arduino-ide-67a124

Good luck,
Ray

Re: ESP8266-01 No response

PostPosted: Wed Apr 04, 2018 11:54 pm
by yoman91
Problem solved, programmer is working. All i had to do is to set flash mode to DOUT instead of DIN.