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?
closed as off-topic by Chris Stratton, jfpoilpret, Mattia, Matt, Paul Sep 27 '16 at 14:12This question appears to be off-topic. The users who voted to close gave this specific reason:
|
|||||||||
|
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. |
||||
|
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". |
|||
|