These are the AT command firmwares for ESP8266 compiled from Espressif ESP-AT Source Code.
The firmwares have two different sizes:
- Cytron_ESP-01S_AT_Firmware - For ESP8266 with 1MB flash size (eg: ESP-01), doesn't support OTA update.
This firmware is preloaded in: - Cytron_ESP-12F_WROOM-02_AT_Firmware - For ESP8266 with flash size 2MB or above (eg: ESP-12E, ESP-12F, WROOM-02).
This firmware is preloaded in:
NONOS-AT is the legacy AT Firmware from Espressif up to v1.7.x. This firmware is based on Non-OS SDK and no longer supported by Espressif. It's not recommended to use it anymore in new design.
ESP-AT is Espressif's AT firmware v2.0.0 and above. It's developed with OS based SDK and it's still actively supported by Espressif.
However, the supported AT Commands are not fully compatible with the legacy AT firmware. Thus this is only recommended for new design.
For more info, please refer to:
Since v2.0.0, Espressif has changed the UART port for AT Command to pin GPIO15 and GPIO13. However, most of the hardware for ESP8266 available in the market is still using GPIO1 and GPIO3 as its UART port. This makes extra wiring is needed in order to use the ESP-AT firmware.
Thus, we have configured the ESP-AT firmware and compiled it on our own so that we can use back pin GPIO1 and GPIO3 as its UART port. The rest of the features are exactly the same with Espressif's firmware.
Function of Connection | Espressif Firmware | Cytron Firmware |
---|---|---|
Update Firmware | UART0
|
UART0
|
AT Command/Response | UART0
|
UART0
|
Log Output | UART1
|
UART1
|
Please download the latest version of Espressif Flash Download Tool.
- A USB to UART converter is needed to update the firmware of ESP-01S. We recommend to use this ESP01 USB Programmer Adapter as it will enter the boot mode automatically without the needs of pressing the boot button.
- Run the Flash Download Tool and select "Developer" mode.
- Select the firmware binary file and enter 0x0 as its target address.
- Make sure all the settings are as follow:
- Select the correct COM according to your system. Make sure the baud rate is 115200 or below.
- Press the START button and wait until it finishes.
- Stack the WiFi shield on an Arduino UNO. We will use the USB to UART converter onboard the Arduino UNO.
- Upload the "Blink" Sketch to the Arduino UNO (File -> Examples -> 01.Basics -> Blink). This is to make sure the Arduino program doesn't use the serial function and interfere the upload process.
- Push the slide switch to "Flash" and change the Tx Rx jumpers to "USB".
- Press the "ESP RESET" button to reset the ESP8266 into boot mode.
- Run the Flash Download Tool and select "Developer" mode.
- Select the firmware binary file and enter 0x0 as its target address.
- Make sure all the settings are as follow:
- Select the correct COM according to your system. Make sure the baud rate is 115200 or below.
- Press the START button and wait until it finishes.
- Push the slide switch back to "RUN" and reset it again before start using the WiFi shield.