-->
Page 1 of 4

esp 8266 is not responding.

PostPosted: Wed Feb 04, 2015 9:26 pm
by Shabbir
I am trying to connect the esp 8266 to the arduino and trying to control a bulb using it. But there is a problem flashing the firmware.
I made the connections according to the following link:
iot-playground.com/2-uncategorised/17-esp8266-wifi-module-and-5v-arduino-connection
I also connected the GPIO0 to gnd and rst,chpd,GPIO2 to 3.3v
But there is an error in flashing the firmware . "failed to connect".
Also there is no response in the serial monitor for the AT commands. The serial monitor says "connection timeout"
Please help!!

Re: esp 8266 is not responding.

PostPosted: Thu Feb 05, 2015 12:00 pm
by kenn
Sounds like your serial connection isn't working.

If you connect your ESP8266 serial to your computer, start a terminal, then power up the ESP8266, what do you see on the terminal? From the factory they come with the AT firmware installed, so when the ESP8266 power up, they will barf out some junk to the terminal, then they say 'ready' and give you a prompt. Do you see this?

If you only see junk, then maybe you have the wrong baud rate set on your terminal. try 115200, try 9600.

If you never see output from the ESP8266 on your terminal, then you have a serial connection problem, and of course you can't flash the firmware without that working.

Re: esp 8266 is not responding.

PostPosted: Fri Feb 06, 2015 4:57 am
by alonewolfx2
link contains arduino to esp comunication example. you can't use that connections for firmware upload.

Re: esp 8266 is not responding.

PostPosted: Fri Feb 06, 2015 8:40 am
by Shabbir
We tried both the baud rates but to no success...
What connections do we need to make for the firmware upload then???
The esp doesnt respond to the AT commands or just gives junk values.
Please help...