Latest AT Firmware for ESP8266 with 512k Flash
The AT firmware is the default firmware for ESP8266 and provides AT style commands for actions such as join access point
and send tcp packet
. It is distributed in binary form by Espressif, but it can also be built from source (binary blobby as it may be). Typically one can find a new version of AT firmware in each release of Espressif’s SDK.
Since SDK version 1.0.1 the binary distribution of AT has become too large to fit on a 512kB flash. However, at this point in time (end of May 2015) most of the ESP8266 units out there are of the 512 kB variety. Thus begging the queston: how can one update their AT firmware to the latest version?
Read more »