Chat freely about anything...

User avatar
By spacejunkie
#789 I will be writing a new firmware for ESP8266.

This will confirm to the AT Command "spec" already out there so as to maintain backward compatibility.

Please report bugs you have encountered in the current firmware.

Additional commands or features can be added based on what the community wants.

https://docs.google.com/spreadsheet/viewform?formkey=dDFkMUFlMnBFdjcyVHE3NGVOd2tBNnc6MA
User avatar
By spacejunkie
#928 Here's the first cut. I have added a hard reset command AT+XRST.
Sometimes the module gets stuck forever in a task and AT+RST does not work.

AT+XRST will reset the chip even if execution of some other tasks is not complete.
Use this only if AT+RST does not work and electronic reset is your only other option.

https://www.dropbox.com/s/838yu9k08ajpr ... T.zip?dl=0

Follow this procedure:
    Flash the new firmware to the chip
    Restart the chip by powering it off and on.
    Do the necessary settings (Access Point etc.)
    Restart the chip by powering it off and on or by executing the reset command.
    The chip is now ready to use.

Make MTD0, GPIO0 and GPIO1 high/low to select appropriate mode of ESP8266EX