Hardware Connection

ESP32 Series

ESP32 AT uses two UART port, UART0 is to download firmware and print background logs when running, UART1 is to send AT commands and receive AT responses. Different ESP32 modules use different GPIOs as UART1, so please pay attention to the hardware connection, and download the corresponding AT firmware to your specific ESP32 module.

Follow the guide Details of establishing serial connection, to establish your serial connection.

More details of ESP32 modules.

ESP32-WROOM-32 Series

Please refer to the data sheet, to get more details about ESP32-WROOM-32.

../_images/esp32-wroom-devkitc.pngavatar

ESP32-WROVER-32 Series

Please refer to the data sheet, to get more details about ESP32-WROVER-32.

../_images/esp32-wrover-devkitc.pngavatar

ESP32-PICO Series

Please refer to the data sheet, to get more details about ESP32-PICO.

../_images/esp32-pico-d4.pngavatar

ESP32-SOLO Series

Please refer to the data sheet, to get more details about ESP32-SOLO.

../_images/esp32-solo-devkitc.pngavatar

ESP32S2 Series

ESP32S2 AT uses two UART port, UART0 is to download firmware and print background logs when running, UART1 is to send AT commands and receive AT responses.

Follow the guide Details of establishing serial connection, to establish your serial connection.

More details of ESP32S2 modules.

Please refer to the data sheet, to get more details about ESP32-S2-WROOM.

../_images/esp32-s2-wroom-devkitc.pngavatar

ESP8266 Series

ESP8266 AT uses two UART port, UART0 is to download firmware and send AT commands and receive AT responses, UART1 is to print background logs. The official module of ESP8266 is ESP-WROOM-02D。

More details about ESP8266 module.

Hardware connection of ESP8266 module. ../_images/esp8266_wroom02_devkitc.pngavatar

Please refer to the data sheet, to get more details about ESP8266 module.