-->
Page 1 of 2

Constant blue led

PostPosted: Fri Oct 16, 2015 9:01 pm
by dfoliver1968
I have two ESP-01 and the same thing is happening to both.I have it all connected to the Arduino and when I provide power the blue led goes on and it stays on. This is the same for both ESPs, so I assume there is something going on with my Arduino.

ESP-01 ---> Arduino
Gnd ---> Gnd
TX ---> RX
RX ---> TX
Vcc, CH_PD ---> 3.3v

I have tried flashing but I get "chip sync error". Any help would be appreciated. I have tried Googling and there isn't much to help.

Re: Constant blue led

PostPosted: Sat Oct 17, 2015 4:15 am
by Barnabybear
Hi,
Vcc -> 3.3V
CH_PD ->3.3V
RST -> 3.3V
GPIO 0 -> 3.3V via a resistor (anything between 1K & 10K)
GPIO 2 -> 3.3V via a resistor (anything between 1K & 10K)
GND -> GND
Tx -> Tx (with arduino as Tx is realy Rx)
Rx -> Rx (with arduino as Rx is realy Tx)

Set serial terminal to CR & NL, baud will be 9600 or 115,200 dependant on firmware.

This will get you into normal run mode. To flash, leave the GPIO 0 resistor in place but connect GPIO 0 to ground, power off then back on, flash then remove the GPIO 0 connection to ground.

Re: Constant blue led

PostPosted: Sat Oct 17, 2015 8:04 am
by xtal
The last time I saw solid blue, the FW was not completely loaded....
Reloading solved this time , before I had to load a different ver, then reload the ver I wanted.

I saw the sync error Wed. I was tryin a new ESP-13, after close checking I discovered that I failed to connect a ground... The model esp-13 has 1 V+ and 3 - gnds apparently separated!!!!

Re: Constant blue led

PostPosted: Sat Oct 17, 2015 1:28 pm
by dfoliver1968
First let me thank you to both for taking the time to respond. Unfortunately I am just having no luck, no matter what I try. I am starting to think I may have messed them up permanently.