Arduino Stack Exchange is a question and answer site for developers of open-source hardware and software that is compatible with Arduino. Join them; it only takes a minute:

Sign up
Here's how it works:
  1. Anybody can ask a question
  2. Anybody can answer
  3. The best answers are voted up and rise to the top

I want to use ESP8266 to send emails. I tried twice flashing the Firmware to a particular firmware as suggested in a tutorial. Now both my ESP are unresponsive to AT commands. Let me know the way to RESET it. CH_PD + VCC + RST (Tried this combination), No success there any thing i am missing?

share|improve this question

closed as off-topic by Chris Stratton, jfpoilpret, Mattia, Matt, Paul Sep 27 '16 at 14:12

This question appears to be off-topic. The users who voted to close gave this specific reason:

  • "This question does not appear to be about Arduino, within the scope defined in the help center." – Chris Stratton, jfpoilpret, Mattia, Matt, Paul
If this question can be reworded to fit the rules in the help center, please edit the question.

1  
Flash the correct firmware. – Majenko Sep 24 '16 at 17:49
    
You are missing that this is the Arduino SE. You might get better answers on the EE SE which covers ESP8266 – Matt Sep 26 '16 at 12:34

AT commands are executed by the AT interpreter firmware. If you've been attempting to flash other firmware to the ESP8266 module, there is no longer any code in it that interprets AT commands. If you want to it to respond to AT commands again, you'll need to re-flash it with that firmware.

share|improve this answer

You need to reflash the "AT Firmware" you probably overwrited. Just follow the instructions in the Espressif board to get the latest one using their "Flash Download Tool".

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.