Finally had time to work on this again and still unable to create a node. Updated firmware and am able to connect to router with AT commands thru CoolTerm. Even able to update data to Thingspeak the same way. Not sure why I can't create a node in EasyIoT. Anyway, thanks for your help. At least I know the ESP8266 module works.
Something strange is happenning.... i've the same problem with mega and esp on Serial1.
Mr. EasyIOT, if esp respond :
compiled @ Dec 25 2014 21:40:28
AI-THINKER Dec 25 2014
i suppose that RX is connected well!
Why then "response timeout"? I've tested my esp with USB ttl and ESPlorer and it works perfectly and responding to all AT commands.
TX is direct connected and everytime i've used well without level shifting from 3.3 to 5v.... something are going wrong in this direction?
very strange.
Can you confirm us that pin 19 must be connected to esp RX and 18 to esp TX ?
P.S. It is not a stupid question, because some arduino has an arrow and "rx" stamp but it mean that must be connected to RX of the other interface....
P.S. 2 Same PCB with same ESP perfectly working with a software serial on an arduino nano !
I have the same problem. ESP8266 is properly flashed with the firmware following the tutorial from iot-playground and connects just fine to the wi-fi with AT commands. It also connects to the wi-fi with the sketch and I can ping it although there is a high rate of dropped packages. However, if I try to add it to the server I always get a timeout message.
I just gave up on it for now. Never could get it to work. For now I'm using the ESP8266 with nodemcu and posting directly to Thingspeak. Maybe someday I'll try this again but for now this gives me pretty much what I need.
"Response timeout" means that Arduino did't get response to AT command. Reason may be incorrect FW version, bad connection, bad power supply or anything else.
The firmware and the connections seem correct to me. I am thinking that maybe the USB port does not supply enough current for the ESP to work properly and for this reason I have increased number of dropped packages when testing with ping. I will try again with an external supply instead of the FTDI that I used for the 3.3 volts.