Maker Pro
Maker Pro

ESP8266 boot failure

Dada Krauter

Feb 22, 2015
28
Joined
Feb 22, 2015
Messages
28
Hi,

I have problem with my ESP8266 wifi module.

That's my connection:

ESP VCC > 3.3V Arduino
ESP CH_PD > 3.3V Arduino
ESP GND > GND Arduino
ESP UTXD > TX Arduino
ESP URXD > RX Arduino

Baud rate: 115200.

When I power on arduino, red light(power light) on ESP lights up and blue light blinks two times. In terminal im getting "Invalid" not "Ready".

What can I do?

Plese help me.

Thanks :)))
 

Anon_LG

Jun 24, 2014
453
Joined
Jun 24, 2014
Messages
453
In serial communications the TX has to be connected to RX and vice versa. I believe this will solve your problems. If not, I am sure another forum member will be along shortly to disagree with me.

Hope this helps,
 

(*steve*)

¡sǝpodᴉʇuɐ ǝɥʇ ɹɐǝɥd
Moderator
Jan 21, 2010
25,510
Joined
Jan 21, 2010
Messages
25,510
I think the board you're using may require more current than the regulator on an sink board can supply. Check this and use an external regulator if required.
 

Dada Krauter

Feb 22, 2015
28
Joined
Feb 22, 2015
Messages
28
Lavaguava> thats not problem with serial communication when i swap tx and rx im not getting data in terminal.

(*steve*)> I think you are right. ill try external regulator and ill check again.

Thanks. ;)
 
Top