Example sketches for the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By pra123
#56941 at


OK
at+GMR

AT version:0.60.0.0(Jan 29 2016 15:10:17)
SDK version:1.5.2(7eee54f4)
Ai-Thinker Technology Co. Ltd.
May 5 2016 17:30:30
OK
User avatar
By mrburnette
#56983 For users programming via the ArduinoIDE, you would do something like this somewhere in setup()

Code: Select allSerial.printf("\n\nSDK version:%s\n\r", system_get_sdk_version());


Remember, the AT firmware is overwritten when the ArduinoIDE is installed; essentially there are two parts: the user's compiled sketch and the ESP8266 binary firmware to support the low-level API calls. If one wishes to restore the AT firmware, it must be uploaded using one of the several flash firmware programs.
http://www.esp8266.com/wiki/doku.php?id=loading_firmware

Ray