PROBLEMS WITH ESP8266 AND ARDUINO MEGA

HI!!

I'm working with ESP8266 and Arduino Mega.

I've tried to make a connection between them using every Serial Port of Arduino as well as the library Software.h.

When I send AT+RST I get an answer but if I send a different command, no answer.

Any idea?

THANKS!!

like... showing your sketch? don't forget to use code tags.

In a perfect world, you would have a USB-serial (like FTDI) adapter. You would use that to communicast from your favorite PC program to the ESP8266 just to make sure it is talking properly - that is, all of the AT commands work.

You could also try this:

Most likely, your Arduino sketch on the Mega is to blame ... but you have to prove it by testing.

Ray